Build
Connect & operate
Design & teams
Start hereScope a build in one callBring a spec, a wireframe, or a paragraph. You leave with an architecture, a timeline, and a number.Book a scoping call
AI software
LLM & data systems
Vibe coding
Ready to ship?Put AI where the work isAgents, RAG, and private LLMs wired into the systems your team already uses — not a chatbot bolted to a homepage.Discuss an AI project
Domain firstWe learn your workflow before we model itRegulated, operational, or high-volume — the constraints belong in the schema, not in a training doc.Talk about your domain
Plan smarterEstimate before you commitCost ranges, scope templates, and the questions we ask in discovery — free, no form.Open the cost calculator
Real conversationsTalk with a technical leadNo SDR, no discovery gauntlet. The person on the call is the one who scopes the build.Book a call
AI Coding Agents · continuedev

continue

Continue is an open-source coding agent available as a VS Code extension, CLI, and JetBrains plugin. The project released a final v2.0.0 version and is now read-only, having removed telemetry and authentication features. It serves as a foundation for AI-assisted development workflows.

Source: GitHub — github.com/continuedev/continue
34.7k
GitHub stars
5k
Forks
TypeScript
Primary language
Apache-2.0
License (OSI-approved)

Key facts

Objective fields from the source. Values we can't verify are shown as “Unknown” rather than guessed.

FieldValue
Repositorycontinuedev/continue
Ownercontinuedev
Primary languageTypeScript
LicenseApache-2.0 — OSI-approved
Stars34.7k
Forks5k
Open issues948
Latest releasev2.0.0-vscode (2026-06-19)
Last updated2026-07-07
Sourcehttps://github.com/continuedev/continue

What continue is

Continue is a TypeScript-based agent framework providing IDE integration (VS Code, JetBrains) and CLI tooling for code generation and assistance tasks. The project concluded active development with v2.0.0 and is archived for maintenance and reference only.

Quickstart

Get the continue source

Clone the repository and explore it locally.

terminalbash
git clone https://github.com/continuedev/continue.gitcd continue# follow the project's README for install & configuration

Need it deployed, integrated, or customized instead? DEV.co ships production installs.

Best use cases

Local AI-assisted code generation in VS Code

Teams using VS Code can integrate Continue as a reference implementation for AI-powered code suggestions and task automation without external service dependency.

Foundation for custom coding agent development

The archived codebase serves as a reference architecture for teams building custom AI developer tooling, with patterns for IDE integration and configuration management.

CLI-based code analysis and batch processing

Development teams can use the Continue CLI as a foundation for scripts that automate code generation, refactoring, or analysis at build time.

Implementation considerations

  • Verify Node.js/npm compatibility with your environment before deploying the CLI; TypeScript projects require build tooling.
  • Plan for dependency auditing and patching—no upstream security updates are expected post-v2.0.0.
  • Configure LLM backends and authentication credentials locally; the final release removed built-in authentication features.
  • Test VS Code extension with your specific version; marketplace updates may not align with your VS Code release cycle.
  • Establish internal fork or mirror strategy if long-term integration is planned, given the read-only repository state.

When to avoid it — and what to weigh

  • You need active upstream maintenance and bug fixes — The repository is explicitly read-only and no longer actively maintained. Security patches and feature updates are not planned.
  • You require commercial support or SLAs — No commercial support structure is evident from the data. The project is archived and community-maintained at best.
  • You depend on frequent dependency updates — An archived TypeScript project will accumulate stale dependencies over time, creating supply-chain and security debt.
  • You need JetBrains plugin reliability — The README explicitly recommends using the CLI over the JetBrains plugin, signaling lower confidence in that extension's stability.

License & commercial use

Apache License 2.0. Permits commercial use, modification, and distribution with attribution and clear license statements. No patent clause. Must include a copy of the license and document changes.

Apache 2.0 is a permissive OSI license that permits commercial use. However, because the repository is archived and read-only, you must evaluate your internal compliance, support, and maintenance strategy independently. No indemnification or warranties are provided. Review your legal position before adopting in commercial products.

DEV.co evaluation signals

Editorial assessment — not user reviews. Directional, with an explicit confidence level.

SignalAssessment
MaintenanceStale
DocumentationAdequate
License clarityClear
Deployment complexityModerate
DEV.co fitPossible
Assessment confidenceHigh
Security considerations

As an archived project, Continue will not receive security patches or dependency updates. TypeScript dependencies will accumulate CVEs over time. If integrating into a security-sensitive workflow, plan for regular auditing and consider maintaining a private fork with patched dependencies. No explicit security model or audit trail is evident from the data.

Alternatives to consider

GitHub Copilot

Commercial, actively maintained IDE integration with broad language support and cloud backend. Opposite approach to Continue's local-first, open model.

Codeium

Open-source-friendly AI coding assistant with IDE plugins and CLI; actively maintained and offers both free and commercial tiers.

LangChain / LlamaIndex

Framework libraries for building custom AI agents; more flexible than Continue but require greater engineering effort to integrate into IDE workflows.

Software development agency

Build on continue with DEV.co software developers

Continue is archived and no longer actively maintained. Before adopting, assess your internal capacity to patch dependencies, maintain security, and manage technical debt. Consider actively maintained alternatives like Codeium or GitHub Copilot for production workflows.

Talk to DEV.co

Related open-source tools

Surfaced by semantic similarity across the DEV.co open-source index.

continue FAQ

Can I still use Continue after the v2.0.0 release?
Yes. The code is available and the v2.0.0 release is stable. However, no updates, bug fixes, or security patches will be released. Use only if you can maintain it internally or accept technical debt.
Is Continue suitable for production use?
Not recommended for production without internal engineering commitment. The archived status means no upstream support for critical issues, dependency vulnerabilities, or breaking changes in your toolchain.
Can I fork and maintain Continue myself?
Yes. The Apache 2.0 license permits forking. You would be responsible for all maintenance, security patching, and feature work. Assess the codebase complexity and your team capacity before deciding.
What LLM models does Continue support?
Unknown from the provided data. Consult docs.continue.dev or the source code (extensions/vscode, extensions/cli, extensions/intellij) for integration details.

Custom software development services

DEV.co builds and maintains ai coding agents systems for startups through enterprises. If continue fits your architecture, our custom software development services cover implementation, migration, and the long tail of maintenance.

Evaluating Continue for your team?

Continue is archived and no longer actively maintained. Before adopting, assess your internal capacity to patch dependencies, maintain security, and manage technical debt. Consider actively maintained alternatives like Codeium or GitHub Copilot for production workflows.