Change8

Cline: What's New in June 2026

A summary of all updates, new features, and bug fixes released for Cline during June 2026.

33releases43features50fixes62improvements

New Features in June 2026

  • Added support for the Claude Sonnet 5 model across multiple providers including Anthropic, Bedrock, Vertex, Claude Code, SAP AI Core, OpenRouter, and Vercel AI Gateway.(v4.0.5)
  • Updated the model picker and recommended-model logic to include Claude Sonnet 5.(v4.0.5)
  • Enabled ClinePass availability everywhere in the UI, including onboarding, settings, the welcome promo banner, and the credit-limit "Switch to ClinePass" action.(v4.0.4)
  • Added a fallback ClinePass subscription URL during onboarding for users whose subscription screen fails to open automatically.(cli-v3.0.33)
  • Added an intermediate step before proceeding to the ClinePass model selection screen.(cli-v3.0.32)
  • Added support for reasoning effort levels, including 'xhigh', for DeepSeek thinking models.(v4.0.2)
  • Improved the ClinePass provider experience by providing clearer reasoning controls and model selection options.(v4.0.2)
  • Added marketplace uninstall support and surfaced plugin-bundled skills(cli-v3.0.31)
  • Introduced a prompt to switch to ClinePass when credits are exhausted, detailing ClinePass features in the notification(cli-v3.0.31)
  • Added the SDK-backed VS Code extension runtime, enabling Cline to run tasks through the shared Cline SDK session layer for agent turns, tools, Plan/Act mode coordination, and more.(v4.0.0)
  • Introduced the ClinePass integration into the VS Code extension, including onboarding, provider selection, signup/subscription handoff, live model lists, and clearer authentication/error handling.(v4.0.0)
  • Enabled the Customize marketplace within the extension for discovering and managing Skills, MCP servers, and Plugins, featuring installed/marketplace tabs, search/filtering, and install/uninstall flows.(v4.0.0)
  • Launched Cline Plugins, allowing users to extend Cline with custom tools, workflows, and MCP-powered capabilities installed via the new Customize marketplace.(v4.0.0)
  • Added queued prompts in chat, allowing messages submitted while Cline is busy to queue, display while streaming, and be cancelled before execution.(v4.0.0)
  • Added edit-and-regenerate support for previous user messages, accompanied by clearer Reset Chat and Reset Code actions.(v4.0.0)
  • Added generic SDK provider settings and model-catalog support, enabling multiple providers to share a model picker, reasoning controls, and dynamic model ID handling.(v4.0.0)
  • Added support for numerous new and updated models/providers via the SDK, including Fireworks GLM 5.2, Kimi K2.6 Fast, Kimi K2.7 Code, Qwen 3.7 Plus, and SAP AI Core wiring.(v4.0.0)
  • Added support for the SAP AI Core provider.(cli-v3.0.30)
  • Enabled token count display in the status bar, shown next to the cost.(cli-v3.0.30)
  • Hidden cost information for Cline free models to simplify the interface.(cli-v3.0.29)
  • Added a ClinePass onboarding flow with selectable ClinePass models(cli-v3.0.28)
  • Added hub primitive catalogs(cli-v3.0.28)
  • Introduced a dedicated customizations breakout on the hub dashboard(cli-v3.0.28)
  • Added a new `cline skill` command for installing and managing skills, mirroring the functionality of `cline plugin install` and `cline mcp`.(cli-v3.0.27)
  • Introduced a prefilled MCP install wizard command to streamline the setup process for MCP servers.(cli-v3.0.27)
  • Added ClinePass support, with selectable ClinePass models available in the model picker(cli-v3.0.25)
  • Added MCP server support to plugins, including authorizing plugin MCP OAuth during installation(cli-v3.0.25)
  • Enabled plugin commands to submit prompts directly to the agent(cli-v3.0.24)
  • Added support for overriding the API base URL configuration(cli-v3.0.24)
  • Added support for configured agents to be used as subagent tools.(cli-v3.0.23)
  • Added support for the Claude Fable 5 model.(v3.89.0)
  • Added support for the Claude Fable 5 model(cli-v3.0.22)
  • Added a global auto-update setting to control automatic updates on CLI startup(cli-v3.0.21)
  • Added a Cline credits refill link(cli-v3.0.21)
  • Added support for Vertex AI Application Default Credentials (ADC) with tool use(cli-v3.0.21)
  • Added a debug section in settings specifically for Cline testers.(v3.88.1)
  • Added support for the latest Fireworks AI serverless models.(v3.88.0)
  • Enabled a new --allowed-user-id flag for the Telegram connector to restrict which Telegram users can interact with the agent.(cli-v3.0.17)
  • Added support for the MiniMax M3 model.(v3.87.0)
  • Enabled installation of official Cline plugins directly from the new github.com/cline/plugins collection.(cli-v3.0.16)
  • Introduced the ability for plugins to bundle skills, which are now grouped together in the settings interface.(cli-v3.0.16)
  • Added support for Slack socket mode.(cli-v3.0.16)
  • Allowed configuration of a custom base URL when using Anthropic vendor-type providers.(cli-v3.0.16)

