← プロジェクト一覧に戻る

Continue

VS Code・JetBrains向けの、モデル持ち込み型アシスタント

公式Apache-2.0
スター
35.5k
フォーク
5.2k
オープンIssue
942
最終コミット
2026年8月15日

概要

補完・チャット・編集を、指定した任意のモデルで動かせます。自前のハードウェア上で動くモデルも指定可能です。コードを社外に出せない環境で現実的に選べる数少ない選択肢のひとつになります。その柔軟性の代償として、設定はホスティング型の代替手段より手間がかかります。

Continueで何ができますか?

  • VS Code拡張かCLIを導入するVS Code拡張はMarketplaceまたはOpenVSXから、ターミナル向けのCLIはnpmの@continuedev/cliとして配布されており、どちらにも最終版の2.0.0が反映されています。
  • JetBrainsではCLIを選ぶJetBrains向けのプラグインはGitHub Releasesで配布されていますが、READMEはこれに代えてContinue CLIを使うことを推奨しています。IntelliJ系のIDEではターミナル側のCLIを前提に構成します。
  • テレメトリなしで動かす最終リリースである2.0.0で匿名テレメトリと認証機構が取り除かれたため、アカウントを作らずそのまま利用できます。
  • 2.0.0から先はforkで進めるcontinuedev/continueは読み取り専用となり更新が止まっているため、修正が必要ならextensions/vscodeextensions/cliextensions/intellijのソースをApache-2.0のもとでforkする必要があります。

ドキュメント

continuedev/continue のREADMEより転載(Apache-2.0)。 原文を読む ↗

What is Continue?

Note: The continuedev/continue repository is no longer actively maintained and is read-only for all users.

Continue is a coding agent available as a CLI, VS Code extension, and JetBrains plugin.

Documentation

To learn how to configure Continue, how it works, and how to customize it, check out the Continue Docs.

Final 2.0.0 Release

We polished Continue and did a final 2.0.0 release of the VS Code extension, CLI, and JetBrains plugin.

This included removing anonymous telemetry, pulling out authentication, squashing bugs, and more.

VS Code

CLI

JetBrains

Note: We recommend using the Continue CLI instead of the JetBrains plugin.

Code friends