Skip to main content
PromptQuorum
Home/Power Local LLM/Continue.dev Review: Why the Open-Source Coding Assistant Shut Down
Coding Assistants

Continue.dev Review: Why the Open-Source Coding Assistant Shut Down

Β·9 min readΒ·By Hans Kuepper Β· Founder of PromptQuorum, multi-model AI dispatch tool Β· PromptQuorum

Continue.dev was a free, open-source AI coding assistant (VS Code + JetBrains extension, plus a CLI) that Cursor acquired in June 2026, after which its maker stopped active development. The last release shipped June 19, 2026, its hosted "Hub" service was shut down July 15, 2026, and its GitHub repository is now marked read-only β€” but the Apache 2.0-licensed extension code still installs and runs today.

Continue.dev (continue.dev) was a free, open-source AI coding assistant for VS Code, JetBrains IDEs, and the terminal, built by Continue Dev, Inc. from 2023 onward. Cursor acquired the company in June 2026, and Continue is no longer an actively maintained product β€” this review covers its full history, what it did, why it shut down, and what to use in its place.

Continue.dev Review: Why the Open-Source Coding Assistant Shut Down

Key Takeaways

  • Continue.dev (continue.dev) launched as an open-source alternative to GitHub Copilot in 2023
  • Founded by Ty Dunn (CEO) and Nate Sesti (CTO) through Y Combinator's Summer 2023 batch
  • Free, Apache 2.0-licensed, and "bring your own API key" for its entire life β€” no Continue subscription fee was ever publicly listed
  • Cursor announced its acquisition of Continue Dev, Inc. on June 16, 2026; the final release (v2.0.0 for VS Code) shipped June 19, 2026
  • The hosted "Hub" cloud service for sharing custom assistants was shut down after a July 15, 2026 data-export deadline
  • The GitHub repository is marked read-only as of this review β€” treat it as archived, not actively maintained

πŸ“ In One Sentence

Continue.dev was a free, open-source (Apache 2.0) AI coding assistant for VS Code, JetBrains, and the CLI, built by Continue Dev, Inc. (founded June 2023 by Ty Dunn and Nate Sesti) and grown to over 35,800 GitHub stars before Cursor acquired the company in June 2026 and development stopped.

πŸ’¬ In Plain Terms

Continue.dev let you plug your own AI model (Claude, GPT-4o, or a local model via Ollama) into your code editor for autocomplete, chat, and multi-step editing, for free, without a subscription. Cursor bought the company that made it in mid-2026, and now nobody is actively building new features for it β€” but the free extension and its code are still online if you want to install and use them yourself.

πŸ“ŒNote: This review documents Continue.dev's history and shutdown using its own site, its GitHub repository, and independent reporting (The New Stack, TechCrunch). It does not claim PromptQuorum ran independent benchmarks of the tool while it was active.

What Was Continue.dev?

Continue.dev was a free, open-source AI coding assistant that plugged into VS Code, JetBrains IDEs, and the terminal. It was built by Continue Dev, Inc., a startup founded in June 2023 by Ty Dunn (CEO) and Nate Sesti (CTO) through Y Combinator's Summer 2023 batch. Its pitch was straightforward: an open-source, model-agnostic alternative to GitHub Copilot, where you chose which AI model powered your autocomplete and chat instead of being locked into one vendor.

  • Product type: an IDE extension (VS Code + JetBrains) plus a standalone CLI, not a full code editor of its own
  • License: Apache 2.0, fully open source on GitHub from launch
  • Founded: June 2023, by Ty Dunn and Nate Sesti, via Y Combinator (S23 batch)
  • Funding: a post-YC seed round in late 2023, plus a $3M seed round led by Heavybit in February 2025
  • Peak scale: over 35,800 GitHub stars and 5,300 forks before development stopped
  • Ended: acquired by Cursor, announced June 16, 2026

What Did Continue.dev Actually Do?

Continue.dev added four AI features to your editor: tab autocomplete, a sidebar chat, inline in-place edits, and a multi-step "Agent Mode." All four connected to a model of your choice rather than a single fixed provider β€” that model-agnostic design was its main differentiator from GitHub Copilot.

  • Tab autocomplete: inline code suggestions as you type, similar to GitHub Copilot's core feature
  • Chat: a sidebar panel for asking questions about your codebase and getting explanations or generated code
  • Inline edit: select code and describe a change; Continue rewrote the selection in place
  • Agent Mode: a more autonomous mode that could plan and execute multi-file changes with less step-by-step confirmation
  • Model Context Protocol (MCP) support: Continue could connect to MCP servers for extra tools and context, but this only worked in Agent Mode, not in Chat or Plan modes
  • Model choice: cloud models including Claude, GPT-4o, Gemini, DeepSeek, and Mistral, or local models via Ollama, LM Studio, or llama.cpp

Why Did Continue.dev Shut Down?

Cursor acquired Continue Dev, Inc. in a deal announced June 16, 2026, and Continue stopped active development shortly after. This was an acquihire-style acquisition: Cursor, the maker of the commercial Cursor code editor, brought on Continue's team and technology rather than continuing to operate Continue as a separate open-source product.

  • June 16, 2026: Cursor publicly announced it had acquired Continue Dev, Inc.
  • June 19, 2026: Continue shipped its final release, v2.0.0 for VS Code
  • July 15, 2026: deadline for users to export data from Continue's hosted "Hub" service before it was shut down
  • Ongoing: the continuedev/continue GitHub repository is marked read-only β€” no new commits, releases, or issue responses are expected

Platform, Pricing, and Licensing

Platforms