Bug Fixes in June 2026

  • Fixed the ClinePass upgrade notice appearing immediately after completing onboarding.(cli-v3.0.34)
  • Fixed issue where reasoning effort controls were not showing for ClinePass models, and aligned ClinePass model resolution with other providers.(v4.0.2)
  • Resolved issue where environment variable replacement failed within the webview.(v4.0.2)
  • Fixed webview state initialization so that the focus chain settings default correctly, ensuring the toggle reflects the accurate value upon loading.(v4.0.2)
  • Rolled back the stable VS Code extension to the pre-SDK-migration codebase to resolve regressions introduced in version 4.0.0.(v4.0.1)
  • Fixed issue where MCP tool names exceeding 64 characters caused errors with OpenAI-compatible providers(cli-v3.0.31)
  • Fixed marketplace edge cases related to refreshing MCP servers after installs, remote configuration disabling of the MCP Marketplace tab, hiding workflows, surfacing plugin-bundled skills, and uninstalling shared marketplace entries.(v4.0.0)
  • Fixed chat submission during active turns by queuing new messages instead of dropping or racing them, ensuring pending/queued states display promptly, and removing delayed send behavior.(v4.0.0)
  • Fixed editing previous user messages, ensuring Escape cancels editing locally and clarifying reset action labels.(v4.0.0)
  • Fixed terminal reliability issues, including standalone Windows output capture, hardened PowerShell command handling, correct running-state display, and preservation of raw structured commands.(v4.0.0)
  • Fixed SDK tool-result and provider-message budgeting by implementing default truncation for large tool outputs, capping assistant text, limiting ingestion of bash/file-read/search output, and bounding media budgets.(v4.0.0)
  • Fixed login and feature-flag resolution by ensuring the correct user/account identity is used on startup and simplifying the login user experience.(v4.0.0)
  • Fixed an "ERROR: EMPTY CONTENT" message that could appear during errors.(cli-v3.0.30)
  • Resolved a packaging issue (createRequire) that could cause the CLI to break at runtime.(cli-v3.0.30)
  • Fixed incorrect metadata resolution for Z.ai models when accessed via the Cline provider.(cli-v3.0.29)
  • Fixed Cline model display names so they resolve correctly by model name(cli-v3.0.28)
  • Fixed issue where the CLI would silently treat unknown commands or unquoted multi-word input as a prompt; the CLI now rejects these inputs with a clear error message.(cli-v3.0.27)
  • Fixed apply_patch to fail correctly when a hunk is skipped(cli-v3.0.25)
  • Fixed run_commands to return captured stdout on failure and correctly handle split heredocs(cli-v3.0.25)
  • Fixed search tools to treat zero results as a successful operation(cli-v3.0.25)
  • Fixed disabled-reasoning handling specifically for StepFun flash operations(cli-v3.0.25)
  • Fixed history resume rendering isolation issues(cli-v3.0.25)
  • Fixed incorrect Cline OAuth token formatting within the provider configuration(cli-v3.0.25)
  • Fixed truncation of structured tool operation result strings, ensuring oversized tool output is properly contained(cli-v3.0.24)
  • Stopped echoing the full command text within run_commands tool results for cleaner output(cli-v3.0.24)
  • Fixed compatibility issues with the Anthropic provider on VS Code versions 1.123 and later by upgrading the bundled Anthropic SDK to a compatible release for the Node 24 runtime.(v3.89.2)
  • Resolved issues with the Vertex AI provider by updating to a compatible Anthropic Vertex SDK release, ensuring functionality alongside the upgraded Anthropic SDK.(v3.89.2)
  • Restored the Anthropic provider functionality on VS Code 1.123 and later, resolving an issue caused by the updated Node 24 runtime breaking the bundled Anthropic SDK.(v3.89.1)
  • Fixed handling for the DeepSeek V4 reasoning format.(v3.89.1)
  • Fixed incorrect configuration for Vertex AI GCP settings.(cli-v3.0.23)
  • Resolved issue with the Azure Foundry API version.(cli-v3.0.23)
  • Fixed an error that occurred when reasoning was disabled on Fable 5.(cli-v3.0.23)
  • Fixed issues with MiniMax M3 thinking controls across different gateways.(v3.89.0)
  • Fixed MiniMax M3 thinking controls so they route correctly across gateways(cli-v3.0.22)
  • Fixed scrolling issues for inline ask-question responses(cli-v3.0.21)
  • Fixed connector thread session routing and stale hub session handling(cli-v3.0.21)
  • Fixed empty message content replay for Bedrock(cli-v3.0.21)
  • Fixed an issue where the first-run walkthrough steps failed to load correctly by ensuring the necessary markdown files are included in the VS Code extension package.(v3.88.1)
  • Fixed an issue where settings writes during MCP server delete/add flows caused the MCP server list to be emptied by the file watcher.(v3.88.0)
  • Corrected Fireworks model metadata and cache pricing, and removed stale Fireworks AI models.(v3.88.0)
  • Fixed CLI auto-update mechanism to reliably apply updates using `npm update` while preserving the currently installed release channel (e.g., nightly).(cli-v3.0.19)
  • Fixed issue where Slack channel mentions did not post replies in the original message's thread.(cli-v3.0.18)
  • Fixed the abort indicator so it clears immediately upon task cancellation.(cli-v3.0.18)
  • Fixed an issue where the interactive CLI would get stuck after stopping and restarting Cline Hub and pressing Escape to cancel a request; the CLI now recovers pending messages and starts a fresh session.(cli-v3.0.17)
  • Resolved race conditions between Ctrl+C and Hub shutdown that caused "hook dispatch failed" and WebSocket connection errors.(cli-v3.0.17)
  • Fixed the Hub daemon shutting down prematurely when a runtime request was aborted, ensuring the daemon remains active.(cli-v3.0.17)
  • Resolved security vulnerabilities by updating dependencies in the VS Code extension, including `@xmldom/xmldom`, `basic-ftp`, `axios`, and `undici`.(v3.87.0)
  • Fixed an issue related to OAuth token migration for users who were previously signed in via the old extension.(cli-v3.0.16)
  • Fixed issues with @ file mentions and workspace file search on VS Code 1.122+ by correctly resolving the new bundled @vscode/ripgrep-universal binary layout.(v3.86.2)
  • Fixed failing file mentions using the @ symbol in environments like VS Code Remote SSH or after certain VS Code updates by ensuring the file-search fallback remains active when the workspace index or bundled ripgrep binary is missing.(v3.86.1)

