Continue.dev Acquired by Cursor: What the Open-Source BYOK Extension's Future Looks Like

Continue.dev was the principled answer to Copilot and Cursor — a fully open-source VS Code extension that put model routing and prompt control in the developer's hands. Cursor just bought it.

Continue.dev, the open-source coding assistant extension backed by a team committed to developer-controlled AI workflows, was acquired by Cursor in 2026. The Continue team's statement on continue.dev phrased it carefully: "Our mission has always been to ensure developers are amplified, not automated, and we continue in that commitment." That sentence is doing a lot of work.

If you are a developer who chose Continue specifically because it was not Cursor — because you wanted BYOK (bring your own key), model flexibility, or just to not depend on a single funded IDE company — you have a decision to make. This piece is a developer-first breakdown of what happened, what the acquisition likely means, and how to think about your options.

What Continue.dev actually was

Continue was not just another AI code extension. It was the canonical answer to a specific question: "How do I get AI coding assistance inside VS Code or JetBrains without subscribing to GitHub Copilot or switching to a Cursor fork?" It supported any OpenAI-compatible API endpoint, any local model via Ollama, and any commercial provider you configured. The extension itself was MIT-licensed and the project was fully on GitHub.

For teams with strict data-residency requirements, budget constraints, or a preference for running local models, Continue was often the right answer. You could route work to Claude, GPT-4o, a local Mistral via Ollama, or a private endpoint — all within your existing editor, with full control over what got sent where. No per-seat subscription with opaque token pools. No vendor-controlled context routing.

That flexibility was the product. The fact that it was open source meant you could also audit it, fork it, and deploy it behind your own infrastructure. That combination — BYOK flexibility plus open-source auditability — was genuinely rare in the AI coding assistant space.

Why the acquisition is a credibility test for Cursor

Cursor is a well-funded AI-native IDE built on a VS Code fork. It competes directly with GitHub Copilot and Windsurf for the IDE market. Buying Continue gives Cursor several things at once: a community of developers who were deliberately choosing not to use Cursor, an open-source brand with credibility in the self-hosting and privacy-conscious developer space, and a VS Code extension that works inside the standard Microsoft VS Code (not a fork).

That last point matters. Continue runs in the VS Code you already have. Cursor requires you to switch to a different application. Acquiring Continue gives Cursor a foothold inside the editor that millions of developers already use without asking them to migrate.

Whether that is good or bad for Continue users depends entirely on what Cursor does next. If the extension remains open-source, BYOK-friendly, and broadly maintained under the same MIT license, most Continue users lose very little. If the extension gradually shifts toward Cursor-hosted models, Cursor-branded features, or monetization that requires a Cursor account, then the thing people chose Continue for — independence — erodes.

What developers who rely on Continue should actually do right now

There are three rational responses to this acquisition, and they are not mutually exclusive:

1. Watch and wait — at least for 90 days. Acquisitions of developer tools frequently begin with a period of genuine continuity. The acquiring company has strong incentives to maintain community trust while integrating the team. The first 90 days tell you whether the commitment to open-source is substantive or a PR holding pattern. Watch the GitHub commits: is the pace maintained? Are BYOK and local-model configurations still first-class, or are they getting subtle friction added?

2. Snapshot your current configuration now. Continue stores its configuration in ~/.continue/config.json. Your model setup, context providers, slash commands, and API keys are all there. Export it and document your current setup in your team's runbook. If you need to migrate to a fork or a different extension, that configuration is the baseline you reproduce.

3. Evaluate alternatives now, not when you need them urgently. The main alternatives worth evaluating are Cline (open-source VS Code extension with explicit approval workflows), Aider (terminal-based, git-native), and raw API access via the model provider's own SDK. If your main Continue use case was Ollama integration for local models, evaluating Cline against your local model setup is an afternoon's work, not a week-long migration.

The BYOK landscape after the acquisition

