The two-line verdict: Continue built one of the best open-source, bring-your-own-model coding assistants of its era — but the product's era is over. Cursor acquired the company in mid-June 2026, development has ended, and cloud data is deleted after July 15, 2026 — so nobody should adopt it today.

TL;DR: Continue (continue.dev) was an Apache 2.0–licensed AI code assistant for VS Code and JetBrains IDEs, offering chat, autocomplete, inline edit and agent modes with any model you chose — cloud APIs or fully local models via Ollama. Its team plans ran through Continue Hub (Teams was listed at $20 per seat/month including $10 in model credits). In mid-June 2026, Cursor (Anysphere) acquired the company: a final 2.0.0 release shipped, the GitHub repository went read-only, recurring billing was disabled, and the company's own site says cloud data is deleted after July 15, 2026. We score it 4.5/10 — excellent technology, discontinued product. Existing users should export their data now and migrate to an actively maintained alternative such as Cline, Roo Code, Aider, Tabnine or GitHub Copilot.

The news first: Cursor acquired Continue, and the product is winding down

Any honest review of Continue in July 2026 has to start with its ending. In mid-June 2026, Cursor — the AI code editor built by Anysphere — acquired Continue, the company behind one of the earliest and most widely adopted open-source coding assistants. There was no splashy press release; the news surfaced through an update to the continue.dev homepage, whose title now reads simply "Continue (acquired by Cursor)," followed by press coverage such as The New Stack's report (2026). Deal terms were not disclosed, and the coverage consistently characterizes it as an acqui-hire: Cursor took the team; the standalone product is being shut down.

The wind-down has been orderly but fast. The team shipped a final 2.0.0 release covering the VS Code extension, the CLI and the JetBrains plugin, after which the continuedev/continue repository on GitHub went read-only. Recurring billing has been disabled, so paying customers will not be charged again. Most importantly for anyone with data in Continue's cloud: according to the company's own homepage FAQ, cloud-hosted data is deleted after July 15, 2026. Hub assistants, saved configurations and team settings must be exported from account settings before that date; local extension data on your own machine is not affected.

Everything below reviews Continue as it stands at the end of its life: what it did, what it cost, why it mattered, and — because this is a buyer's site — what its users should do now. The short version of our advice is in the verdict score: 4.5/10, which reflects a discontinued product built on genuinely excellent technology.

What is Continue?

Continue was an open-source AI code assistant that lived inside the editors developers already used. It shipped as an extension for VS Code and a plugin for JetBrains IDEs, plus a command-line interface, and it provided the now-familiar quartet of coding-AI capabilities: Chat for asking questions about your code, Autocomplete for inline suggestions as you type, Edit for modifying selected code in place, and Agent for making larger, multi-file changes with tool use. The official documentation remains online as of this review and describes all four modes.

What set Continue apart from GitHub Copilot and its commercial peers was not the feature list — it was the architecture of control. Continue was licensed under Apache 2.0, its code fully public, and it was radically model-agnostic: you connected whichever large language model you wanted, from cloud APIs (OpenAI, Anthropic, Google, Mistral and many others) to fully local models running on your own hardware via Ollama, LM Studio or llama.cpp, as laid out in its model-provider documentation. Configuration lived in a version-controllable YAML file, which meant a team's assistant setup — models, rules, prompts, context sources — could be reviewed, diffed and shared like any other code.

That design made Continue the default answer to a specific and important buyer question: "How do we get Copilot-style assistance without sending our source code to a vendor we didn't choose?" Regulated firms pointed it at approved internal endpoints. Privacy-conscious developers ran it entirely offline against local models. Tinkerers used it to trial every new open-weight model the week it dropped. In the taxonomy of coding AI agents, Continue occupied the open-source, bring-your-own-model corner — and for a long stretch it was the most polished thing in that corner.

Where Continue fit in the 2026 coding-AI market

