概要
Continueは、VS Code extension、CLI、JetBrains pluginとして利用できるopen-source coding agentです。model provider、context、MCP serverをlocal YAMLで構成でき、Ollama等のlocal modelも扱えます。ただしREADMEは現在、このrepositoryがactive maintenanceを終了しread-onlyであり、2.0.0が最終releaseだと明記しています。
特徴と向いている用途
公式資料に基づく紹介・実機未検証 · 内容確認日:
IDE extensionとCLIからcoding agent workflowを提供する
repositoryはVS Code extension、CLI、JetBrains pluginを含み、共通coreとGUIをTypeScript中心で管理します。JetBrainsについてはREADME自身がCLI利用を推奨しています。
model providerとMCPをlocal configで差し替える
~/.continue/config.yaml でmodelをname/provider/modelとして設定でき、provider例としてOpenAIやOllamaがdocument化されています。configにはcontext providerやMCP serverも含められるため、cloud model、local model、tool serverを組み替えられます。
出典:[4]
3ステップで最終版を試す
1. VS Code extension、@continuedev/cli、またはJetBrains pluginの2.0.0系を選びます。
2. ~/.continue/config.yaml を作り、利用するmodel providerを設定します。local inferenceならOllamaを選択できます。
3. 必要に応じてMCP serverやcontext providerを追加し、repository上でagent taskを実行します。
既存Continue workflowを維持する、またはOSS coding agent architectureをfork・研究する用途に
Apache-2.0でcodebaseが残されているため、VS Code/CLI agent、provider abstraction、MCP/config設計を調査したり、自分でmaintenanceを引き継ぐforkの出発点として利用できます。
出典:[2]
active maintenance終了済みなので、新規採用ではsecurity・IDE/API追従を自分で負う
READMEはrepositoryがno longer actively maintained and read-onlyと明記し、VS Code extension、CLI、JetBrains pluginを最終2.0.0へ整えたと説明しています。今後IDE API、LLM provider API、dependency securityが変化してもupstream更新を期待できないため、新規production導入ではそのmaintenance costを前提に判断する必要があります。
参考にした公式資料
- [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)
編集部からの補足
現役projectとしてではなく、2026年にactive maintenanceを終了したApache-2.0の最終codebaseとして扱います。
3ステップで試す
- 1
ソースを取得
git clone --depth 1 https://github.com/continuedev/continue.git - 2
リポジトリへ移動
cd continue - 3
公式手順を確認
READMEのInstallation / Quick Start / Getting Startedにある公式コマンドを続けて実行してください。
find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
成長
成長の推移 · 直近30日
35,942 Stars
推移データを蓄積中です。
開発アクティビティ
直近90日・週次
- Commit(直近30日)
- 0
- Open PR
- 510
開発アクティビティを蓄積中です。
Built with
カテゴリとタグ
GitHubデータ
GitHubのデータGitHubの詳細データを見る
GitHub Topics
- open-source
- developer-tools
- ai
- agent
- cli
- Stars
- 35,942
- Forks
- 5,394
- Watchers
- 174
- Open Issues
- 456
- 主要言語
- TypeScript
- ライセンス
- Apache-2.0
- リポジトリ最終更新
- 2026/09/16
関連情報
関連記事を投稿するこのOSSの使い方や活用事例をMarkdownで投稿できます。管理者が承認した後に公開されます。
あわせて探訪
- OpenClaw389,940 Stars
チャネル・ツール・メモリを束ねる永続型パーソナルAIアシスタント基盤。
TypeScript - React250,526 Stars
宣言的なコンポーネントでWebとネイティブのUIを構築するJavaScriptライブラリ。
JavaScript - Hermes Agent246,347 Stars
Memory・Skills・Cron・Subagentsを備える永続型AIエージェント。
Python - TensorFlow200,155 Stars
研究・学習・評価・可視化・配備をtoolとlibraryでつなぐend-to-end machine learning基盤。
C++ - Visual Studio Code(Code - OSS)192,608 Stars
Visual Studio Codeの基盤となるMITライセンスのCode - OSSリポジトリ。
TypeScript
情報の誤りを報告
掲載内容に誤りや古い情報があればお知らせください。