Continue was one of three or four serious BYOK-first coding tools. With it now under Cursor's ownership, the remaining options in the "bring your own model, stay in VS Code" space are thinner:

  • Cline — VS Code extension, fully open-source, explicit approval workflow for each action. More transparent about what the agent does but requires more deliberate configuration. The approval model is a feature if you want control; it is overhead if you want speed.
  • Aider — Terminal-based, git-native. Every AI-assisted edit becomes a git commit. No IDE integration, but also no extension host dependency. If you work primarily in the terminal and have strong git discipline, Aider fills the Continue-shaped hole for coding tasks.
  • Raw provider API in your IDE — Most model providers now have VS Code extensions. Anthropic has the Claude extension, OpenAI has a Copilot integration. These are more limited than Continue was, but they are first-party and less acquisition risk.
  • A Continue fork — The MIT license means anyone can fork. Whether a meaningful community fork emerges depends on whether Cursor visibly degrades the open-source experience. If it does, expect a fork. If it doesn't, the fork incentive is weaker.

What the broader pattern tells you about this category

Continue is not the first open-source developer tool to get acquired by a funded competitor. The pattern is familiar: build something independent that proves a market exists, get acquired by a better-capitalized company that wants the user base or the technology.

The specific danger for AI coding tools is that the acquisition erodes the thing that made the tool useful: independence. Continue's value was partly in what it was not — it was not a locked platform, not a funded IDE fork, not a company that needed to upsell you on premium model access. Cursor is all three of those things. That tension is now inside the same organization.

There is also a structural issue worth naming: the AI coding assistant market is consolidating faster than the underlying models are differentiating. Cursor vs Copilot vs Windsurf is now Cursor vs Copilot vs Windsurf plus effectively Continue. Copilot is a Microsoft product backed by OpenAI. Windsurf (formerly Codeium) is independently funded but well-capitalized. The space for genuinely independent, community-maintained tooling is shrinking.

For teams building on open-source coding tools as infrastructure — using them in CI, building custom agent pipelines on top of them, or integrating them into enterprise self-hosted environments — this matters operationally. The risk profile of depending on a previously independent open-source tool now includes the acquiring company's strategic priorities.

What Cursor says versus what the incentives say

Cursor's statement at acquisition time committed to the mission of developer amplification. That is worth taking at face value initially. The Cursor team also has a genuine technical interest in the Continue codebase — the extension's context-provider architecture and its multi-model routing are well-built and not trivially reproduced.

But incentive structures matter more than mission statements over time. Cursor's revenue model is subscriptions. Continue in its original form was hostile to subscription lock-in. Those two things sit uncomfortably together. Over a 12-to-18-month horizon, the changes most likely to happen are subtle: friction added to free-tier or BYOK configurations, premium features that require a Cursor plan, integration improvements that only work with Cursor-hosted models.

These changes are easy to make incrementally. They do not require Cursor to announce they are changing the mission. They just require a product roadmap that prioritizes things that generate revenue, which is how most well-run companies operate. This is not cynicism — it is how software businesses work. Understanding the incentive structure lets you evaluate the product accurately instead of being surprised later.

The practical signal to watch

If you currently use Continue and need to decide whether to stay or plan a migration, the most reliable leading indicator is the project's handling of local model support and API key routing over the next two release cycles. Those features are the ones with no monetization upside for Cursor. If they maintain full parity and the config format stays open, the acquisition is mostly a governance change rather than a product change. If you start seeing issues filed about BYOK configurations getting broken and closed without fixes, that is your migration signal.

The secondary indicator is community response. Continue had a specific community of developers who used it precisely because they wanted an alternative to Cursor. That community's migration behavior — whether it moves to Cline, forks Continue, or simply starts using Cursor anyway — will tell you a lot about how this acquisition lands in practice.

Bottom line

Continue.dev's acquisition by Cursor is not a disaster for today's Continue users. The tool still works, the codebase is still open-source, and Cursor has every incentive to maintain trust during the transition period. But the independence that made Continue compelling for a specific set of developers — the ones who did not want to be on a funded platform — is now structurally different. The tool is no longer maintained by a team whose only interest was developer control. It is maintained by a company that needs to grow subscription revenue.

Plan accordingly. Document your configuration, evaluate Cline or Aider as fallbacks, and watch the commit log over the next quarter. If Cursor treats this as a genuine acquisition of open-source infrastructure they intend to maintain, most Continue users will be fine. If they treat it as a talent acquisition or a community-capture play, you will want to have already picked an alternative before you need it urgently.