Cline v3.86.1リリース — ファイルメンション検索の不具合を修正 Cline Releases v3.86.1
- Cline v3.86.1がリリースされた。
- VS Code Remote SSHや一部のVS Codeアップデート後に発生していた@ファイルメンションのファイル検索失敗を、ワークスペースインデックスが利用できない場合のフォールバック処理を維持することで修正した。
English summary
- Fixed Fix @ file mentions failing to find files in some environments (notably VS Code Remote SSH, and after certain VS Code updates) by keeping the file-search fallback alive when the workspace index
Clineは2026年6月1日、バージョン3.86.1をリリースした。今回のアップデートはバグ修正に特化したパッチリリースであり、特定の環境でファイル参照機能が動作しなくなっていた問題に対処している。
今回修正された不具合は、チャット入力時に「@」を使ってファイルを参照する「@ファイルメンション」機能に関するものだ。VS Code Remote SSH接続環境や、VS Codeの特定バージョンへのアップデート後に、ファイル検索が正常に機能しないケースが報告されていた。原因はワークスペースインデックスが利用できない状況でフォールバック処理が維持されていなかったことにあり、修正ではインデックスが使えない場合でもファイル検索のフォールバックを有効に保つよう実装が変更された。
VS Code Remote SSHはリモートサーバー上のファイルシステムにローカルのVS Codeから接続する機能で、クラウド開発や大規模サーバー環境での作業に広く利用されている。このような環境ではワークスペースのインデックス構築が遅延したり、一部の機能が制限されたりすることがあるため、AIコーディングアシスタントがローカル環境と同等の動作をするには追加の配慮が必要となる。
VS Code Remote SSHや一部のVS Codeアップデート後に発生していた@ファイルメンションのファイル検索失敗を、ワークスペースインデックスが利用できない場合のフォールバック処理を維持することで修正した。
ClineはAIエージェント型のコーディングアシスタントとして、ファイルの読み書きやターミナル操作、ブラウザ操作などを自律的に実行できる点が特徴だ。@ファイルメンション機能はユーザーが特定のファイルをAIとの会話文脈に組み込む際に使われるため、この機能の信頼性はユーザー体験に直結する。リモート開発環境での利用が増える中、こうした細かな互換性の維持は継続的な課題と見られる。
今回のv3.86.1はメジャーな機能追加を含まないが、実際の開発現場で支障をきたしていた問題を解消した実用的な修正として評価できる。VS Code Remote SSH環境でClineを利用しているユーザーは早めのアップデートが推奨される。
Cline released version 3.86.1 on June 1, 2026, delivering a focused patch that resolves a file-search regression affecting users in specific development environments.
The fix targets the @ file mention feature, which allows users to reference specific files directly within their chat input when interacting with the Cline AI agent. In certain environments — most notably VS Code Remote SSH connections and instances following particular VS Code updates — the file-search mechanism was silently failing, preventing the assistant from correctly resolving file references. The root cause was traced to the file-search fallback not being kept alive when the workspace index was unavailable. The patch ensures that fallback remains active regardless of index availability, restoring consistent behavior across environments.
VS Code Remote SSH is a widely used extension that lets developers connect to remote servers and work with their file systems as if they were local. It's popular in cloud-based development workflows, enterprise environments, and scenarios involving powerful remote compute. However, remote environments often have constraints around workspace indexing and file system APIs, which can surface edge cases that don't appear during standard local development. AI coding tools operating in these contexts need to handle such conditions gracefully, and Cline's patch is a direct response to real-world friction reported by users in these setups.
Cline distinguishes itself among AI coding assistants by operating as an autonomous agent capable of reading and writing files, executing terminal commands, and even controlling a browser — all within the VS Code environment. The @ file mention feature is a key part of how users provide context to the AI, so any failure in file resolution can meaningfully disrupt the collaborative workflow. As remote and cloud-based development continues to grow in prevalence, maintaining parity between local and remote extension behavior is an ongoing engineering challenge for tools like Cline.
While v3.86.1 doesn't introduce new capabilities, it addresses a tangible pain point for a non-trivial segment of the user base. Users running Cline over Remote SSH or those who recently updated VS Code and noticed file mention issues should consider updating promptly. Patch releases of this kind, though easy to overlook, often reflect active developer responsiveness to community feedback — a signal worth noting when evaluating the health of an open-source project.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。