Continue.dev、VS Code拡張機能 v2.0.0 をリリースContinue.dev Releases v2.0.0-vscode
匿名の公開いいねです。記事の保存・お気に入りではなく、Featured、Top 3、重要度、掲載順位には影響しません。仕組みとプライバシーAnonymous public likes are reactions, not saved articles or bookmarks. They do not affect Featured, Top 3, importance, or listing order.How it works and privacy
- Continue.devがVisual Studio Code向けAIコーディング拡張機能のメジャーバージョン v2.0.0 を公開。
- Cursorエージェントとの共同開発により実施された大型バージョンアップとなる。
chore: vscode 2.0.0 Co-authored-by: Cursor <cursoragent@cursor.com>
要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.
Continue.devは2026年6月19日、Visual Studio Code向けのAIコーディング支援拡張機能のメジャーアップデートとなる「v2.0.0」を公開した。メジャーバージョンの更新は内部構造やユーザー体験に大きな変更が加わることを示唆しており、同ツールにとって節目となるリリースと位置づけられる。
Continueは、複数の大規模言語モデル(LLM)を切り替えながらコード補完やチャット、エージェント的なタスク実行を行えるオープンソースのAIアシスタントだ。GitHub CopilotやCursor、Windsurfといった商用ツールと異なり、OpenAIやAnthropic、あるいはローカルで動作するモデルなど、利用者が任意のモデルやAPIを接続できる柔軟性を特徴としてきた。VS Codeに加えてJetBrains系IDEにも対応しており、開発環境を選ばない点が支持を集めている。
今回のリリースに付随するコミット情報には「Co-authored-by: Cursor <cursoragent@cursor.com>」との記載が含まれている。これはAIコーディングエージェントである「Cursor Agent」が作業に関与したことを示すGitの慣例的な表記と見られ、一部ではCursorとの共同開発と受け取る向きもある。ただし、企業間の協業を示すものか、開発過程でAIエージェントを利用した結果なのかは、公開情報からは断定できない。
Continue.devがVisual Studio Code向けAIコーディング拡張機能のメジャーバージョン v2.0.0 を公開。
メジャーバージョンアップに伴う具体的な変更点の詳細については、リリースノートの追加情報を待つ必要がある。もっとも近年のAIコーディング支援分野では、単純なコード補完から、ファイル横断の編集やテスト実行までを自律的にこなす「エージェント」機能への移行が急速に進んでいる。Continueも同様の方向で機能を拡張してきた経緯があり、v2.0.0でもエージェント機能やモデル管理、設定体系の刷新などが含まれる可能性がある。
オープンソースであるContinueは、企業が自社のセキュリティ要件やコスト管理に合わせて導入をカスタマイズしやすい点で、商用サービスとは異なる選択肢を提供してきた。AI開発支援ツールの競争が激化するなか、今回のメジャーリリースがどのような評価を得るかが注目される。
Continue.dev has published version 2.0.0 of its Visual Studio Code extension, marking the first major version bump for one of the more widely used open-source alternatives to GitHub Copilot. Major releases of developer tooling matter because they typically signal breaking changes, reworked architecture, or a shift in product direction, and they often set the baseline that downstream users and integrators build against for months afterward.
Continue is an open-source AI coding assistant that plugs into editors such as VS Code and JetBrains IDEs. Rather than locking users into a single model provider, it is designed to connect to a range of large language models, including commercial APIs from vendors such as OpenAI, Anthropic, and Google, as well as locally hosted models served through tools like Ollama or LM Studio. Its core features have historically included inline autocomplete, a chat sidebar, an edit mode for rewriting selected code, and configurable context providers that pull in files, documentation, and repository information. The flexibility to mix and match models, and to keep code on local infrastructure, has made it popular among developers with privacy, cost, or customization concerns.
Based on the release metadata, the changeset is labeled as a routine chore commit ("chore: vscode 2.0.0"), and the published notes themselves are sparse, so the precise scope of changes is not fully detailed in the release entry. A jump from a 1.x line to 2.0.0 conventionally indicates that maintainers consider the update significant enough to warrant a new major version under semantic versioning. In practice that can mean changes to configuration formats, extension APIs, or default behaviors that may require users to adjust existing setups. Until a detailed changelog is consulted, the safest assumption is that some migration steps could be involved.
The commit metadata also includes a "Co-authored-by: Cursor" attribution tied to the address cursoragent@cursor.com. This line appears to reflect that the release was prepared with the assistance of Cursor's autonomous coding agent, which automatically credits itself in git history when it contributes to a commit. It is worth being precise here: such attribution is a common artifact of AI-assisted development workflows rather than necessarily evidence of a formal partnership between the two projects. Continue and Cursor are generally positioned as competing approaches to AI-assisted coding, with Continue offered as an open-source, editor-extension framework and Cursor as a standalone, AI-first editor forked from VS Code. The appearance of Cursor's agent in the commit history is therefore most plausibly an internal tooling choice by a contributor rather than a joint development effort, though the release notes alone do not make the intent explicit.
The broader context is an increasingly crowded field of AI coding assistants. GitHub Copilot remains the most prominent, now offering agentic features and multi-model support, while Cursor, Windsurf, Cline, and Aider have each carved out niches ranging from full editor replacements to terminal-based agents. Continue's distinguishing pitch has been openness and configurability, including a hub for sharing assistant configurations, custom commands, and model presets. A 2.0 milestone is likely intended to consolidate that experience and may align the VS Code extension more closely with the project's evolving agent capabilities, although the specifics would need confirmation from the official documentation.
For existing users, the practical takeaway is to review the changelog and any migration notes before upgrading, since major version transitions can alter configuration files or deprecate older settings. Teams that pin extension versions in managed environments will want to test the new build against their existing model endpoints and context configurations before rolling it out widely. As always with rapidly iterating open-source tools, checking the project's repository and documentation for the definitive list of changes is advisable, particularly when the notes attached to the version tag are brief.
In summary, v2.0.0 represents a notable checkpoint for the Continue VS Code extension, signaling a new major line for a tool that competes in a fast-moving segment. The headline detail is the version milestone itself; the finer points of what changed, and how the release was assembled, are best verified against the project's own published materials.
本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (github.com) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (github.com).





