Continue
ContinueAI code assistant for VS Code and JetBrains, offering inline completion, chat, edit and agent modes against any model backend including OpenAI, Anthropic, Gemini, Ollama and vLLM. It differs from Copilot in being model-agnostic and from Cursor in living inside an existing IDE rather than replacing it. Cursor acquired the project in 2026.
The repository ships an enterprise key gating managed device policy, which the openness axis weighs. Verified 2026-08-13 via the continuedev/continue repository, the VS Code Marketplace listing and continue.dev.
Openness
5 high confidence- license
- Apache-2.0(OSI)
- source
- public(github.com/continuedev/continue)
- clients
- VSCode+JetBrains+CLI
- hub
- continue.dev(hosted config/model hub adjacent, core OSS)
- core-gated
- ungated(Apache-2.0 across the whole monorepo, no ee/ or enterprise directory
Apache-2.0, full source public for the IDE extensions and CLI; no feature-gated core in the editor itself (a hosted Hub exists alongside but the assistant is OSS). Continue has since been acquired by Cursor; the vendor states the open-source codebase remains freely available, and no pricing page is linked any more.
- https://github.com/continuedev/continue recorded 2026-08-13
Apache-2.0; public source; AI code assistant (chat/edit/autocomplete + agent)
- https://marketplace.visualstudio.com/items?itemName=Continue.continue recorded 2026-08-13
open source AI code agent extension listing
- https://api.github.com/repos/continuedev/continue/contents/ recorded 2026-08-13
Repository root listing read for this dimension. The tree is actions, binary, core, docs, eval, extensions, gui, manual-testing-sandbox, media, packages, scripts, skills, sync - there is no `ee/`, no `enterprise/`, and no second license. `extensions/` holds cli, intellij and vscode; `packages/` holds config-types, config-yaml, continue-sdk, fetch, llm-info, openai-adapters and terminal-security. The repo license endpoint returns Apache-2.0.
- https://github.com/continuedev/continue/blob/main/core/control-plane/mdm/mdm.ts recorded 2026-08-13
The one thing in this repo that looks like a gate, read directly rather than assumed. Continue does ship an "Enterprise License Key" - `continue.enterEnterpriseLicenseKey` in extensions/vscode/src/commands.ts and an AddLicenseKey action in the IntelliJ extension. But the whole validator is published Apache-2.0 code in this file, and the signed payload it verifies carries only `customerId`, `createdAt`, `expiresAt` and an `apiUrl`. The key is read from MDM-managed OS configuration (a macOS plist, a Windows registry path, a Linux json file), and its effect is to point the client at an enterprise control-plane URL. No client feature is switched on by it - nothing in the extension is compiled out, withheld, or refused without one. That is the langchain shape, a paid platform beside a complete open core, not the langgraph shape of a closed package behind a key.
- https://www.continue.dev/ recorded 2026-08-13
The vendor's own site now leads with Continue having been acquired by Cursor and states "our open-source codebase remains freely available as a foundation for others". No pricing page is linked from it any more, and https://www.continue.dev/pricing returns HTTP 404 - so there is no live paid tier left to withhold anything for.
Adoption
4 high confidenceThe VS Code Marketplace shows 3,907,333 installs of the Continue extension, comfortably inside the 1M-10M band, with JetBrains plugin and CLI installs uncounted on top. 35,474 GitHub stars corroborate only.
- https://marketplace.visualstudio.com/items?itemName=Continue.continue recorded 2026-08-13
3,209,395 installs
- https://github.com/continuedev/continue recorded 2026-08-13
33.5k stars (corroborating)
Capability
4 medium confidenceLeading open source in-IDE AI assistant; broad model-agnostic coverage with chat/edit/autocomplete/agent and codebase RAG. Strong feature breadth for an open editor assistant, just below the polished closed frontier (Copilot/Cursor).
- https://marketplace.visualstudio.com/items?itemName=Continue.continue recorded 2026-08-13
agent, chat, edit, autocomplete features
- https://github.com/continuedev/continue recorded 2026-08-13
model-agnostic AI code assistant feature set
Verified 2026-08-13