By 2026 the coding-AI market had split into three tiers: integrated commercial products (Cursor, GitHub Copilot, Windsurf), terminal-native agents (Claude Code, Aider), and open-source IDE extensions where the buyer supplies the model (Cline, Roo Code, and Continue). Continue was the elder statesman of that third tier — one of the most-starred open-source AI coding projects on GitHub — and it had begun monetizing through Continue Hub, a registry-and-governance layer where teams shared assistants and building blocks. The acquisition ends that trajectory, and its users now redistribute across the other two tiers and the surviving open-source projects. Our guide to the best coding AI agents maps the whole field.

Continue pricing in 2026

Continue's pricing had two layers, and it is worth recording both accurately because the page still ranks in buyers' research even as the product winds down. The first layer was the software itself: the VS Code extension, JetBrains plugin and CLI were free, open-source software under Apache 2.0. You paid nothing to Continue for the tool; your cost was whatever you paid your model provider for API tokens, or nothing at all if you ran local models. This was, for individual developers, one of the cheapest ways to get serious AI coding assistance.

The second layer was Continue Hub, the commercial team platform. Per the company's pricing page and pricing documentation, the hub offered a Solo tier for individuals and small teams, a Teams plan listed at $20 per seat per month including $10 in model credits per seat, and a custom-quoted Enterprise plan adding SSO (SAML/OIDC), bring-your-own-API-keys, invoicing and SLA support. An optional Models Add-On provided access to a rotating set of frontier models for a flat monthly fee, with a free trial covering 50 chat requests and 2,000 autocomplete requests.

All of that is now historical. Following the acquisition, recurring billing has been disabled — existing subscribers will not be charged again, and the plans cannot be newly purchased. The table below is a record, not an offer.

Plan / componentListed price (pre-wind-down)Status as of July 2026
IDE extensions + CLI (open source)Free (Apache 2.0)Final 2.0.0 release; no further updates
Hub — SoloEntry tier for individualsSunsetting; cloud data deleted after July 15, 2026
Hub — Teams$20/seat/month incl. $10 model credits per seatBilling disabled; not purchasable
Hub — EnterpriseCustom (SSO, BYOK, SLAs)Billing disabled; not purchasable
Models Add-OnFlat monthly fee; trial of 50 chat / 2,000 autocomplete requestsDiscontinued with the hub

Sources: continue.dev pricing page and docs (retrieved July 4, 2026); wind-down status per the continue.dev homepage FAQ and press coverage. We could not verify a listed dollar price for the Solo tier or the Models Add-On before sign-ups closed, so we do not state one.

Choosing a replacement? Start with the coding AI agents hub and our GitHub Copilot vs Cursor vs Windsurf comparison.

Detailed feature review (as of the final 2.0.0 release)

Chat, Edit and Agent modes

Continue's chat panel let you converse with your chosen model about the open file, a selection, or the whole repository, using context providers to pull in code, documentation, terminal output and git history. Edit mode applied targeted changes to highlighted code without leaving the editor, and Agent mode — the focus of the project's last year — handled multi-file tasks: it could plan, read and write files, run commands with your approval, and work through a task list. Agent mode also supported the Model Context Protocol (MCP), so teams could wire in their own tools and data sources. In our assessment the agent was competent but conservative relative to the most aggressive agentic tools of 2026; where Cline and Claude Code leaned hard into autonomy, Continue kept the developer closer to the loop — a posture many enterprise teams preferred.

Autocomplete

Continue's inline autocomplete worked with dedicated code-completion models — either through the hub's model credits or against your own endpoint, including small local models for latency-sensitive setups. Quality depended heavily on which model you attached: with a strong completion model it was genuinely competitive, but it never matched the tightly tuned feel of Copilot's or Cursor's first-party completion, which benefit from vertical integration between model and product. That trade — flexibility for polish — was the honest heart of every Continue-versus-commercial comparison, including our Tabnine vs GitHub Copilot analysis of the adjacent privacy-focused space.