Improvements in June 2026

  • Enabled the ClinePass provider for all users by removing the feature-flag gate that previously fell back to the standard Cline provider.(v4.0.3)
  • Improved the wording of the ClinePass onboarding step.(cli-v3.0.34)
  • Streamlined the Cline provider picker by merging the subscription and usage/billing options into one and removing the credits link.(cli-v3.0.34)
  • Hidden the ClinePass promotion for users who already possess a ClinePass subscription.(cli-v3.0.33)
  • Implemented an adaptive plan accent color for ClinePass prompts to ensure they match the active theme.(cli-v3.0.33)
  • Improved the ClinePass onboarding experience.(cli-v3.0.32)
  • Made the ClinePass subscription screen selectable.(cli-v3.0.32)
  • Promoted ClinePass visibility in the startup notice.(cli-v3.0.32)
  • Refined the provider UI copy and standardized the spelling of "ClinePass" to one word.(cli-v3.0.32)
  • Improved context compaction accuracy and provided clearer error messages due to SDK update.(cli-v3.0.32)
  • Polished ClinePass and Z.ai model metadata.(v4.0.2)
  • Ensured preference for canonical Cline Z.ai model IDs.(v4.0.2)
  • The stable VS Code extension is now shipping the 3.89.2 extension code under a higher version number to ensure existing 4.0.0 users receive the necessary update.(v4.0.1)
  • Now displays when the request cost is covered by the user's Cline subscription(cli-v3.0.31)
  • Added an option to navigate directly to the subscription page from the ClinePass options menu(cli-v3.0.31)
  • Updated the coupon code handling mechanism(cli-v3.0.31)
  • Enforced the requirement for quoted prompts when using one-shot mode(cli-v3.0.31)
  • Migrated the VS Code extension from legacy task implementation to the shared Cline SDK and updated the build/package workflow to use Bun.(v4.0.0)
  • Reworked Plan/Act mode handling through SDK coordinators, achieving closer CLI parity and automatic continuation when switching modes.(v4.0.0)
  • Reworked provider and model configuration around providers.json and the model catalog to ensure settings are preserved consistently across provider switches.(v4.0.0)
  • Simplified provider settings UI by replacing provider-specific views with shared generic settings components and consistent reasoning selectors.(v4.0.0)
  • Simplified terminal execution through the SDK run-commands path, providing clearer non-interactive command guidance.(v4.0.0)
  • Migrated legacy MCP files and formats into the shared settings file and implemented safer locking/atomic updates for MCP settings writes.(v4.0.0)
  • Refreshes the MCP hub automatically after marketplace installs so new servers are immediately available without a manual restart.(v4.0.0)
  • Reorganized MCP/Skills/Plugins entry points under Customize and streamlined the UI for narrow screens.(v4.0.0)
  • Simplified auto-approval settings; command auto-approval is now disabled by default for safer configurations.(v4.0.0)
  • Updated task history handling for the SDK migration, ensuring legacy visibility and metadata preservation on resume.(v4.0.0)
  • Routed compacting and mistake-limit behavior through the SDK, ensuring the Compact button and mistake tracking affect the active SDK session.(v4.0.0)
  • Refreshed the model catalog with the latest provider models.(cli-v3.0.30)
  • Preserved OpenRouter reasoning-disable behavior and improved OpenRouter prompt caching.(cli-v3.0.30)
  • Routed LiteLLM model fetches through the SDK, preventing unrelated models from appearing in the LiteLLM list.(cli-v3.0.30)
  • Updated ClinePass models live, restored ClinePass models in onboarding, and improved ClinePass error messages.(cli-v3.0.30)
  • Threaded proxy/CA-aware networking into the inference path for more robust connections.(cli-v3.0.30)
  • Persisted Bedrock settings to providers.json.(cli-v3.0.30)
  • Normalized JSON-like tool inputs by schema for more reliable tool calls.(cli-v3.0.30)
  • Added organization-specific error messages for better context.(cli-v3.0.30)
  • Reverted the model name display change from v3.0.28, restoring the previous behavior for the model picker, selector, and status bar.(cli-v3.0.29)
  • Improved ClinePass error handling(cli-v3.0.28)
  • Refreshed the hub dashboard design(cli-v3.0.28)
  • Auto-approve toggles now apply immediately when changed(cli-v3.0.28)
  • Feature flags now resolve using your user ID on startup(cli-v3.0.28)
  • Truncate large tool results by default (including MCP and custom tool output) to keep requests within context budget(cli-v3.0.28)
  • Hardened parallel tool-call guidance for faster, more reliable multi-tool execution(cli-v3.0.28)
  • Improved error handling and messaging specifically for cases where plugin MCP OAuth authorization fails.(cli-v3.0.27)
  • Reverted the expandable model picker sections and ClinePass models, restoring the previous model-selection UI.(cli-v3.0.26)
  • Made model picker sections expandable for better organization(cli-v3.0.25)
  • Encouraged parallel tool calls to achieve faster task execution(cli-v3.0.25)
  • Capped tool output for bash commands and file reads to ensure large outputs remain within context limits(cli-v3.0.25)
  • Allowed ranged reads when accessing large files(cli-v3.0.25)
  • Automatically opens the verification URL when starting device authentication(cli-v3.0.24)
  • Enforced a single shared Cline Hub, automatically respawning a stale hub after an upgrade(cli-v3.0.24)
  • Suppressed flickering console windows observed on Windows systems(cli-v3.0.24)
  • Centralized OAuth management into the SDK.(cli-v3.0.23)
  • Cleaned up the list of available Codex models.(v3.89.0)
  • Cleaned up the OpenAI Codex model list(cli-v3.0.21)
  • Updated the default Fireworks model to Kimi K2.6.(v3.88.0)
  • Installed plugin wrappers are now named from their source (npm package name, git repo, remote filename, official slug, or local directory) instead of an opaque hash, making installed plugins easier to identify.(cli-v3.0.20)
  • Synchronized the Fireworks AI model registry and refreshed the bundled model catalog to reflect current platform offerings.(cli-v3.0.18)
  • Updated the bundled SDK to v0.0.43, which now forces a running Cline Hub to restart to ensure it uses the latest SDK code.(cli-v3.0.18)
  • Added the ability to uninstall plugins using the command `cline plugin uninstall <plugin>` or via the Text User Interface (TUI).(cli-v3.0.16)
  • Implemented a union schema for read-files tool input validation.(cli-v3.0.16)
  • Added the `CLINE_PLUGIN_IMPORT_TIMEOUT_MS` environment variable override to allow users to control the plugin import timeout duration.(cli-v3.0.16)

