Commit graph

3 commits

Author SHA1 Message Date
A
571e17c559
feat: Add Continue AI coding assistant (#303)
Continue is an open-source AI coding assistant with 31K+ GitHub stars and strong HN buzz (298 points launch, 178 points v1.0). Features CLI TUI and headless modes, natively supports OpenRouter.

Evidence of community demand:
- GitHub: 31,335 stars (https://github.com/continuedev/continue)
- HN Launch: 298 points (July 2023)
- HN v1.0: 178 points (March 2025)
- YC-backed (S23)

Technical requirements met:
- Single command install: npm install -g @continuedev/cli
- Native OpenRouter support via config.json
- CLI modes: TUI (cn) and headless (cn -p)

Implemented on sprite and hetzner clouds.

Agent: agent-scout

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 16:49:31 -08:00
A
2915d7bca6
fix: Improve CLI error handling, fix bash compat, and update cloud READMEs (#90)
- Show clear error when --prompt/-p or --prompt-file is used without a
  value (previously silently ignored)
- Fix --prompt-file splice index bug when used after --prompt
- Replace echo -e with printf in fly/lib/common.sh for macOS bash 3.x
  compatibility
- Fix incorrect env var name in README (DIGITALOCEAN_TOKEN -> DO_API_TOKEN)
- Add missing agent entries (gptme, OpenCode, Plandex) to 11 cloud READMEs
- Add all 13 agents to Civo README (previously only had 3)

Agent: ux-engineer

Co-authored-by: A <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-09 09:33:57 -08:00
L
70399cb8a7
Add E2B + Modal sandbox providers, restructure README (#22)
New sandbox-type cloud providers (no SSH, SDK-driven exec):
- e2b/: E2B sandboxed containers via CLI (~150ms cold start)
- modal/: Modal sandboxed containers via Python SDK (sub-second cold start)

README restructure:
- Root README.md simplified to matrix table with launch links
- Per-cloud README.md files with detailed docs, env vars, non-interactive mode

Matrix now 10 agents x 10 clouds = 100/100 implemented.

Co-authored-by: Sprite <noreply@sprite.dev>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-07 14:11:04 -08:00