Bring-your-own-model and local privacy

This was the feature that earned Continue its following. The extension spoke to dozens of model providers out of the box and to anything exposing an OpenAI-compatible API, which in practice meant: your Anthropic or OpenAI key, your cloud provider's hosted models, your company's internal inference gateway, or a model running entirely on your laptop through Ollama. For organizations whose security review had rejected cloud coding assistants outright, Continue plus a local or self-hosted model was often the only approvable path to AI-assisted development. No commercial product in 2026 fully replicates this; the closest surviving equivalents are Cline, Roo Code and Aider, all of which also accept arbitrary endpoints.

Continue Hub, rules and governance

Continue Hub was the company's answer to the "multiplayer" problem: how a platform team standardizes AI assistance across hundreds of developers. Teams published shareable blocks — model configurations, rules files, prompts, context sources and MCP servers — and composed them into custom assistants that every developer pulled down identically. The Enterprise tier layered on SSO and bring-your-own-keys so the models behind those assistants stayed under corporate control. It was a credible governance story, and its disappearance is the acquisition's real casualty: the open-source extension survives in forkable form, but the hub — and any assistant or configuration stored in it — goes away with the July 15 data deletion.

CLI and automation

The Continue CLI extended the same assistant configuration to the terminal and to headless use in scripts and CI, part of the team's late-2025 push toward what it called "continuous AI" — agents participating in the development pipeline rather than just the editor. The CLI shipped in the final 2.0.0 release and works as long as your configured providers keep their current APIs, but like the rest of the project it is now frozen.

What the shutdown means for existing users

If you or your team use Continue today, there are three clocks to watch. The first is the hard one: July 15, 2026, after which the company says cloud data is deleted. Log in to your account, export anything stored in the hub — assistants, blocks, team configurations, usage records you need for accounting — and treat the export as unrecoverable after the deadline, because there is no indication of a grace period. The second clock is billing: recurring charges are disabled, so audit your last invoice but expect no further ones. The third clock is slower but just as real: the frozen codebase. Your installed extension keeps working with local, file-based configuration, but model providers change APIs every few months, and with the repository read-only nobody will patch the connectors when they break. A working setup today will degrade over quarters, not years.

The good news is that Continue's local-first design makes migration less painful than most SaaS shutdowns. If your configuration lives in local YAML files rather than the hub, you lose nothing on July 15; your prompts, rules and preferred models translate conceptually (though not file-for-file) to Cline, Roo Code or Aider in an afternoon of setup. The genuinely exposed users are hub-dependent teams — those whose assistants, governance rules and shared blocks exist only server-side. For them the export is urgent and the re-platforming is a real project.

Use cases Continue served — and where each should go now

Who should still use Continue — and who should move on

Almost everyone should move on. A tool with no maintainer, a read-only repository and a dated model roster is a poor foundation for a workflow you use forty hours a week, whatever its license says. Teams should not start new deployments on Continue, and procurement teams evaluating "open-source coding assistant" options should strike it from shortlists in favor of actively maintained projects.

The narrow exceptions: individual developers with a fully local, file-configured setup can reasonably keep running the 2.0.0 release during a transition period, since nothing about the cloud shutdown breaks local use. Organizations with unusual constraints — say, an air-gapped environment already validated around a pinned Continue build — may rationally keep it running while they qualify a successor, because their frozen environment does not suffer provider-API drift. And engineering organizations with real appetite for maintenance can fork: Apache 2.0 makes that legal and free, but be honest about the cost — you are adopting a large TypeScript codebase whose upstream is gone, and "we'll maintain a fork" is a staffing commitment, not a checkbox.

Total cost of ownership: the last lesson Continue teaches

