Cline vscode
ComponentUpdates related to the vscode component of Cline.
All VSCODE Features
- 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
- 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
sdk/sdk/v0.0.63v4.0.9sdk/sdk/v0.0.61v4.0.11 fixThis 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 fixesThis 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 fixesThis 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 fixesThis 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 fixThis 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 fixThis 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 fixThis 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 fixThis 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 fixThis 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 fixThis 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 fixesThis 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 fixesThis 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 fixThis 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 fixesThis 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 fixesThis 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 fixesThis 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 fixesThis 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.