Overview
Continue is an open-source coding agent delivered as a VS Code extension, CLI, and JetBrains plugin. Model providers, context, and MCP servers can be configured through local YAML, including local models through Ollama. The README now explicitly states that this repository is no longer actively maintained, is read-only, and that 2.0.0 was the final release.
Features and best fit
Based on official documentation; not hands-on tested · Content checked:
Provide coding-agent workflows through IDE extensions and a CLI
The repository contains a VS Code extension, CLI, and JetBrains plugin with shared TypeScript-oriented core and GUI code. The README itself recommends using the CLI rather than the JetBrains plugin.
Swap model providers and MCP integrations through local configuration
~/.continue/config.yaml defines models by name, provider, and model, with providers such as OpenAI and Ollama documented. The configuration can also include context providers and MCP servers, allowing cloud models, local models, and tool servers to be composed.
Sources: [4]
Try the final version in 3 steps
1. Choose the 2.0.0-era VS Code extension, @continuedev/cli, or JetBrains plugin.
2. Create ~/.continue/config.yaml and configure a model provider; Ollama is available for local inference.
3. Add MCP servers or context providers if needed, then run agent tasks against a repository.
For preserving existing Continue workflows or studying and forking an open-source coding-agent architecture
Because the codebase remains Apache-2.0, it can serve as a reference for VS Code/CLI agents, provider abstraction, and MCP/config design, or as a starting point for a fork whose maintenance you intend to own.
Sources: [2]
Active maintenance has ended, so new deployments inherit IDE/API and security maintenance costs
The README states that the repository is no longer actively maintained and is read-only, and describes 2.0.0 as the final polished release across VS Code, CLI, and JetBrains. Future IDE APIs, model-provider APIs, and dependency security changes should not be expected to receive upstream updates, which is a material constraint for new production adoption.
Official sources
- [1]continuedev/continue — GitHub repository metadata(2026-09-17)
- [2]Continue — README(2026-09-17)
- [3]Continue — package.json(2026-09-17)
- [4]Continue configuration reference(2026-09-17)
- [5]Continue v2.0.0 VS Code release(2026-09-17)
Supplemental curator note
Treat it as the final Apache-2.0 codebase after active maintenance ended in 2026, not as an actively evolving project.
Try it in 3 steps
- 1
Get the source
git clone --depth 1 https://github.com/continuedev/continue.git - 2
Enter the repository
cd continue - 3
Check the official steps
Continue with the commands in the README Installation, Quick Start, or Getting Started section.
find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Growth
Growth trends · Last 30 days
35,942 Stars
Trend data is still being collected.
Development activity
Last 90 days · weekly
- Commits (last 30 days)
- 0
- Open PRs
- 510
Development activity is still being collected.
Built with
Categories and tags
GitHub data
GitHub dataView detailed GitHub data
GitHub Topics
- open-source
- developer-tools
- ai
- agent
- cli
- Stars
- 35,942
- Forks
- 5,394
- Watchers
- 174
- Open issues
- 456
- Primary language
- TypeScript
- License
- Apache-2.0
- Repository last updated
- Sep 16, 2026
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- OpenClaw389,940 Stars
A persistent personal AI assistant platform spanning channels, tools, memory, and schedules.
TypeScript - React250,526 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Hermes Agent246,347 Stars
A persistent AI agent with memory, skills, cron jobs, subagents, and multiple terminal backends.
Python - TensorFlow200,155 Stars
An end-to-end machine-learning platform connecting research, training, evaluation, visualization, and deployment.
C++ - Visual Studio Code (Code - OSS)192,608 Stars
The MIT-licensed Code - OSS repository that forms the open foundation of Visual Studio Code.
TypeScript
Report incorrect information
Tell us if any listing information is incorrect or outdated.