Continue's TCO story was always attractive on paper: free software plus wholesale token prices, with no per-seat margin. For disciplined individual users that was genuinely the cheapest path to strong AI assistance, and for teams the $20-per-seat hub undercut most commercial enterprise tiers. But the shutdown completes the accounting, and buyers should internalize the full ledger. The costs that never appeared on an invoice are now due all at once: migration engineering, re-training developers on a new tool, re-validating a successor through security review, and — for hub teams — rebuilding governance configurations from an export. A free tool from a venture-backed startup is not free; part of its price is deferred, payable on the day the startup's incentives change. That is not a criticism unique to Continue — it wound down more responsibly than most, with a cleanup release and a clear license — but it is the reason our methodology weighs vendor viability, and why this page's score looks the way it does.

How Continue compares to the alternatives in July 2026

Against the commercial integrated products, the comparison is now trivial: Cursor, GitHub Copilot and Windsurf are alive and improving monthly, and Continue is not. The only live comparison is within the open-source, bring-your-own-model tier that Continue helped invent. Cline is the most direct heir: a VS Code-native, MCP-supporting agentic extension with arbitrary model endpoints and a large active community. Roo Code, which itself began as a fork in the Cline lineage, offers a similar architecture with more aggressive customization of modes and behaviors. Aider serves the terminal-first crowd with an exceptionally disciplined git-centric workflow. Ex-Continue users choosing among them should weight community velocity heavily — the whole point of leaving a dead project is landing on one whose commits are flowing. For teams stepping up to commercial tools instead, our Copilot vs Cursor vs Windsurf and Claude Code vs Cursor comparisons cover the trade-offs in depth.

How we scored Continue

Our 4.5/10 is a weighted editorial assessment per our methodology, and it needs one sentence of explanation more than most scores: it is a rating of Continue as a purchasing decision in July 2026, not of the engineering. The technology scores well — features and pricing were strong for their era, and the bring-your-own-model architecture remains the reference design for developer control. What collapses the overall number is viability and support: development has ended, the repository is read-only, the hub is being deleted, and no vendor stands behind the software. A discontinued product cannot score as a recommendable one, however good it was. Had we reviewed Continue in early 2026, the overall would plausibly have landed near 8/10; the delta between that number and today's is the price of the shutdown, and we would rather show the honest number than the nostalgic one. As always, we attach no user-review rating; we publish aggregate user scores only once enough verified practitioner submissions exist for an agent.

The procurement lesson: open source is a license, not a guarantee

Continue's story is the cleanest recent illustration of a distinction buyers routinely blur. "Open source" answers exactly one question — what you are legally allowed to do with the code — and Continue's Apache 2.0 license delivers on it fully: the code survives, forks are legal, nothing can be retroactively taken from you. What the license never promised was stewardship: that someone would keep shipping releases, fixing security issues and tracking provider APIs. Stewardship lives in the incentives of whoever funds the maintainers, and when that funder is a venture-backed startup, an acquisition can end stewardship overnight even while the license remains impeccable. The practical checklist for the next open-source tool you adopt: who pays the maintainers, what happens to your data if the company exits, is your configuration exportable and local, and could your team credibly run a fork? Continue's users who could answer those questions are migrating calmly this month; those who could not are learning the questions now.

If you are keeping Continue running anyway

For the pinned-build holdouts, a few practical notes. Stay on the final 2.0.0 release and archive the installer artifacts yourself — do not assume marketplace listings remain available indefinitely after a wind-down. Move every scrap of configuration out of the hub and into local YAML before July 15, 2026, including assistants, rules and MCP server definitions. Prefer stable, versioned model APIs (or local models, which never drift) over bleeding-edge endpoints, since connector fixes will not be coming. Treat the extension as unpatched software in your threat model: it runs with your editor's privileges, so any future vulnerability disclosure in its dependency tree is your problem to assess. And set yourself a real exit date — a frozen assistant falls behind the state of the art within a couple of model generations, and the productivity gap between frozen and maintained tools compounds quietly.

Verdict