All Releases in June 2026

v4.0.52 features

This release introduces broad support for the new Claude Sonnet 5 model across all major integrated providers. Users can now select and utilize Claude Sonnet 5 through the updated model picker interface.

v4.0.41 feature

This release fully removes the ClinePass feature flag, making ClinePass accessible across the entire user interface. Users will now see ClinePass options in onboarding, settings, and promotional banners without needing a feature flag.

v4.0.3

This release focuses on infrastructure changes by enabling the ClinePass provider universally for all users. This removes the previous fallback mechanism to the standard Cline provider.

cli-v3.0.341 fix

This release focuses on refining the user experience, particularly around ClinePass onboarding and the provider selection interface. Users will notice fewer interruptions after setup and a cleaner provider picker interface.

cli-v3.0.331 feature

This release focuses on improving the ClinePass subscription experience during onboarding by providing a fallback URL if the main screen fails to load. Additionally, the UI has been refined to hide promotions for existing subscribers and ensure ClinePass prompts visually match the user's current theme.

cli-v3.0.321 feature

This release focuses heavily on refining the ClinePass experience, introducing a new intermediate step before model selection during onboarding. Users will also benefit from improved context compaction accuracy and clearer error messages stemming from an SDK update. Additionally, the UI copy and consistency around the ClinePass branding have been polished.

