Change8

Cline vscode

Component

Updates related to the vscode component of Cline.

31 releases60 features108 bug fixesView all Cline releases

All VSCODE Features

  • Added ClinePass information across the app, including a card on the account page, a hint in provider settings, and a dismissible banner on the home screen.(v4.1.17)
  • Enabled global rules to be read from `~/Cline/Rules` for WSL and headless installs.(v4.1.17)
  • Enabled Cline provider models to be read from the live catalog, making newly published models available without an extension update.(v4.1.17)
  • Added a prompt to warn users when replacing a running Hub with an older CLI, showing the number of active sessions that would be interrupted and offering options to proceed or cancel.(cli-v3.0.61)
  • Enabled Authenticode signing for Windows binaries via Azure Trusted Signing, providing actionable error messages when application control policies block launches.(cli-v3.0.61)
  • Introduced global rules to be read from `~/Cline/Rules`, aligning with how the VS Code Rules tab writes them on WSL and headless installs.(cli-v3.0.61)
  • Made Cline provider models dynamically load from the live catalog, so new models appear without requiring a CLI update.(cli-v3.0.61)
  • Refreshed the model catalog with ten new providers and updated model lists and pricing across existing providers, resulting in a change of default models for 57 providers, most notably Anthropic now defaulting to Claude Fable 5.1.(cli-v3.0.61)
  • Introduced a new SessionImportService to discover and import conversation history from Claude Code, Codex, and opencode, translating it into Cline's native message format and persisting it as a completed, listable, and resumable session.(sdk/sdk/v0.0.82)
  • Enabled agent-created schedules to be anchored in ~/.cline/schedules for better visibility and persistence, independent of the chat workspace they were created in.(sdk/sdk/v0.0.82)
  • Added the ability for token-authenticated hub connections to request cross-workspace schedule access, allowing hosts to list schedules outside their registered workspace.(sdk/sdk/v0.0.82)
  • Enabled session history to be searchable through a server-side full-text index, accessible via a hub command, improving performance over local filtering.(sdk/sdk/v0.0.82)
  • Added the ability for tool results to carry media, extracting images returned by a tool and exposing them as attachments instead of raw base64 text.(sdk/sdk/v0.0.82)
  • Introduced a computed `configured` flag in the provider catalog, allowing settings entries with only a default model and no credentials to be correctly identified as not connected.(sdk/sdk/v0.0.82)
  • Added ten new providers to the model catalog: Bothub, OpenReason, SenseNova (China), TokenGo, TokenRouter, Vancine, Volcengine Ark, Volcengine Ark Coding Plan, above.dev, and klokintegration.se.(sdk/sdk/v0.0.82)
  • Updated model lists and pricing across providers, with the default model changing for 57 providers. Notably, Anthropic now defaults to Claude Fable 5.1, and several other providers follow suit.(sdk/sdk/v0.0.82)
  • Added the ability for supported models to generate images during a task, with inline rendering in the conversation.(v4.1.11)
  • Introduced client-scoping for the `tasks` tool, ensuring that only clients capable of servicing tasks can register and use them, improving reliability and preventing errors in CLI and VS Code sessions.(sdk/sdk/v0.0.77)
  • Added a universal macOS download for Cline Code that runs natively on both Apple Silicon and Intel.(desktop-v0.0.9)
  • Introduced session history filtering by source (Desktop, CLI, extension, or scheduled).(desktop-v0.0.9)
  • Enabled a token usage ring in the composer to visualize context window usage and cost for the active model.(desktop-v0.0.9)
  • Made skills appear in the slash command menu alongside workflows, with disambiguation for commands sharing names.(desktop-v0.0.9)
  • Displaying real package names for installed plugins instead of a generic 'index'.(desktop-v0.0.9)
  • Added support for Claude 4.6+ and 5.x models, resolving previous rejection errors.(desktop-v0.0.9)
  • Refreshed the bundled provider and model catalog, including Infomaniak and SCX.ai.(desktop-v0.0.9)
  • Switched Ollama to the native provider.(desktop-v0.0.9)
  • 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 a debug section in settings specifically for Cline testers.(v3.88.1)
  • 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)
  • Added SAP AI Core support for additional hosted models(v3.84.0)
  • Enabled OpenRouter prompt cache control specifically for Qwen models.(v3.83.0)
  • Restored VS Code foreground terminal support and associated settings.(v3.82.0)
  • Added support for the latest OpenAI, SAP AI Core, and Z AI models.(v3.82.0)
  • Added support for the GPT-5.5 model for OpenAI Codex subscription users.(v3.81.0)
  • Enabled enterprise-managed remote global skills to appear in a dedicated "Enterprise Skills" section with UI toggle support and system prompt integration.(v3.80.0)
  • Introduced dynamic fetching of recommended models during the onboarding flow, with a fallback mechanism.(v3.80.0)
  • Added a dedicated "Quota Exceeded" error message to the chat UI when account spend caps are reached.(v3.80.0)
  • Introduced native `use_subagents` tool to replace legacy subagents.(v3.58.0)
  • Enabled support for bundling `endpoints.json` so packaged distributions can ship required endpoints.(v3.58.0)
  • Added support for parallel tool calling with Amazon Bedrock.(v3.58.0)
  • Introduced a new experimental "double-check completion" feature to verify work before marking tasks complete.(v3.58.0)
  • Added new task controls/flags to the CLI, including custom `--thinking` token budget and `--max-consecutive-mistakes` for yolo runs.(v3.58.0)
  • Added new UI/options (including connection/test buttons) and support for syncing deletion of remotely configured MCP servers via remote config.(v3.58.0)
  • Enabled 1M context model options for Claude Opus 4.6 in Vertex / Claude Code.(v3.58.0)
  • Added support for ZAI/GLM: GLM-5.(v3.58.0)
  • Added the Skills system for defining and using reusable, on-demand agent instructions.(v3.48.0)
  • Introduced new websearch tooling within the Cline provider.(v3.48.0)
  • Enabled support for the zai-glm-4.7 model in the Cerebras model list.(v3.48.0)
  • Improved model refresh and reasoning support when interacting with the Vercel AI Gateway.(v3.48.0)