What Continue.dev states / stated:
VS Code, JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, GoLand, and others), plus a standalone CLI.

Cost

What Continue.dev states / stated:
Free. No official pricing page listing a paid Continue subscription tier was found; the tool used a bring-your-own-API-key model where you paid your model provider, not Continue.

Licensing

What Continue.dev states / stated:
Apache 2.0, fully open source, verified from the GitHub repository.

Current status

What Continue.dev states / stated:
Discontinued as an actively developed product since June 2026 (acquired by Cursor); GitHub repository is read-only.

Data handling

What Continue.dev states / stated:
Ran locally as an IDE extension; requests to your chosen AI model were sent to that model's provider (or stayed local if you used Ollama/LM Studio/llama.cpp) β€” not routed through a Continue-operated cloud, except for the optional "Hub" sharing feature, which is now shut down.

Because Continue.dev is no longer maintained, verify before relying on any of this for production use: a discontinued extension will not receive security fixes, and IDE/API compatibility can silently break as VS Code, JetBrains, or model provider APIs change over time.

Who Should Still Use Continue.dev?

Continue.dev can still make sense for a narrow set of people, but almost everyone starting fresh in 2026 should pick an actively maintained tool instead.

What Continue.dev Is Not Good For

Continue.dev is not a safe choice for any new, security-sensitive, or long-term production setup as of 2026, because it receives no further updates.

  • Not for teams that need vendor support, uptime guarantees, or a security-patch commitment β€” there is none for a discontinued open-source project
  • Not for anyone who needs the latest agentic coding features β€” its Agent Mode and MCP support were frozen at their June 2026 state while competitors kept shipping
  • Not a full code editor β€” it was always an extension inside VS Code or JetBrains, not a Cursor- or Windsurf-style standalone AI-first editor
  • Not for non-technical users β€” setup requires choosing and configuring your own AI model/API key; there is no built-in, pre-configured model for casual users
  • Not for anyone who needs guaranteed future compatibility β€” IDE updates or model-provider API changes can break an unmaintained extension with no one to fix it

Common Mistakes When Evaluating Continue.dev in 2026

Most confusion about Continue.dev in 2026 comes from search results, tutorials, and comparison articles written before June 2026, when it was still an active product.

Competitors and Alternatives

Continue.dev was most often compared to Cline, Cursor, GitHub Copilot, Windsurf, and Aider β€” and every one of these remains actively maintained as of this review, unlike Continue.dev itself.

Tool
Best known for
Link
ClineOpen-source, autonomous multi-step "agent" editing with human-in-the-loop approvalCline review
PearAIFree, open-source AI-first VS Code forkPearAI review
CursorCommercial, standalone AI-first code editor (and Continue's acquirer)cursor.com
WindsurfCommercial AI-first code editor with a multi-file "Cascade" agentwindsurf.com
GitHub CopilotMicrosoft/GitHub's original mainstream AI autocomplete and chat extensiongithub.com/features/copilot
AiderTerminal-native, git-centric AI pair programmeraider.chat

This list reflects tools Continue.dev was commonly compared to before its shutdown, not an independent PromptQuorum ranking of which is "best" β€” check each tool's own current pricing and feature set before choosing, since this is a fast-moving category.

Frequently Asked Questions

Is Continue.dev still available in 2026?

The extension is still installable from the VS Code and JetBrains marketplaces and its Apache 2.0 source code remains on GitHub, but Cursor acquired maker Continue Dev, Inc. in June 2026 and the project is no longer actively developed.

Why did Continue.dev shut down?

Cursor acquired Continue Dev, Inc., announced June 16, 2026. Continue shipped its final release on June 19, 2026, and its hosted "Hub" service was shut down after a July 15, 2026 data-export deadline. The GitHub repository is now marked read-only.

Is Continue.dev the same as Cursor?

No. Cursor is a separate, commercial, standalone AI-first code editor that acquired Continue's team and technology. Installing the Continue.dev extension does not give you Cursor's editor.

Was Continue.dev free?

Yes. Continue.dev was free and open source (Apache 2.0) for its entire life, using a bring-your-own-API-key model β€” you paid your chosen AI model provider directly, not Continue.

Can I still download and use Continue.dev today?

Yes, the last released version is still available on the VS Code Marketplace, the JetBrains Marketplace, and GitHub, and it still runs with your own API keys. It will not receive further updates, bug fixes, or security patches.

What is the best Continue.dev alternative?

Continue.dev was most often compared to Cline, PearAI, Cursor, Windsurf, GitHub Copilot, and Aider. Which one fits depends on whether you want an open-source extension (Cline), an open-source editor fork (PearAI), a commercial standalone editor (Cursor, Windsurf), or a terminal-native tool (Aider).

Did Continue.dev support local models?

Yes. Continue.dev connected to local models via Ollama, LM Studio, or llama.cpp, in addition to cloud models like Claude, GPT-4o, Gemini, DeepSeek, and Mistral.

Who founded Continue.dev?

Continue Dev, Inc. was founded in June 2023 by Ty Dunn (CEO) and Nate Sesti (CTO), through Y Combinator's Summer 2023 batch.

Does Continue.dev support Model Context Protocol (MCP)?

Continue.dev added MCP server support, but it only functioned in Agent Mode, not in Chat or Plan modes, according to its own documentation before the shutdown.

Has PromptQuorum independently tested Continue.dev's claims?

This review is based on Continue.dev's own site, its GitHub repository, and independent reporting (including TechCrunch and The New Stack) rather than hands-on benchmarking by PromptQuorum.

Sources

← Back to Power Local LLM