v4.0.22 features3 fixes

This release introduces enhanced reasoning capabilities for DeepSeek models by adding support for 'xhigh' effort levels. It also significantly improves the user experience for the ClinePass provider with clearer controls and fixes several bugs related to model resolution and webview state initialization.

v4.0.11 fix

This release focuses on stability by rolling back the VS Code extension to the pre-SDK-migration codebase to address regressions reported in version 4.0.0. Existing users of version 4.0.0 will automatically receive this fix.

cli-v3.0.312 features1 fix

This release focuses on improving the subscription experience by showing cost coverage and prompting users about ClinePass when credits run low. It also introduces marketplace uninstall support and surfaces bundled plugin skills for easier access.

v4.0.08 features6 fixes

This major release introduces the SDK-backed VS Code extension runtime, unifying agent coordination, tool execution, and configuration management under a shared SDK session layer. Key new user capabilities include the Customize marketplace for managing Plugins and Skills, and queued prompts in chat. Numerous fixes address stability in terminal execution and SDK budgeting, alongside significant architectural changes for improved provider and model configuration consistency.

cli-v3.0.302 features2 fixes

This release introduces support for the SAP AI Core provider and adds a helpful token count display to the status bar. Several key improvements were made to model handling, including better caching for OpenRouter and routing fixes for LiteLLM, alongside general stability enhancements.

cli-v3.0.291 feature1 fix

This release focuses on cost visibility and metadata accuracy. Costs are now hidden for free Cline models, and a critical bug affecting Z.ai model metadata resolution has been fixed. Additionally, the previous display behavior for model selection elements has been restored.

cli-v3.0.283 features1 fix

This release introduces a new ClinePass onboarding flow allowing users to select specific models and refreshes the hub dashboard with better organization. Key improvements include immediate application of auto-approve toggles and hardened guidance for faster multi-tool execution.

cli-v3.0.272 features1 fix

This release introduces enhanced command-line management with the new `cline skill` command for managing skills and a streamlined wizard command for quicker MCP server setup. Error handling has also been improved, particularly for OAuth authorization failures, and the CLI now provides clearer feedback for invalid commands.

