OSS Tanbou

Continue — The final Apache-2.0 2.0.0 coding-agent codebase for VS Code, CLI, and JetBrains

OSS health 88
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
35,942
Primary language
TypeScript
License
Apache-2.0
Repository last updated
Sep 16, 2026

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.

Sources: [2][3]

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.

Sources: [2][4]

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.

Sources: [2][5]

Official sources

  1. [1]continuedev/continue — GitHub repository metadata(2026-09-17)
  2. [2]Continue — README(2026-09-17)
  3. [3]Continue — package.json(2026-09-17)
  4. [4]Continue configuration reference(2026-09-17)
  5. [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. 1

    Get the source

    git clone --depth 1 https://github.com/continuedev/continue.git
  2. 2

    Enter the repository

    cd continue
  3. 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
Check the official README

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
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.