Cline: Desktop v0.0.5
Major performance overhaul: the app now feels snappy end-to-end. The animated background renders at a locked 60fps instead of ~10fps, typing in the composer no longer stutters (245 slow keystrokes → 3), streaming…
github.com·tool·101 items·last fetched
Major performance overhaul: the app now feels snappy end-to-end. The animated background renders at a locked 60fps instead of ~10fps, typing in the composer no longer stutters (245 slow keystrokes → 3), streaming…
Added Add Claude Opus 5 across the Anthropic, Claude Code, Bedrock, Vertex, Cline, and OpenRouter providers, including 1M context window variants. Add Moonshot Kimi K3 support. Include the host plugin version in…
Start chatting without opening a project folder — the app now supports workspace-free chat sessions. New first-run onboarding flow to get you set up on launch. Drag and drop files directly onto the chat to attach them…
The reasoning section in the chat transcript now reads simply "Thinking" — dropped the redundant status text and brain icon. Full Changelog: https://github.com/cline/cline/compare/desktop-v0.0.2...desktop-v0.0.3
Rolling release backing the desktop app auto-updater. The latest.json asset points at the newest desktop-vX.Y.Z release. Do not delete.
First public release of Cline Code for macOS: a desktop app for running and inspecting Cline agent sessions, signed and notarized for Apple Silicon and Intel. Automatic updates: the app checks on launch and every 2…
Added Add telemetry to track when Cline reaches the consecutive mistake limit. Full Changelog: https://github.com/cline/cline/compare/v4.0.9...v4.0.10
Fixed out-of-credits detection so the CLI reliably recognizes the Cline API's real `insufficient_credits` (402) error and shows the "add credits" card instead of a generic error Full Changelog…
Smaller install: the Claude Code and Codex providers are now optional and loaded on demand, cutting `npm i -g cline` from ~640MB to ~285MB (from SDK v0.0.65) Kimi K3 is now available as a ClinePass model (from SDK…
Claude Code and Codex provider SDKs are now optional peer dependencies loaded on demand, dramatically cutting install size Added Kimi K3 to the bundled ClinePass model fallback Runs now retry once after refreshing…
Improved max output token handling across providers (gateway routing, OpenAI vendor, and reasoning models) (from SDK v0.0.64) Frontmatter and configuration files that start with a UTF-8 byte order mark (e.g. saved by…
Improved max output token handling across providers (gateway routing, OpenAI vendor, and reasoning models) Frontmatter and user-instruction files that start with a UTF-8 byte order mark (e.g. saved by Windows editors)…
The CLI now automatically trusts your operating system's certificate store, so it works behind corporate proxies and TLS-inspecting firewalls without manually setting `NODE_EXTRA_CA_CERTS` (fixes "unable to get local…
The session runtime now emits `task.mistake_limit_reached` telemetry when the consecutive-mistake limit is hit, so every host (CLI, VS Code extension, hub daemon) captures it — including auto-stops when no host prompt…
Added Add GPT-5.6 ChatGPT subscription models. Changed Soften and shorten the message shown when Cline hits the consecutive mistake limit. Fixed Handle cumulative usage snapshots from OpenAI-compatible providers so…
Fixed Ollama native API routing so context window and timeout settings work again Full Changelog: https://github.com/cline/cline/compare/cli-v3.0.41...cli-v3.0.42
Fixed Ollama native API routing so context window and timeout settings work again Telemetry is no longer attached to hub tool contexts Full Changelog…
Compaction now shows progress status in the TUI Model IDs are now suggested from OpenAI-compatible endpoints when configuring a provider Workspace git info (branch/remote) is now persisted and refreshed across sessions…
Context compaction now reports progress status while it runs Workspace git info (branch/remote) is now persisted and refreshed across sessions Fixed benign git states being reported as workspace initialization errors…
Added a manual API key escape hatch for Cline OAuth providers, so you can enter a key by hand from settings Fixed provider config not reloading when switching models Fixed auto-update failing to detect Bun global…
Added Add more models to the GCP Vertex provider, plus a free-form entry option in the model dropdown for specifying custom Vertex models. Full Changelog: https://github.com/cline/cline/compare/v4.0.7...v4.0.8
You can now select Cline free models on the ClinePass provider in the model picker Removed the retired ClinePass GLM 5.1 model Fixed OpenAI Codex model metadata under the GPT Subscription provider `str_replace` edits…
Added Add a ClinePass limit-reached error with a one-click option to switch to Cline usage-based billing. Allow selecting Cline free models on the ClinePass provider, organized into Subscribed and Free tabs with model…
New plan/act accent palette: act mode is now blue (`#79b8ff`) and plan mode amber, replacing the old cyan/yellow — applied across dialogs, the model selector, config, onboarding, markdown, and syntax highlighting, with…
Weaker models (e.g. DeepSeek) that emit malformed tool calls — wrong argument types or truncated JSON — are now handled gracefully and run instead of erroring out Plan/act mode switches are now visible to the model, so…
Fixed plan mode's `switch_to_act_mode` tool not taking effect until the end of the turn: the model would keep running with plan-mode tools (no file editor) and fall back to editing files through shell commands…
ClinePass is now enabled for all CLI users Recover missing interactive sessions when reading messages Format structured commands in history export Add the subscription promo code when linking to the dashboard…
Fixed Generalize the model capability warning so it applies more broadly. Full Changelog: https://github.com/cline/cline/compare/v4.0.5...v4.0.6
Added Add support for Claude Sonnet 5 across the Anthropic, Bedrock, Vertex, Claude Code, SAP AI Core, OpenRouter, and Vercel AI Gateway providers, including model picker and recommended-model updates. Full Changelog…
Changed Fully remove the ClinePass feature flag so ClinePass is available everywhere in the UI — onboarding, settings, the welcome promo banner, and the credit-limit "Switch to ClinePass" action. Full Changelog…
Changed Enable the ClinePass provider for all users by removing the feature-flag gate that previously fell back to the standard Cline provider. Full Changelog: https://github.com/cline/cline/compare/v4.0.2...v4.0.3
Fixed the ClinePass upgrade notice appearing immediately after completing onboarding. Improved the wording of the ClinePass onboarding step. Streamlined the Cline provider picker by merging the subscription and…
Show a ClinePass subscription URL as a fallback during onboarding so you can still subscribe if the subscription screen can't open automatically Hide the ClinePass promo for users who already have a ClinePass…
Improved the ClinePass onboarding experience Added an intermediate step before going to ClinePass model selection Made the ClinePass subscription screen selectable Promoted ClinePass in the startup notice Used…
Added Add reasoning effort support (including `xhigh`) for DeepSeek thinking models. Improve the ClinePass provider experience with clearer reasoning controls and model selection. Fixed Show reasoning effort controls…
Changed Roll the stable VS Code extension back to the pre-SDK-migration codebase to resolve regressions reported in 4.0.0. This release ships the 3.89.2 extension code under a higher version number so existing 4.0.0…
Show when request cost is covered by your Cline subscription Prompt to switch to ClinePass when you run out of credits, and list ClinePass features in the not-subscribed message Added an option to open the subscription…
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…
Added a token count to the status bar, shown alongside cost Added organization-specific error messages Added SAP AI Core provider support Refreshed the model catalog with the latest provider models Preserved OpenRouter…
Costs are now hidden for Cline free models Fixed Z.ai model metadata resolution for Z.ai models accessed through the Cline provider Reverted the model-name-only display change from v3.0.28; the model picker, selector…
Added a ClinePass onboarding flow with selectable ClinePass models, plus improved ClinePass error handling Added hub primitive catalogs and refreshed the hub dashboard design with a dedicated customizations breakout…
Added a `cline skill` command to install and manage skills, matching `cline plugin install` and `cline mcp` (installs default to the Cline agent directory) Added a prefilled MCP install wizard command for quicker MCP…
Reverted the expandable model picker sections and ClinePass models, restoring the previous model-selection UI Full Changelog: https://github.com/cline/cline/compare/cli-v3.0.25...cli-v3.0.26
Added ClinePass support, with selectable ClinePass models in the model picker Made model picker sections expandable Added MCP server support to plugins, including authorizing plugin MCP OAuth during install Encouraged…
Plugin commands can now submit prompts to the agent Added support for overriding the API base URL Open the verification URL automatically when starting device authentication Enforced a single shared Cline Hub, so a…
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…
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. Full Changelog…
Fixed Vertex AI GCP settings configuration Fixed the Azure Foundry API version Added support for configured agents as subagent tools Centralized OAuth management into the SDK Fixed an error caused by disabled reasoning…
Added Add Claude Fable 5 model support. Fixed Fix MiniMax M3 thinking controls across gateways. Changed Clean up the Codex model list. Full Changelog: https://github.com/cline/cline/compare/cli-v3.0.21...v3.89.0
Added support for the Claude Fable 5 model Fixed MiniMax M3 thinking controls so they route correctly across gateways Full Changelog: https://github.com/cline/cline/compare/cli-v3.0.21...cli-v3.0.22