Continue
Open-source AI coding agent for VS Code and JetBrains with chat, plan and agent modes and full model and deployment flexibility.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-18
Continue is a well-maintained open-source coding agent from a venture-backed startup with active development and strong community engagement. The project demonstrates excellent transparency with comprehensive documentation, public roadmap, and responsive issue tracking. However, as an autonomous coding agent, it requires extensive permissions including filesystem write access, shell execution capabilities, and network access to external LLMs. The agent can modify code, execute commands, and interact with your development environment with minimal sandboxing. Supply chain is solid via standard extension marketplaces (VS Code, JetBrains) with versioned releases. The freemium model with optional paid hub services is clearly documented. No known security incidents, but the broad permissions inherent to AI coding agents warrant careful consideration of what codebases and credentials are exposed.
Green flags
- Fully open source with 13k+ GitHub stars and active maintenance
- Distributed via official VS Code and JetBrains marketplaces
- Comprehensive documentation and transparent development process
- Supports self-hosted models for data sovereignty
- Active community with 400+ contributors
Red flags
- Autonomous agent with shell execution and filesystem write access
- Can read environment variables including potential secrets
- Network access to external LLMs means code may leave your machine
- Limited sandboxing for agent actions in development environment
Permissions requested
Pricing
Platforms
Review
Best for teams that need model flexibility or air-gapped deployments. If you just want fast autocomplete or a truly autonomous agent, look elsewhere. The planning mode is useful for large refactors, but the approval loop limits how much time it actually saves.
Good at
- Works with any model: Claude, GPT-4, Ollama, self-hosted
- Planning mode shows changes before applying them
- Open-source core with no vendor lock-in
- Supports air-gapped and on-premise deployments
- Available in VS Code, JetBrains, and CLI
Watch out
- Agent mode requires approval for every step, limiting autonomy
- Autocomplete doesn't match Copilot's quality
- Context retention weaker than Cursor
- Paid hub needed for team features
- Planning overhead slows down small tasks
Use cases
- autocomplete
- chat coding
- air-gapped coding