Continue earned its reputation: it proved that an open, model-agnostic, locally controllable coding assistant could be genuinely good, and its design pressured the whole category toward configurability and MCP-style openness. But a review is advice, and the advice in July 2026 is unambiguous. Do not adopt Continue for new deployments. Existing users should export cloud data before July 15, 2026, plan a migration — to Cline, Roo Code or Aider for the open-source workflow, or to a commercial tool where support matters more than control — and keep any pinned Continue build only as a bridge. We score Continue 4.5/10: a respectful number for a discontinued tool, reflecting technology that deserved better than its ending. The category it pioneered is thriving; start your replacement search at our coding AI agents hub.

The 2026 context: consolidation comes for coding AI

Continue's absorption did not happen in a vacuum. The same month, Quartz reported that SpaceX agreed to acquire Cursor's parent company Anysphere in an all-stock deal valued at $60 billion — by that report, the largest acquisition of a venture-backed startup on record (Quartz, June 2026). Whatever one makes of that pairing, the direction is clear: coding AI has entered its consolidation phase, and independent tools — especially open-source projects with venture funding and thin revenue — are being folded into larger platforms at speed. For buyers, this changes how the category should be evaluated. Feature comparisons remain necessary but no longer sufficient; the durability of the vendor now belongs in the first rank of criteria alongside model quality and security posture. Community-governed projects with many contributing companies are more resilient to any single exit than single-startup projects, however healthy their GitHub graphs look. And every adoption decision should include a written answer to the question Continue's users are answering under deadline this month: if this tool disappeared in thirty days, what exactly would we do?

A practical checklist for displaced Continue users

Before July 15, 2026: log in to continue.dev and export everything stored in the hub — assistants, blocks, team settings and any usage or billing records you need to retain. Confirm with finance that recurring charges have actually stopped. Inventory which of your configuration lives locally in YAML (safe) versus only in the hub (about to be deleted). Then, for the migration itself: shortlist two successors — typically one open-source (Cline, Roo Code or Aider) and one commercial (GitHub Copilot, Cursor or Tabnine) — and pilot them with a handful of developers against your real codebase for two weeks. Port your rules and prompt conventions early, since they encode more team knowledge than most engineers expect. Re-run security review on the successor even if it feels similar, because endpoint handling and telemetry differ meaningfully between tools. Finally, decommission deliberately: uninstall the frozen extension once the successor sticks, rather than letting an unmaintained tool linger in your fleet indefinitely.

What Continue got right — and what its story teaches the market

It is worth closing the file on Continue with credit where it is due, because the ideas outlive the product. Continue demonstrated that developers would do real work to own their AI stack — that model choice, local execution and inspectable configuration were not niche demands but a durable market segment, one every surviving open-source assistant now serves. It normalized configuration-as-code for AI assistants, anticipating how platform teams would want to govern them. It adopted MCP early, betting correctly that interoperability would beat walled gardens for enterprise buyers. And its ending was, by startup standards, honorable: a cleanup release stripped of telemetry, a clear data-deletion date, billing switched off proactively, and a permissive license that leaves the community holding everything except the obligation to maintain it. Products end; the standard Continue set for how an open-source product should end is a contribution in itself.

Editorial scorecard

Overall
4.5
Excellent technology, discontinued product; not recommendable for new adoption.
Features
8.4
Chat, autocomplete, edit and agent modes with any model — frozen at v2.0.0.
Pricing
6.0
Historically generous (free core, $20/seat hub); billing now disabled entirely.
Ease of use
7.6
Polished for an OSS tool, but BYO-model setup always demanded more than turnkey rivals.
Support
1.5
Development ended; repository read-only; no vendor support of any kind.
Integrations
7.8
VS Code, JetBrains, CLI, MCP, dozens of model providers — all subject to drift.

Pros and cons