All VSCODE Bug Fixes

  • Fixed background Hub process memory ballooning during long sessions by changing session status updates to carry only state snapshots.(v4.1.17)
  • Prevented hook scripts that fail to spawn from crashing the extension's core process and taking down the running task.(v4.1.17)
  • Fixed a chat render crash caused by malformed `api_req` payloads.(v4.1.17)
  • Ensured cost estimates do not appear in task history for subscription-billed tasks.(v4.1.17)
  • Fixed an issue where pasted provider API keys were not stripped of invisible characters, preventing them from being corrupted and rejected.(v4.1.17)
  • Improved error handling for OpenAI Codex sign-in when the callback port is occupied, now displaying a clear 'port in use' error.(v4.1.17)
  • Fixed OAuth redirect errors during sign-in to be surfaced correctly instead of being reported as a missing authorization code.(v4.1.17)
  • Prevented users from being signed out due to transient network failures while refreshing OpenAI Codex or OpenAI-compatible-account tokens.(v4.1.17)
  • Fixed tool calling being silently disabled for Dify, SAP AI Core, opencode, and Codex CLI models.(v4.1.17)
  • Fixed images being dropped from file reads on models with an empty capability list.(v4.1.17)
  • Prevented restoring a checkpoint from silently removing commits made after it.(v4.1.17)
  • Ensured `apply_patch` now preserves a file's existing CRLF line endings.(v4.1.17)
  • Prevented an enabled but unreachable remote MCP server from stalling session startup by implementing a 10-second budget for remote connections.(v4.1.17)
  • Ensured aborting a task now also cancels delegated subagents and teammates.(v4.1.17)
  • Fixed Langfuse tracing to work in released builds by addressing issues with OpenTelemetry provider detection after minification.(v4.1.17)
  • Ensured hook execution telemetry events are fired by correctly threading the task ID into hook runner creation.(v4.1.17)
  • Fixed the CLI crashing when an enabled remote MCP server is unreachable by implementing a 10-second connection budget, preventing stalled session startups and session teardowns.(cli-v3.0.61)
  • Resolved silent disabling of tool calling for Dify, SAP AI Core, opencode, and Codex CLI models by correcting how model capabilities are read.(cli-v3.0.61)
  • Fixed images being dropped from file reads on models with empty capability lists.(cli-v3.0.61)
  • Ensured Langfuse tracing now functions correctly in released builds by addressing issues caused by code minification renaming OpenTelemetry provider class names.(cli-v3.0.61)
  • Prevented restoring a checkpoint from silently removing subsequent commits; it now refuses to run and informs the user.(cli-v3.0.61)
  • Fixed `apply_patch` incorrectly altering line endings by preserving existing CRLF line endings.(cli-v3.0.61)
  • Resolved OpenAI Codex (ChatGPT subscription) sign-in failures when port 1455 is occupied, now providing a clear 'port in use' error instead of an uncompletable browser flow.(cli-v3.0.61)
  • Prevented users from being logged out due to transient network failures during token refreshes for Codex or OpenAI-compatible accounts.(cli-v3.0.61)
  • Ensured aborting a session now correctly cancels delegated subagents and teammates, preventing their work from continuing.(cli-v3.0.61)
  • Fixed scheduled tasks disappearing after a hub restart.(cli-v3.0.61)
  • Corrected markdown flashing at the end of streamed responses.(cli-v3.0.61)
  • Updated the message shown to the model when a tool call is rejected to clearly name the tool and indicate it's a user decision, not an error.(cli-v3.0.61)
  • Fixed tool calling being silently disabled for gateway models that declared no capabilities, ensuring tool definitions are correctly included for Dify, SAP AI Core, opencode, and the Codex CLI.(sdk/sdk/v0.0.82)
  • Fixed an empty capability list from incorrectly stripping image input, ensuring the file-read tool and model pickers correctly handle models with and without vision capabilities.(sdk/sdk/v0.0.82)
  • Fixed Langfuse tracing to work in minified release builds by changing how the OpenTelemetry provider is identified.(sdk/sdk/v0.0.82)
  • Fixed the hub being retired out from under running work by establishing a drain barrier before checking for activity, preventing sessions from being killed by hub replacements.(sdk/sdk/v0.0.82)
  • Fixed restoring a checkpoint from running when HEAD has moved past the checkpoint's commit, preventing later commits from being lost.(sdk/sdk/v0.0.82)
  • Fixed `apply_patch` to preserve a file's own CRLF line endings across updates.(sdk/sdk/v0.0.82)
  • Fixed global rules not being discovered at ~/Cline/Rules on WSL and headless installs, ensuring rules written in the Documents folder are now correctly recognized.(sdk/sdk/v0.0.82)
  • Fixed OpenAI Codex sign-in to fail fast with an actionable error when the callback port is in use, instead of leading to a broken sign-in flow.(sdk/sdk/v0.0.82)
  • Fixed transient token-refresh failures from logging out Codex and OpenAI-compatible-account users, ensuring only rejected refresh tokens force re-authentication.(sdk/sdk/v0.0.82)
  • Fixed aborting a session not propagating to spawned work, ensuring delegated subagents and teammates are now cancelled with the session.(sdk/sdk/v0.0.82)
  • Fixed hub-managed schedules being wiped by cron reconciliation on hub restart.(sdk/sdk/v0.0.82)
  • Fixed the hub creating filesystem watchers on agenda spec directories while the todo tool was disabled, preventing signature mismatch errors after editing specs on disk.(sdk/sdk/v0.0.82)
  • Fixed cost estimates incorrectly showing for flat-rate subscription providers, preventing confusion about actual charges.(v4.1.16)
  • Resolved an issue where signing back in would incorrectly change the last-used provider.(v4.1.16)
  • Ensured hooks correctly resolve their workspace from the VS Code window, fixing issues with discovering `.clinerules/hooks` scripts and incorrect path resolution in multi-window scenarios.(v4.1.16)
  • Fixed new files being created with incorrect line endings by ensuring native platform line endings are used.(v4.1.16)
  • Prevented the codebase search tool from crashing when encountering files with a single, extremely long line.(v4.1.16)
  • Ensured credentials embedded in git remote URLs are now redacted from workspace information sent to the model.(v4.1.16)
  • Fixed an issue where installing an MCP server from the marketplace could misinterpret command separators.(v4.1.16)
  • Prevented the hub's event log from growing indefinitely and filling the disk.(v4.1.16)
  • Fixed code actions failing with "command not found" on VS Code 1.134.(v4.1.11)
  • Fixed `@` file mentions breaking when paths contain spaces.(v4.1.11)
  • Ensured the diff edit view is shown for multi-line edits in files with CRLF line endings.(v4.1.11)
  • Fixed tasks resuming by continuing the surviving session instead of rebuilding from original text.(v4.1.11)
  • Fixed task-scoped settings overlays not clearing when the task view is cleared or switched, preventing overrides from leaking.(v4.1.11)
  • Fixed LiteLLM input token limits being overwritten by catalog values.(v4.1.11)
  • Restored custom base URLs for Gemini and normalized legacy host-root values.(v4.1.11)
  • Fixed provider signup links pointing to a generic landing page instead of the provider's API key page.(v4.1.11)
  • Fixed skill slash commands being loaded by pasting instructions into messages, which caused them to be delivered twice.(v4.1.11)
  • Stopped offering non-chat models (image, voice) in chat model pickers.(v4.1.11)
  • Ensured `PreToolUse` hook's `contextModification` is delivered to the model again and that `PostToolUse` hooks are waited for.(v4.1.11)
  • Fixed tool activity run by a provider within its own session from being dropped from the conversation.(v4.1.11)
  • Fixed `run_commands` failing with ENOENT when a structured command had a full command line without arguments.(v4.1.11)
  • Fixed PowerShell commands to fail-fast, stopping at the first error instead of flooding output.(v4.1.11)
  • Fixed an issue where an Anthropic `invalid_request_error` was incorrectly treated as a context-overflow.(v4.1.11)
  • Fixed chat message actions (copy, fork, edit, restore) colliding with message descenders.(desktop-v0.0.9)
  • Resolved application errors not being reported in diagnostics due to telemetry configuration issues.(desktop-v0.0.9)
  • Fixed plan mode relying solely on prompting for file-editing shell commands; it now hard-blocks them.(desktop-v0.0.9)
  • Enabled automatic recovery from running out of context by compacting and retrying runs.(desktop-v0.0.9)
  • Fixed 'Model returned empty response' failures on OpenRouter, Cline, and OpenAI-compatible endpoints by retrying empty model responses on all providers.(desktop-v0.0.9)
  • Restored Bedrock prompt caching functionality, which was previously not working.(desktop-v0.0.9)
  • Ensured reasoning models on OpenAI-compatible endpoints receive the correct token parameter.(desktop-v0.0.9)
  • Fixed models without image support failing when encountering image content; they now substitute content instead.(desktop-v0.0.9)
  • 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 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 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 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)
  • 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)
  • Fixed issue where the MCP "Restart Server" button was enabled when a server was toggled off(v3.84.0)
  • Fixed validation failures occurring for MCP servers that require an object.(v3.83.0)
  • Resolved issue where `write_to_file` could not create or overwrite files containing empty content.(v3.83.0)
  • Fixed incorrect JSON escaping within hook templates.(v3.82.0)
  • Improved error handling when using ripgrep for file searching.(v3.82.0)
  • Fixed an issue where hardcoded "What’s New" fallback items were displayed in the webview; only remote-configured welcome banners are now shown.(v3.81.0)
  • Fixed Out-Of-Memory (OOM) crashes during long conversations by increasing the Node.js process memory allocation to 8GB.(v3.80.0)
  • Resolved issue where generic error messages were shown in the chat error row; now displays detailed error information.(v3.80.0)
  • Fixed banners not displaying immediately upon extension launch, now showing without requiring user interaction.(v3.62.0)
  • Resolved 17 security vulnerabilities, including high-severity Denial of Service (DoS) issues in dependencies like body-parser, axios, qs, and tar.(v3.62.0)
  • Fixed CLI to correctly handle stdin redirection in CI/headless environments.(v3.58.0)
  • Fixed CLI to preserve OAuth callback paths during auth redirects.(v3.58.0)
  • Fixed OAuth callback reliability in VS Code Web by generating callback URLs via `vscode.env.asExternalUri`.(v3.58.0)
  • Fixed Terminal to surface command exit codes in results and improved long-running `execute_command` timeout behavior.(v3.58.0)
  • Fixed UI rendering by adding a loading indicator and fixing `api_req_started` rendering.(v3.58.0)
  • Prevented duplicate streamed text rows after task completion during task streaming.(v3.58.0)
  • Fixed API to preserve the selected Vercel model when model metadata is missing.(v3.58.0)
  • Ensured telemetry flushes on shutdown and routed PostHog networking through proxy-aware shared fetch.(v3.58.0)
  • Increased Windows E2E test timeout to reduce flakiness in CI.(v3.58.0)
  • Fixed an extension crash that occurred when using the context menu selector.(v3.48.0)
  • Reverted a previous change (#8341) that caused regressions in the diff view and document truncation.(v3.48.0)

Releases with VSCODE Changes

v4.1.173 features16 fixes
Sep 2, 2026

This release enhances the Cline experience by integrating ClinePass information throughout the app and improving the reliability of various features. Key fixes include addressing memory leaks, preventing crashes related to hook scripts and API requests, and clarifying error messages for API key issues and sign-in problems.

cli-v3.0.615 features12 fixes
Sep 2, 2026

This release enhances the CLI's interaction with older Hub versions by introducing a clear warning prompt before replacement. It also fixes several critical bugs, including issues with tool calling, image handling, and Langfuse tracing in released builds. Additionally, the model catalog has been significantly refreshed with new providers and updated model defaults.

sdk/sdk/v0.0.828 features12 fixes
Sep 2, 2026

This release introduces a new service for importing conversation history from various sources like Claude Code and Codex, making it easier to bring existing data into Cline. It also enhances schedule management by anchoring them to a central location and allowing cross-workspace access, while improving the searchability of session history through a server-side index.

v4.1.168 fixes
Aug 26, 2026

This release focuses on stability and correctness, addressing several bugs related to cost estimation, provider selection, and tool performance. It also clarifies MCP auto-approval settings by removing redundant per-tool checkboxes.

v4.1.111 feature15 fixes
Aug 21, 2026

This release introduces the ability for models to generate images directly within tasks, rendering them inline in your conversation. Several bugs have been fixed, including issues with code actions, file path handling, and task session management. Additionally, the model catalog has been refreshed with new providers and updated information.

sdk/sdk/v0.0.771 feature
Aug 21, 2026

This release introduces client-scoping for the `tasks` tool, ensuring better reliability by only allowing capable clients to register and use tasks. The tool catalog resolution has also been improved to accurately reflect tool availability based on client types across different sessions.

desktop-v0.0.98 features8 fixes
Aug 5, 2026

This release introduces a universal macOS download for native Apple Silicon and Intel support, along with enhanced session history filtering and a visual token usage ring in the composer. Key bug fixes include resolving empty model response failures across multiple providers and restoring Bedrock prompt caching.

v4.1.3
Aug 2, 2026
sdk/sdk/v0.0.69
Aug 2, 2026
v4.1.2
Jul 31, 2026
v4.1.0
Jul 31, 2026
sdk/sdk/v0.0.63
Jul 17, 2026
v4.0.9
Jul 16, 2026
sdk/sdk/v0.0.61
Jul 15, 2026
v4.0.11 fix
Jun 28, 2026

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.

v4.0.08 features6 fixes
Jun 26, 2026

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.

v3.89.22 fixes
Jun 11, 2026

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
Jun 11, 2026

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.

v3.88.11 feature1 fix
Jun 7, 2026

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.87.01 feature1 fix
Jun 3, 2026

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
Jun 3, 2026

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
Jun 1, 2026

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
Jun 1, 2026

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.

v3.84.01 feature1 fix
May 19, 2026

This release introduces new integration capabilities by adding SAP AI Core support for more hosted models. A key fix addresses an issue where the server restart button could be incorrectly enabled. Additionally, the startup experience in the VS Code extension has been streamlined by removing the Kanban launch modal.

v3.83.01 feature2 fixes
May 13, 2026

This release focuses on improving the reliability and performance of file operations, particularly around @-mentions. Key updates include enabling cache control for Qwen models via OpenRouter and fixing validation issues for MCP servers.

v3.82.02 features2 fixes
May 1, 2026

This release focuses on restoring critical functionality by bringing back VS Code foreground terminal support and its settings. Additionally, the tool now supports the newest models from OpenAI, SAP AI Core, and Z AI.

v3.81.01 feature1 fix
Apr 24, 2026

This release introduces support for the new GPT-5.5 model for eligible users. It also resolves an issue where incorrect fallback content was displayed in the welcome banner. Significant improvements were made to memory diagnostics and logging to aid in debugging performance issues.

v3.80.03 features2 fixes
Apr 22, 2026

This release introduces significant enterprise integration by enabling remote, managed global skills with full UI support. It also improves stability by fixing Out-Of-Memory crashes during long sessions and enhances user feedback with more detailed error messages in the chat interface. Furthermore, task execution has been streamlined by defaulting all commands to background mode, removing the dependency on the VS Code integrated terminal.

v3.62.02 fixes
Feb 13, 2026

This release focuses primarily on security and stability by resolving 17 security vulnerabilities across several dependencies. Additionally, a minor usability issue was fixed where extension banners no longer require user interaction to appear upon launch.

v3.58.08 features9 fixes
Feb 12, 2026

This release introduces significant new capabilities, including native subagent support, parallel tool calling for Amazon Bedrock, and an experimental double-check feature for task verification. Several critical bugs were fixed across the CLI, VS Code Web, and Terminal, alongside UX improvements like moving reasoning effort into model settings.

v3.48.04 features2 fixes
Jan 9, 2026

This release introduces the powerful new Skills system for creating reusable agent instructions and adds new websearch tooling to the Cline provider. We also addressed a critical bug causing extension crashes when using the context menu selector and reverted a recent change that introduced regressions in the diff view.