ToolBrief
Menu
Researched

Continue

A pioneering open-source coding agent for CLI, VS Code, and JetBrains that reached its final release after Continue joined Cursor.

Last verifiedVisit official site

Research facts

Pricing
Continue's final CLI and IDE code remains freely available under Apache 2.0, but model inference, self-hosted infrastructure, MCP services, and maintenance cost extra. The former hosted pricing page is gone, the homepage says Continue joined Cursor, and the repository describes version 2.0.0 as the final release. Do not rely on old Solo, Team, Mission Control, credit, or subscription prices; existing customers should use the acquisition FAQ or support channel for account, data, refund, and cancellation status.
Evidence summary
This review uses Continue's acquisition homepage, final repository notice, Apache license, feature documentation, privacy notice, and terms checked August 9, 2026. We did not install 2.0.0, test current IDE compatibility, verify package availability, access a former subscription, inspect acquisition data handling, audit dependencies, or confirm future Cursor support.
Last verified

Sources

What happened to Continue?

Continue was an open-source AI coding assistant delivered as a VS Code extension, JetBrains plugin, and the cn terminal agent. Its official homepage now says Continue has been acquired by Cursor. The repository says it is read-only and no longer actively maintained, and describes version 2.0.0 as the final release across the CLI and IDE clients.

That status changes the recommendation. Continue is not simply another current coding-agent subscription. Its code is still available under Apache License 2.0 and can remain useful, but there is no normal expectation of future official features, security patches, provider updates, or IDE compatibility work. A new adopter must either accept that risk, maintain a fork, or select an actively supported alternative.

What the final product can do

Continue's documented IDE experience includes inline autocomplete, contextual Chat, targeted Edit, read-only Plan, and tool-using Agent modes. Agent mode can search and read the repository, create and modify files, execute terminal commands from the workspace, access web content, and call MCP tools. By default, tool calls ask for permission; policies can make a tool automatic or exclude it.

Plan mode exposes only read-oriented tools such as file and directory inspection, grep, repository maps, URL fetching, web search, and diff viewing. Agent mode adds mutation and execution. Rules stored in .continue/rules can encode project conventions, and configurations can select models, context, prompts, and MCP servers.

The cn CLI provides interactive TUI and headless execution. It can load an agent or local YAML configuration, resume a session, inject rules and MCP servers, restrict tools, run read-only, or use --auto to allow tools without prompting. The documentation supported Continue accounts, a Continue API key, or a direct Anthropic key, but acquisition and final-release notices mean authentication paths should be tested rather than assumed.

Pricing after the acquisition

There is no current public Continue price table: the former /pricing route returns 404 and the homepage is now an acquisition notice. Historical Solo, Team, Mission Control, or credit prices are therefore stale and should not appear in a 2026 buying comparison. The homepage contains FAQ headings for subscriptions and data, but buyers need the actual account communication or support response for their own status.

The final open-source client is free to download under Apache 2.0. Running it is not costless. Bring-your-own model APIs charge by subscription or tokens; local models require hardware and operations; remote MCP services can charge separately; and a fork requires engineers to patch dependencies, track IDE APIs, update model adapters, test releases, and respond to vulnerabilities.

If you already paid for a hosted service, preserve invoices and plan terms, export configurations, and request written answers for service end date, credits, refunds, data export, deletion, support, and any migration to Cursor. Do not infer that a Cursor subscription automatically includes Continue benefits.

Data flow and security

Continue is a client and orchestration layer. Code and prompts flow to whichever model provider is configured. MCP servers receive the arguments and context needed for their tools. Terminal tools run in the developer environment. A locally stored configuration can avoid Continue's former cloud for configuration, and a genuinely local model can keep inference local, but only if no cloud model, web tool, telemetry, MCP server, or hosted secret path receives the data.

The final repository notes that anonymous telemetry was removed and authentication was pulled out in 2.0.0. Older extension packages and earlier documentation may behave differently, so confirm the exact installed version. Historical privacy and service terms described personal information, hosted services, aggregated data, US processing, and customer-content obligations. Those documents do not explain acquisition-specific transfer, deletion, or retention for every account.

