Cline Release Notes
73 release notes curated from 1 source by the Releasebot Team. Last updated: Jun 27, 2026
- June 2026
- No date parsed from source.
- First seen by Releasebot:Jun 27, 2026
4.0.0
Cline adds a shared SDK-backed VS Code extension runtime, new ClinePass onboarding and subscriptions, and a Customize marketplace for Skills, MCP servers, and Plugins. It also brings queued chat prompts, edit-and-regenerate, broader provider support, and SDK migration fixes.
Added
- Add the SDK-backed VS Code extension runtime. Cline now runs tasks through the shared Cline SDK session layer for agent turns, tools, Plan/Act mode coordination, MCP, checkpoints, telemetry, provider changes, compaction, mistake limits, and task history.
- Add ClinePass to the VS Code extension, including onboarding, provider selection, signup and subscription handoff, live model lists, entitlement and organization error states, out-of-credit prompts, and clearer ClinePass auth/error handling.
- Add the Customize marketplace for discovering and managing Skills, MCP servers, and Plugins from the extension, including installed/marketplace tabs, search and filtering, install/uninstall flows, enable/disable controls, and support for plugin-bundled skills.
- Cline Plugins: Plugins let you extend Cline with custom tools, workflows, skills, and MCP-powered capabilities tailored to your team or project. Install them from the new Customize marketplace to add specialized behavior, connect external services, and package reusable automations so Cline can do more than code: it can adapt to the way you work.
- Add queued prompts in chat. Messages submitted while Cline is already working are now queued, shown while the current turn streams, and can be cancelled before they run.
- Add edit-and-regenerate support for previous user messages, with clearer Reset Chat and Reset Code actions.
- Add generic SDK provider settings and model-catalog support so more providers can share the same model picker, reasoning controls, dynamic model IDs, provider config persistence, and custom model handling.
- Add additional SDK-backed provider exposure and model/provider updates, including ClinePass models, refreshed Cline catalog data, Fireworks GLM 5.2, Kimi K2.6 Fast, Kimi K2.7 Code, Qwen 3.7 Plus, MiniMax M3 updates, SAP AI Core wiring, LiteLLM model fetching, Codex OAuth credentials, and OpenAI-compatible model settings.
- Add MCP support for plugins and shared marketplace install/uninstall plumbing used by the VS Code extension.
Changed
- Migrate the VS Code extension from the legacy task implementation to the shared Cline SDK and move the extension build/package workflow to Bun.
- Rework Plan/Act mode handling through SDK coordinators, including closer CLI parity and automatic continuation when switching from Plan to Act.
- Rework provider and model configuration around
providers.json, the model catalog, and SDK session config so settings are preserved consistently across provider switches and active sessions can restart when the selected provider changes. - Simplify provider settings UI by replacing many provider-specific views with shared generic settings components and consistent reasoning selectors.
- Simplify terminal execution through the SDK run-commands path, including clearer non-interactive command guidance and safer structured command formatting.
- Migrate legacy MCP files and formats into the shared settings file and protect MCP settings writes with safer locking/atomic updates.
- Refresh the MCP hub automatically after marketplace installs so newly installed servers are available without a manual restart.
- Reorganize MCP/Skills/Plugins entry points under Customize, hide workflows from the Customize menu, wrap Customize tabs on narrow screens, and allow the MCP Marketplace tab to be disabled remotely while installed MCP servers remain accessible.
- Simplify auto-approval settings. Command auto-approval is now disabled by default for safer new and reset configurations, and the auto-approval UI has been streamlined.
- Update task history handling for the SDK migration, including legacy task history visibility, metadata preservation on resume, and corrected deletion behavior.
- Route compacting and mistake-limit behavior through the SDK so the Compact button and mistake tracking affect the active SDK session.
- Remove the legacy Explain Changes feature as part of the SDK migration cleanup.
- Temporarily disable subagents in the VS Code extension while the SDK-backed experience is stabilized.
Fixed
- Fix marketplace edge cases, including refreshing MCP servers after marketplace installs, disabling the MCP Marketplace tab from remote config, hiding workflows from Customize, surfacing plugin-bundled skills, and uninstalling shared marketplace entries.
- Fix chat submission during active turns by queuing user messages instead of dropping or racing them, showing pending/queued states promptly, rendering direct user messages immediately, and removing delayed send behavior.
- Fix editing previous user messages so Escape cancels editing locally and reset action labels are clearer.
- Fix terminal reliability, including standalone Windows output capture, hardened PowerShell command handling, running-state display for in-progress commands, raw structured command preservation, single-quote handling, cwd setup timeouts, failing-command stdout capture, heredoc coalescing, and removal of duplicated command echoes in tool results.
- Fix SDK tool-result and provider-message budgeting by truncating large tool outputs by default, capping assistant text, limiting bash/file-read/search output ingestion, bounding media budgets, batching outdated-read rewrites to preserve provider prefix caches, and normalizing JSON-like tool inputs by schema.
- Fix login and feature-flag resolution by using the correct user/account identity on startup and simplifying the login UX.
- June 2026
- No date parsed from source.
- First seen by Releasebot:Jun 11, 2026
3.89.2
Cline fixes Anthropic and Vertex AI provider support for VS Code 1.123+ with SDK updates for Node 24.
Fixed
- Complete the fix for the Anthropic provider on VS Code 1.123 and later by upgrading the bundled Anthropic SDK to a release compatible with the Node 24 runtime.
- Update the Vertex AI provider to a compatible Anthropic Vertex SDK release so it works with the upgraded Anthropic SDK.
All of your release notes in one feed
Join Releasebot and get updates from Cline and hundreds of other software products.
- June 2026
- No date parsed from source.
- First seen by Releasebot:Jun 11, 2026
3.89.1
Cline fixes the Anthropic provider on VS Code 1.123+ and handles the DeepSeek V4 reasoning format.
Fixed
- Restore the Anthropic provider on VS Code 1.123 and later, where the updated Node 24 runtime broke the bundled Anthropic SDK.
- Handle the DeepSeek V4 reasoning format.
- June 2026
- No date parsed from source.
- First seen by Releasebot:Jun 9, 2026
3.89.0
Cline adds Claude Fable 5 support, fixes MiniMax M3 thinking controls, and cleans up the Codex model list.
Added
- Add Claude Fable 5 model support.
Fixed
- Fix MiniMax M3 thinking controls across gateways.
Changed
- Clean up the Codex model list.
- June 2026
- No date parsed from source.
- First seen by Releasebot:Jun 7, 2026
3.88.1
Cline adds a tester debug section and fixes VS Code walkthrough files so first-run steps load correctly.
Added
- Add a debug section in settings for Cline testers.
Fixed
- Include the walkthrough markdown files in the VS Code extension package so the first-run walkthrough steps load correctly.
Similar to Cline with recent updates:
- xAI release notes171 release notes · Latest Jul 16, 2026
- Cursor release notes114 release notes · Latest Jul 17, 2026
- Windsurf release notes55 release notes · Latest Jul 19, 2026
- Anthropic release notes722 release notes · Latest Jul 20, 2026
- OpenAI release notes845 release notes · Latest Jul 18, 2026
- Figma release notes137 release notes · Latest Jul 16, 2026
- June 2026
- No date parsed from source.
- First seen by Releasebot:Jun 6, 2026
3.88.0
Cline adds the latest Fireworks AI serverless models, updates the default model to Kimi K2.6, and fixes MCP server flows.
Added
- Add the latest Fireworks AI serverless models and update the default Fireworks model to Kimi K2.6.
Fixed
- Fix MCP server delete/add flows so settings writes do not cause the MCP server list to be emptied by the file watcher.
- Remove stale Fireworks AI models and correct Fireworks model metadata and cache pricing.
Changed
- Always use the upstream Cline recommended models endpoint instead of gating it behind a feature flag.
- June 2026
- No date parsed from source.
- First seen by Releasebot:Jun 3, 2026
3.87.0
Cline adds MiniMax M3 model support and updates VS Code extension dependencies to fix security issues.
Added
- Add MiniMax M3 model support.
Fixed
- Update VS Code extension dependencies to resolve security issues in
@xmldom/xmldom,basic-ftp,axios,undici, and other direct/transitive packages.
- June 2026
- No date parsed from source.
- First seen by Releasebot:Jun 2, 2026
3.86.2
Cline fixes @ file mentions and workspace file search on VS Code 1.122+ for better ripgrep compatibility.
Fixed
- Fix
@file mentions and workspace file search on VS Code 1.122+ by resolving the new bundled@vscode/ripgrep-universalper-platform binary layout before falling back to legacy ripgrep paths.
- June 2026
- No date parsed from source.
- First seen by Releasebot:Jun 1, 2026
3.86.1
Cline fixes @ file mentions in VS Code Remote SSH and other environments by keeping file search fallback available.
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 or bundled ripgrep binary is unavailable.
- May 2026
- No date parsed from source.
- First seen by Releasebot:May 29, 2026
3.86.0
Cline adds Claude Opus 4.8 and Moonshot Kimi K2.6 support with provider fixes and workflow improvements.
Added
- Add Claude Opus 4.8 provider support, including 1M-context variants where available.
- Add Moonshot Kimi K2.6 model support.
Fixed
- Show prompt-cache support for Qwen 3.7 Max in the Cline provider.
- Fix the VS Code nightly publish workflow startup permissions.
Changed
- Move the VS Code extension project into
apps/vscode.
- May 2026
- No date parsed from source.
- First seen by Releasebot:May 25, 2026
3.85.0
Cline adds GPT-5.5, DeepSeek V4, and Gemini 3.5 support plus LG dashboard webhook integration.
Added
- Add GPT-5.5 support to SAP AI Core.
- Add DeepSeek V4 Flash and Pro models.
- Add Gemini 3.5 Flash to Gemini and Vertex providers.
- Add
/lg-taskURI webhook integration for LG dashboard flows.
Fixed
- Fix Vertex AI global endpoint handling for Claude models.
- Route Poolside Laguna models through next-gen prompts and native tool calling.
Changed
- Update
diffandprotobufjsdependencies.
- May 2026
- No date parsed from source.
- First seen by Releasebot:May 20, 2026
3.84.0
Cline adds SAP AI Core support for more hosted models, fixes MCP restart button behavior, and streamlines startup.
Added
- Add SAP AI Core support for additional hosted models
Fixed
- Disable the MCP "Restart Server" button when a server is toggled off.
Changed
- Remove the Cline Kanban launch modal and bundled demo media from the VS Code extension startup flow.
- May 2026
- No date parsed from source.
- First seen by Releasebot:May 14, 2026
3.83.0
Cline fixes @-mention search, improves file writing, and updates dependencies with OpenRouter cache support for Qwen.
Fixed
- Show a clear "Searching..." state in the @-mention file picker
- Improve @-mention file search performance
- Allow
write_to_fileto create or overwrite files with empty content. - Fix validation failures for MCP servers that require an object.
- Enable OpenRouter prompt cache control for Qwen models.
- Update Axios and SAP Connectivity dependencies
Changed
- Use the VS Code-specific
README.marketplace.mdwhen packaging and publishing the VS Code extension - Add telemetry to @-mention search to help diagnose local, remote, and multi-root workspace search behavior.
- May 2026
- No date parsed from source.
- First seen by Releasebot:May 1, 2026
3.82.0
Cline adds restored VS Code terminal support, new OpenAI, SAP AI Core and Z AI models, and search and template fixes.
Added
- Restore VS Code foreground terminal support and settings.
- Add latest OpenAI, SAP AI Core, and Z AI models.
Fixed
- Fix hook template JSON escaping.
- Improve ripgrep file search error handling.
Changed
- Remove hardcoded model lists from docs.
- April 2026
- No date parsed from source.
- First seen by Releasebot:Apr 25, 2026
3.81.0
Cline adds GPT-5.5 support for OpenAI Codex users and improves memory diagnostics and webview banner handling.
Added
- Add GPT-5.5 model support for OpenAI Codex subscription users.
Fixed
- Remove hardcoded "What’s New" fallback items in webview; only remote-configured welcome banners are shown.
Changed
- Improve cline-core memory diagnostics used by the extension runtime:
- enable near-heap-limit heap snapshots
- add periodic memory usage logging
- log discovered heap snapshots on abnormal exits for easier OOM debugging
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.