Pros

  • Apache 2.0 code remains public and legally forkable
  • Best-in-class bring-your-own-model flexibility, including fully local use
  • Chat, autocomplete, edit and agent modes across VS Code, JetBrains and CLI
  • Configuration-as-code design keeps setups portable and reviewable
  • Final 2.0.0 release shipped as a deliberate, telemetry-stripped handoff
  • Local-first architecture makes migration less painful than typical SaaS shutdowns

Cons

  • Product discontinued after Cursor's acquisition — no future development
  • Cloud data deleted after July 15, 2026; hub governance layer disappears
  • Repository read-only; no security patches or provider-API fixes coming
  • Frozen model roster falls behind the state of the art quickly
  • Hub-dependent teams face a real re-platforming project
  • Maintaining a private fork is a significant, ongoing staffing cost

Alternatives to Continue

Cline

Open-source agentic VS Code extension with BYO keys, MCP support and an active community — the most direct heir.

Read review →

Aider

Open-source, terminal-based AI pair programmer with a disciplined git-centric workflow and arbitrary model endpoints.

Read review →

Best coding AI agents

Our full guide to the leading coding assistants and agents of 2026, commercial and open source.

Read guide →

Frequently Asked Questions

Is Continue (continue.dev) still available in 2026?

Not as a supported product. Cursor (Anysphere) acquired Continue in mid-June 2026 and the standalone product is winding down. The team shipped a final 2.0.0 release covering the VS Code extension, the CLI and the JetBrains plugin, after which the GitHub repository went read-only. Installed copies keep working locally, but there will be no further updates, fixes or vendor support.

How much did Continue cost?

The IDE extensions were free, open-source software under the Apache 2.0 license. Paid plans applied to Continue Hub, the team layer: the Teams plan was listed at $20 per seat per month including $10 in model credits per seat, and Enterprise was custom-quoted with SSO (SAML/OIDC), bring-your-own-API-keys and SLA support. An optional Models Add-On offered frontier models for a flat monthly fee. Following the acquisition, recurring billing has been disabled, so none of these plans can be newly purchased.

What happens to my Continue data after the acquisition?

According to the company's own site, cloud-hosted data is deleted after July 15, 2026. Anything stored on Continue's servers, such as hub assistants, saved configurations and team settings, must be exported from your account settings before that date. Data stored locally on your machine by the extension is not affected by the cloud shutdown.

Can I keep using Continue after the shutdown?

Technically yes. The code is Apache 2.0 licensed, so running a pinned build or maintaining your own fork is entirely legal, and local, file-based configuration keeps working without the hub. But nobody is shipping updates, security fixes or provider-API adjustments anymore, so a self-maintained install will drift and degrade over time. For anything beyond a short transition window, we recommend migrating to an actively maintained tool.

What are the best Continue alternatives in 2026?

For the open-source, bring-your-own-model workflow that made Continue popular, the closest matches are Cline and Roo Code (agentic VS Code extensions with BYO keys and local-model support) and Aider (an open-source terminal-based pair programmer). Teams that mainly want dependable autocomplete and chat with commercial support should shortlist GitHub Copilot or Tabnine, and developers who want the most capable integrated product can evaluate Cursor itself.

Why did Cursor acquire Continue?

Deal terms were not disclosed, and coverage characterizes it as an acqui-hire: Cursor took on the team and its expertise while the standalone product was wound down rather than continued. Continue's contributors built one of the earliest widely adopted open-source coding agents, and that experience moves into Cursor's commercial stack. There was no press release from either company; the news surfaced through an updated continue.dev homepage and FAQ, followed by press coverage.

Was Continue open source, and does the code survive?

Yes. Continue was licensed under Apache 2.0, and the source code remains publicly available on GitHub even though the repository is now read-only. Anyone may fork it, modify it and run it, including commercially. What ends is stewardship: the original team will not ship further releases, so any long-term use requires someone else to maintain a fork against changing model-provider APIs and IDE platforms.

Planning a migration off Continue? Talk to our editors →