Agent permissions deserve particular caution in an end-of-life client. Default approval is useful, but automatic tool policies and CLI --auto can allow file writes and commands without interruption. Repository rules and MCP definitions are also untrusted code or instructions. Use a clean low-privilege environment, keep secrets out of the workspace, inspect configuration before opening a repository, restrict network access, review exact commands and diffs, and never connect production credentials to an unsupported client.

Maintenance and migration checklist

Existing teams should first inventory the installed extension and CLI version, model providers, API keys, Mission Control references, shared configurations, rules, MCP servers, prompts, sessions, and automation jobs. Revoke obsolete tokens and rotate any secret that passed through a shared or uncertain system.

Export configuration to documented local formats where possible. Capture the intended behavior of rules and agents in tests, because another assistant may interpret them differently. Disable hosted workflows before they create duplicate pull requests, then migrate one read-only workflow at a time. Validate retrieval scope, tool arguments, model quality, costs, logs, deletion, and human approval in the replacement.

A team choosing to fork should establish an owner, supported Node and IDE versions, dependency scanning, release signing, vulnerability intake, model-provider compatibility tests, extension publishing, privacy documentation, and a budget. A public repository being available does not create a maintainer.

Verdict

Continue deserves credit as an influential open-source coding agent, and its final code may remain valuable for learning, internal forks, or controlled legacy use. The flexible model layer, rules, MCP support, IDE workflow, and CLI are real capabilities.

It is no longer a strong default for a new long-lived deployment. The official project has reached its final release after joining Cursor, while hosted pricing and future support are not publicly defined. Existing users should export and migrate deliberately; new users should prefer an actively maintained alternative unless they explicitly want to own the code, security, compatibility, and operations themselves.

Strengths

  • Apache-2.0 source remains available for inspection, modification, commercial use under the license, and community forks
  • Final product spans a terminal agent, VS Code and JetBrains extensions, Chat, Plan, Agent, Edit, autocomplete, rules, MCP, model choice, and headless automation
  • Local configuration can combine bring-your-own provider keys or local models with version-controlled rules and tools instead of forcing one model vendor

Limitations

  • Continue's homepage says it joined Cursor, and its repository is read-only, no longer actively maintained, and labels 2.0.0 as the final release
  • New vulnerabilities, provider API changes, IDE incompatibilities, dependency failures, and model behavior regressions may not receive official fixes
  • Historical hosted-service privacy and terms do not establish what happens after the acquisition, and the current homepage does not publish replacement pricing or detailed migration commitments

Best for

  • Existing Continue users planning a controlled migration while preserving current configuration, rules, prompts, or locally operated workflows
  • Open-source maintainers and technically capable organizations willing to fork, audit, patch, and support the code themselves
  • Low-risk local experiments where model endpoints and tool permissions are explicitly controlled and product continuity is not required

Not ideal for

  • New teams seeking an actively maintained coding assistant with a published roadmap, security patches, current support SLA, and predictable commercial plan
  • Organizations that cannot assume ownership of dependency updates, IDE compatibility, provider migrations, vulnerability response, and license compliance
  • Unattended production automation, repositories with secrets, or sensitive code sent to an unapproved model or legacy cloud service

Frequently asked questions

Is Continue discontinued?

The Continue homepage says the company joined Cursor. Its official repository says it is no longer actively maintained and read-only, and calls version 2.0.0 the final release for VS Code, CLI, and JetBrains. The code remains available, but buyers should treat the original product as end-of-life unless Cursor publishes a supported successor or migration route.

Is Continue still free and open source?

The repository remains under Apache License 2.0, so the source can still be used and forked subject to that license. Free software does not include model API usage, hosting, MCP services, security maintenance, dependency work, or internal support. Trademark rights are also separate from the code license.

Should I start using Continue in a new project?

Usually not as a managed long-term product, because official maintenance has ended. It can still make sense as source code for a team prepared to own a fork or as a short-lived local tool while migrating. For normal adoption, compare actively maintained alternatives and export your rules, configs, prompts, and provider settings before relying on it.

How this listing was reviewed

This review uses Continue's acquisition homepage, final repository notice, Apache license, feature documentation, privacy notice, and terms checked August 9, 2026. We did not install 2.0.0, test current IDE compatibility, verify package availability, access a former subscription, inspect acquisition data handling, audit dependencies, or confirm future Cursor support.

Read the review methodology