cli-v3.0.26

This release focuses on reverting recent changes to the model selection interface. Specifically, the expandable sections in the model picker and the ClinePass models have been restored to their previous state.

cli-v3.0.252 features6 fixes

This release introduces ClinePass model support and enhanced MCP server integration for plugins. Key improvements include better handling of large file reads and capped tool output to manage context limits, alongside several fixes for patching, command execution, and search tools.

cli-v3.0.242 features2 fixes

This release introduces the ability for plugin commands to submit prompts to the agent and adds configuration support for overriding the API base URL. Key fixes include resolving issues with truncated tool output and suppressing flickering console windows on Windows.

v3.89.22 fixes

This release focuses on resolving critical compatibility issues for users on VS Code 1.123+ utilizing the Anthropic provider. It ensures both the Anthropic and Vertex AI providers function correctly by updating underlying SDK dependencies to support the Node 24 runtime.

v3.89.12 fixes

This release focuses on stability and compatibility, primarily restoring the Anthropic provider functionality for recent VS Code versions. It also includes necessary updates to correctly handle the DeepSeek V4 reasoning format.

cli-v3.0.231 feature3 fixes

This release introduces support for using configured agents as subagent tools, enhancing multi-agent workflows. Key fixes include resolving configuration issues with Vertex AI GCP and the Azure Foundry API version. Additionally, OAuth management has been centralized within the SDK.

v3.89.01 feature1 fix

This release introduces support for the new Claude Fable 5 model, expanding your available AI options. It also resolves critical issues related to MiniMax M3 thinking controls. Additionally, the model selection interface has been refined by cleaning up the Codex model list.

cli-v3.0.221 feature1 fix

This release introduces support for the new Claude Fable 5 model, expanding the available AI capabilities. Additionally, a critical routing issue affecting MiniMax M3 thinking controls has been resolved.

cli-v3.0.213 features3 fixes

This release introduces new configuration options, including a global auto-update setting and support for Vertex AI ADC with tool use. Several critical bugs were resolved, specifically addressing scrolling issues in responses and session handling for connectors.

v3.88.11 feature1 fix

This minor release introduces a new debug section within settings intended for Cline testers. It also resolves a critical bug where the initial walkthrough steps were not loading correctly in the VS Code extension.

v3.88.01 feature2 fixes

This release introduces support for the latest Fireworks AI serverless models, setting Kimi K2.6 as the new default. Several critical bugs related to MCP server list management and Fireworks model caching have been resolved.

cli-v3.0.20

This release focuses on improving plugin management by renaming installed plugin wrappers to clearly reflect their source, making them much easier for users to identify. No major new features or bug fixes were noted in this specific update.

cli-v3.0.191 fix

This release focuses on improving the reliability of the Command Line Interface (CLI) updates. The auto-update process has been fixed to ensure updates apply correctly while maintaining the user's chosen release channel.

cli-v3.0.182 fixes

This release focuses on improving integration reliability and ensuring the local environment uses the latest dependencies. Key fixes include ensuring Slack replies thread correctly and clearing task indicators immediately upon cancellation.

cli-v3.0.171 feature3 fixes

This release focuses heavily on stability, particularly around the interactive CLI and Hub daemon lifecycle. Key fixes address session recovery in the CLI and prevent premature daemon shutdowns during request abortions. Additionally, the Telegram connector now supports user authorization via a new flag.

v3.87.01 feature1 fix

This release introduces support for the new MiniMax M3 model, expanding available AI capabilities. Additionally, critical security vulnerabilities in the VS Code extension dependencies have been patched.

cli-v3.0.164 features1 fix

This release introduces significant plugin management capabilities, allowing users to install official plugins and manage bundled skills directly within settings. Key new integrations include support for Slack socket mode and custom base URLs for Anthropic providers. Additionally, a critical fix was implemented for OAuth token migration for legacy users.

v3.86.21 fix

This release focuses on resolving compatibility issues with recent VS Code updates. Specifically, it fixes problems related to file mentions and workspace searching when using VS Code version 1.122 and newer.

v3.86.11 fix

This release focuses on improving reliability for file mentions, specifically addressing issues where the @ file-mention feature failed in environments like VS Code Remote SSH. The fix ensures file searching continues to work even when the primary indexing tools are unavailable.