| desktop-v0.0.4 | - 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. - Image attachments now display inline in the chat transcript. - Schedule one-time routines (not just recurring ones), with navigation to jump to a routine's run. - New custom overlay title bar with in-app navigation. - Redesigned channel setup as expandable cards. - Added | High | 7/24/2026 |
| v4.0.8 | ### 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 | High | 7/11/2026 |
| v4.0.5 | ### 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**: https://github.com/cline/cline/compare/v4.0.4...v4.0.5 | High | 6/30/2026 |
| cli-v3.0.29 | - 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, and status bar return to their previous display behavior **Full Changelog**: https://github.com/cline/cline/compare/cli-v3.0.28...cli-v3.0.29 | High | 6/20/2026 |
| cli-v3.0.24 | - 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 stale hub is respawned after an upgrade - Suppressed flickering console windows on Windows - Fixed truncation of structured tool operation result strings so oversized tool output stays within limits - Stopped echoing the full command text in run_commands tool results **Full | High | 6/11/2026 |
| v3.88.0 | ### 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. **Full Changelog**: https://github.com/cline | High | 6/5/2026 |
| cli-v3.0.15 | - Add Cline Hub, a web app for monitoring connected clients, viewing and driving sessions, streaming assistant output, and restarting the local hub, with local, LAN, and tunnel usage gated by a room secret. - Support global AGENTS rules so agent rules can be applied across all sessions, not just per-project. - Let plugins contribute static or dynamic rule content when installed in the sandbox. - Bind Discord sessions to individual message authors so different Discord users no longer share chat | High | 5/29/2026 |
| cli-v3.0.13 | - Show a loading dialog while resuming a session from history so the TUI no longer appears frozen during the load. - Speed up the `/clear` command by deferring new session creation until you send the next prompt, so clearing no longer blocks on spinning up an empty session. **Full Changelog**: https://github.com/cline/cline/compare/cli-v3.0.12...cli-v3.0.13 | High | 5/23/2026 |
| cli-v3.0.7 | - Skip the ChatGPT OAuth model refresh on session startup so the CLI launches without the extra network round-trip. - Align the ChatGPT OAuth model catalog with the Codex provider list so the available models match the subscription tier. Full Changelog: https://github.com/cline/cline/compare/cli-v3.0.6...cli-v3.0.7 | High | 5/18/2026 |
| cli-v3.0.0 | Introducing our new Cline CLI built on our new SDK and comes with a snappy new TUI. Install: ```sh npm install -g cline ``` For nightly builds: ```sh npm install -g cline@nightly ``` | High | 5/12/2026 |
| v3.82.0 | ### 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. **Full Changelog**: https://github.com/cline/cline/compare/v2.17.0-cli...v3.82.0 | High | 5/1/2026 |
| v3.81.0 | ### 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 **Full Changelog**: https://github.com/cline/cline/compare/ | High | 4/24/2026 |
| v3.80.0 | ### Added - Wire up remote `globalSkills` from enterprise remote config with full UI, toggle support, and system prompt integration — enterprise-managed skills now appear under a dedicated "Enterprise Skills" section and support `alwaysEnabled` enforcement - Onboarding flow now uses dynamically fetched recommended models instead of a hardcoded list, with a fallback to the welcome view on failure - Add dedicated "Quota Exceeded" error message in the chat error UI when Cline account spend caps a | High | 4/22/2026 |
| v3.79.0 | ### Added - Add Claude Opus 4.7 model support - Add Azure Blob Storage as a storage provider - Add `globalSkills` to remote config - Inline value reuse in user-level remote-config discovery ### Fixed - Fix cache reflection for Cline and Vercel API handlers - Fix stuck `command_output` ask when terminal command ends unexpectedly - Add `use_subagents` to system prompt for GLM, Hermes, and XS models - Fix action injection security risk ### Changed - Remove deprecated evals tool **Full Change | High | 4/16/2026 |
| v3.78.0 | ### Added - Add a dedicated "Spend Limit Reached" error UI when spend caps are hit - Docs updates ### Fixed - Show actual `read_file` line ranges in chat UI **Full Changelog**: https://github.com/cline/cline/compare/v2.13.0-cli...v3.78.0 | High | 4/10/2026 |
| v3.77.0 | ### Added - Add "Lazy Teammate Mode" experimental toggle - `read_file` tool now supports chunked reading for targeted file access ### Fixed - Exclude `new_task` tool from system prompt in yolo/headless mode - Fix Kanban demo video formatting ### Changed - Polish `Notification` hook functionality **Full Changelog**: https://github.com/cline/cline/compare/v3.76.0...v3.77.0 | Medium | 4/1/2026 |
| v3.76.0 | ### Added - Add Cline Kanban launch modal in webview; CLI now launches Kanban by default with a migration view - Add toggle to disable feature tips in chat - Add repeated tool call loop detection to prevent infinite loops wasting tokens ### Fixed - Fix CLI Kanban spawn on Windows by enabling shell mode for `npx.cmd` **Full Changelog**: https://github.com/cline/cline/compare/v2.11.0-cli...v3.76.0 | Medium | 3/26/2026 |
| v3.75.0 | ### Added - Latency improvements for remote workspaces ### Fixed - Stabilize flaky hooks tests ### Changed - Remove example hooks in favor of reading the docs **Full Changelog**: https://github.com/cline/cline/compare/v2.9.0-cli...v3.75.0 | Low | 3/20/2026 |
| v3.74.0 | ### Added - Implement dynamic free model detection for Cline API - Add file read deduplication cache to prevent repeated reads - Add feature tips tooltip during thinking state ### Fixed - Replace error message when not logged in to Cline - Align ClineRulesToggleModal padding with ServersToggleModal - Skip WebP for GLM and Devstral models running through llama.cpp - Respect user-configured context window in LiteLLM getModel() - Honor explicit model IDs outside static catalog in W&B provider - A | Low | 3/19/2026 |
| v3.73.0 | ### Added - Added W&B Inference by CoreWeave as a new API provider with 17 models - Improved parallel tool calling support for OpenRouter and Cline providers ### Fixed - Claude Code Provider: handle rate limit events, empty content arrays, error results, and unknown content types without crashing - Tool handlers (`read_file`, `list_files`, `list_code_definition_names`, `search_files`) now return graceful errors instead of crashing **Full Changelog**: https://github.com/cline/cline/compare/v | Low | 3/16/2026 |
| v3.72.0 | ### Added - Added Anthropic Opus 4.6 fast mode variants ### Fixed - Resolved native tool placeholder interpolation in prompts - Gemini: capped Flash output tokens to 8192 across providers - Fixed Windows unit test path normalization - Fixed flaky hooks tests on Windows - Bedrock: handle thinking and redacted_thinking blocks correctly in message conversion and streaming - Prevent crash when `list_files` or `list_code_definition_names` receives a file path ### Changed - Updated Jupyter Noteb | Low | 3/12/2026 |
| v3.71.0 | ### Added - Added GPT-5.4 models for ChatGPT subscription users - Hooks: Added a `Notification` hook for attention and completion boundaries ### Fixed - Handle streamable HTTP MCP reconnects more reliably after disconnects **Full Changelog**: https://github.com/cline/cline/compare/v2.6.0-cli...v3.71.0 | Low | 3/6/2026 |
| v3.70.0 | ### Added - New Cline API docs: Getting Started, Auth, Chat Completions, Models, Errors, and SDK Examples - Hook payloads now include `model.provider` and `model.slug` - Token/cost updates now happen immediately as usage chunks arrive, not after tool execution ### Fixed - Improve subagent context compaction logic - Subagent stream retry delay increased to reduce noise from transient failures - State serialization errors are now caught and logged instead of crashing - Removed incorrect `max_ | Low | 3/4/2026 |
| v3.69.0 | ### Added - Add `User-Agent` header to requests sent to the Cline backend - Add default auto-tag workflow for publish release flow - Show Cline SDK docs on the Cline page ### Fixed - Retry nested git restore and prevent silent `.git_disabled` leftovers in checkpoints - Prevent Chinese filename escaping in diff view - Trigger auto-compaction on OpenRouter context overflow errors - Restore GPT-OSS native file editing on OpenAI-compatible models ### Changed - Update Cline SDK docs - Improve h | Low | 3/3/2026 |
| v3.68.0 | ### Added - Add dynamic Cline provider model fetching from Cline endpoint - Add additional Markdown formatting in CLI - Add focus indicator on action buttons in extension ### Fixed - Clear all OCA secrets on auth refresh failure to prevent re-auth loops - Resolve "Could not find the file context" error in Explain Changes - Use `JSON_SCHEMA` for `yaml.load` to prevent unsafe deserialization - Fetch model info from API in CLI headless auth for Cline and Vercel providers - Generate commit messa | Low | 2/27/2026 |
| v3.67.1 | ### Added - Added Cline SDK API interface for programmatic access to Cline features and tools, enabling integration into custom applications. - Added Codex 5.3 model support ### Fixed - Fix OpenAI Codex by setting `store` to `false` - Use `isLocatedInPath()` instead of string matching for path containment checks **Full Changelog**: https://github.com/cline/cline/compare/v2.4.3-cli...v3.67.1 | Low | 2/24/2026 |
| v3.67.0 | ### Added - Add support for skills and optional modelId in subagent configuration - Add AgentConfigLoader for file-based agent configs - Add Responses API support for OpenAI native provider - Preconnect websocket to reduce response latency - Fetch featured models from backend with local fallback - Add /q command to quit CLI - Add MCP enterprise configuration details - Pull Cline's recommended models from internal endpoint - Add dynamic flag to adjust banner cache duration ### Fixed - Fix rea | Low | 2/24/2026 |
| v3.66.0 | ### Added - Gemini-3.1 Pro Preview **Full Changelog**: https://github.com/cline/cline/compare/v2.4.1-cli...v3.66.0 | Low | 2/19/2026 |
| v3.65.0 | ### Added - Add /skills slash command to CLI for viewing and managing installed skills ### Fixed - Fix aggressive context compaction caused by accidental clicks on the context window progress bar silently setting a very low auto-condense threshold - Fix infinite retry loop when write_to_file fails with missing content parameter. - Fixed default claude model **Full Changelog**: https://github.com/cline/cline/compare/v2.4.0-cli...v3.65.0 | Low | 2/18/2026 |
| v3.64.0 | ### Added - added zai GLM 5 Free promo ### Fixed - Restore reasoning trace visibility in chat and improve the thinking row UX so reasoning is visible, then collapsible after completion. **Full Changelog**: https://github.com/cline/cline/compare/v2.2.3-cli...v3.64.0 | Low | 2/17/2026 |
| v3.63.0 | ### Added - added zai GLM 5 Free promo ### Fixed - Restore reasoning trace visibility in chat and improve the thinking row UX so reasoning is visible, then collapsible after completion. **Full Changelog**: https://github.com/cline/cline/compare/v3.62.0...v3.63.0 | Low | 2/16/2026 |
| v3.62.0 | ### Fixed - Banners now display immediately when opening the extension instead of requiring user interaction first - Resolved 17 security vulnerabilities including high-severity DoS issues in dependencies (body-parser, axios, qs, tar, and others) **Full Changelog**: https://github.com/cline/cline/compare/v3.61.0...v3.62.0 | Low | 2/13/2026 |
| v3.61.0 | - UI/UX fixes with minimax model family **Full Changelog**: https://github.com/cline/cline/compare/v2.2.2-cli...v3.61.0 | Low | 2/13/2026 |
| v3.60.0 | - Fixes for Minimax model family **Full Changelog**: https://github.com/cline/cline/compare/v2.2.1-cli...v3.60.0 | Low | 2/13/2026 |
| v3.59.0 | - Added Minimax 2.5 Free Promo - Fixed Response chaining for OpenAI's Responses API **Full Changelog**: https://github.com/cline/cline/compare/cli-build-024bb65...v3.59.0 | Low | 2/12/2026 |
| cli-build-024bb65 | Automated CLI build from commit 024bb65 Install with: ```bash npm install -g https://github.com/cline/cline/releases/download/cli-build-024bb65/cline-2.2.0.tgz ``` | Low | 2/12/2026 |
| v3.58.0 | ### Added - Subagent: replace legacy subagents with the native `use_subagents` tool - Bundle `endpoints.json` support so packaged distributions can ship required endpoints out-of-the-box - Amazon Bedrock: support parallel tool calling - New "double-check completion" experimental feature to verify work before marking tasks complete - CLI: new task controls/flags including custom `--thinking` token budget and `--max-consecutive-mistakes` for yolo runs - Remote config: new UI/options (including co | Low | 2/12/2026 |
| v3.57.1 | ### Fixed - Fixed Opus 4.6 for bedrock provider **Full Changelog**: https://github.com/cline/cline/compare/v3.57.0...v3.57.1 | Low | 2/5/2026 |
| v3.57.0 | ### Added - Cline CLI 2.0 now available. Install with `npm install -g cline` - Anthopic Opus 4.6 - Minimax-2.1 and Kimi-k2.5 now available for free for a limited time promo - Codex-5.3 through ChatGPT subscription ### Fixed - Fix read file tool to support reading large files - Fix decimal input crash in OpenAI Compatible price fields (#8129) - Fix build complete handlers when updating the api config - Fixed missing provider from list - Fixed Favorite Icon / Star from getting clipped in the | Low | 2/5/2026 |
| v3.56.2 | ### Added - __CLI authentication:__ Added Vercel AI Gateway and Cline API key provider support for headless CI/automation workflows - __New model:__ Added Kimi-K2.5 model to Moonshot provider (262K context, image support, prompt caching) - __Prompt variant:__ Added Trinity Large prompt variant for improved tool-calling support - __OpenTelemetry:__ Added support for custom headers on metrics and logs endpoints - __Social links:__ Added community icons (X, Discord, GitHub, Reddit, LinkedIn) to t | Low | 1/30/2026 |
| v3.56.1 | ### Added - __CLI authentication:__ Added Vercel AI Gateway and Cline API key provider support for headless CI/automation workflows - __New model:__ Added Kimi-K2.5 model to Moonshot provider (262K context, image support, prompt caching) - __Prompt variant:__ Added Trinity Large prompt variant for improved tool-calling support - __OpenTelemetry:__ Added support for custom headers on metrics and logs endpoints - __Social links:__ Added community icons (X, Discord, GitHub, Reddit, LinkedIn) to t | Low | 1/30/2026 |
| v3.56.0 | ### Added - __CLI authentication:__ Added Vercel AI Gateway and Cline API key provider support for headless CI/automation workflows - __New model:__ Added Kimi-K2.5 model to Moonshot provider (262K context, image support, prompt caching) - __Prompt variant:__ Added Trinity Large prompt variant for improved tool-calling support - __OpenTelemetry:__ Added support for custom headers on metrics and logs endpoints - __Social links:__ Added community icons (X, Discord, GitHub, Reddit, LinkedIn) to t | Low | 1/30/2026 |
| v3.55.0 | - Add new model: Arcee Trinity Large Preview - Add new model: Moonshot Kimi K2.5 - Add MCP prompts support - prompts from connected MCP servers now appear in slash command autocomplete as `/mcp:<server>:<prompt>` **Full Changelog**: https://github.com/cline/cline/compare/v3.54.0...v3.55.0 | Low | 1/28/2026 |
| v3.54.0 | ### Added - Native tool calls support for Ollama provider - Sonnet 4.5 is now the default Amazon Bedrock model id ### Fixed - Prevent infinite retry loops when replace_in_file fails repeatedly. The system now detects repeated failures and provides better guidance to break out of retry cycles. - Skip diff error UI handling during streaming to prevent flickering. Error handling is deferred until streaming completes. - Strip notebook cell outputs when extracting text content from Jupyter notebo | Low | 1/27/2026 |
| v3.53.1 | ### Fixed - Bug in responses API **Full Changelog**: https://github.com/cline/cline/compare/v3.53.0...v3.53.1 | Low | 1/24/2026 |
| v3.53.0 | ### Fixed - Removed grok model from free tier **Full Changelog**: https://github.com/cline/cline/compare/v3.52.0...v3.53.0 | Low | 1/23/2026 |
| v3.51.0 | ### Added - Adding OpenAI gpt-5.2-codex model to the model picker **Full Changelog**: https://github.com/cline/cline/compare/v3.50.0...v3.51.0 | Low | 1/15/2026 |
| v3.50.0 | ### Added - Add gpt-5.2-codex OpenAI model support - Add create-pull-request skill ### Fixed - Fix the selection of remotely configured providers - Fix act_mode_respond to prevent consecutive calls - Fix invalid tool call IDs when switching between model formats **Full Changelog**: https://github.com/cline/cline/compare/v3.49.1...v3.50.0 | Low | 1/14/2026 |
| v3.49.1 | ### Added - Add telemetry to track usage of skills feature - Add version headers to Cline backend requests - Phase in Responses API usage instead of defaulting for every supported model ### Fixed - Fix workflow slash command search to be case-insensitive - Fix model display in ModelPickerModal when using LiteLLM - Fix LiteLLM model fetching with default base URL - Fix crash when OpenAI-compatible APIs send usage chunks with empty or null choices arrays at end of streaming - Fix model ID for | Low | 1/13/2026 |
| v3.49.0 | - Enable configuring an OTEL collector at runtime - Removing Minimax-2.1 from free model list as the free trial has ended - Improved image display in MCP responses - Auto-sync remote MCP servers from remote config to local settings **Full Changelog**: https://github.com/cline/cline/compare/v3.48.0...v3.49.0 | Low | 1/10/2026 |
| v3.48.0 | ### Added - Add Skills system for reusable, on-demand agent instructions - Add new websearch tooling in Cline provider - Add zai-glm-4.7 to Cerebras model list - Add model refresh and improve reasoning support for Vercel AI Gateway ### Fixed - Revert #8341 due to regressions in diff view/document truncation (see #8423, #8429) - Fixed extension crash when using context menu selector **Full Changelog**: https://github.com/cline/cline/compare/v3.47.0...v3.48.0 | Low | 1/9/2026 |
| v3.47.0 | ### Added - Added experimental support for Background Edits (allows editing files in background without opening the diff view) - Updated free model to MiniMax M2.1 (replacing MiniMax M2) - Added support for Azure based identity authentication in OpenAI Compatible provider and Azure OpenAI - Add `supportsReasoning` property to Baseten models ### Fixed - Prevent expired token usage in authenticated requests - Exclude binary files without extensions from diffs - Preserve file endings and trailin | Low | 1/6/2026 |
| v3.46.1 | ### Fixed - Remove GLM 4.6 from free models **Full Changelog**: https://github.com/cline/cline/compare/v3.46.0...v3.46.1 | Low | 12/22/2025 |
| v3.46.0 | ### Added - Added GLM 4.7 model - Enhanced background terminal execution with command tracking, log file output, zombie process prevention (10-minute timeout), and clickable log paths in UI - Apply Patch tool for GPT-5+ models (replacing current diff edit tools) ### Fixed - Duplicate error messages during streaming for Diff Edit tool when Parallel Tool Calling is not enabled - Banner carousel styling and dismiss functionality - Typos in Gemini system prompt overrides - Model picker favorites | Low | 12/22/2025 |
| v3.45.1 | - Fixed MCP settings race condition where toggling auto-approve or changing timeout settings would cause the UI to flash and revert **Full Changelog**: https://github.com/cline/cline/compare/...v3.45.1 | Low | 12/20/2025 |
| v3.45.0 | ## What's Changed * feat: add new model configuration by @abeatrix in https://github.com/cline/cline/pull/8142 * feat: add Gemini 3 Flash Preview model to model picker and banner by @arafatkatze in https://github.com/cline/cline/pull/8160 * Changeset version bump by @github-actions[bot] in https://github.com/cline/cline/pull/8159 **Full Changelog**: https://github.com/cline/cline/compare/v3.44.2...v3.45.0 | Low | 12/17/2025 |
| v3.44.2 | ## What's Changed - Polished the model picker UI with checkmarks for selected models, tooltips on Plan/Act tabs, and consistent arrow pointers across all popup modals - Improved WhatsNew modal responsiveness and cleaned up redundant UI elements - Fixed GLM models outputting garbled text in thinking tags—reasoning is now properly disabled for these models **Full Changelog**: https://github.com/cline/cline/compare/v3.44.1...v3.44.2 | Low | 12/17/2025 |
| v3.44.1 | ## What's Changed - Fixed a critical bug where local MCP servers stopped connecting after v3.42.0—all user-configured stdio-based MCP servers should now work again - Fixed remotely configured API keys not being extracted correctly for enterprise users - Added support for dynamic tool instructions that adapt based on runtime context, laying groundwork for future context-aware features **Full Changelog**: https://github.com/cline/cline/compare/v3.44.0...v3.44.1 | Low | 12/17/2025 |
| v3.44.0 | ## What's Changed * feat: update banner for version 3.44.0 by @arafatkatze in https://github.com/cline/cline/pull/8139 **Full Changelog**: https://github.com/cline/cline/compare/v3.43.1...v3.44.0 | Low | 12/16/2025 |
| v3.43.1 | ## What's Changed ### Added - GLM-4.6 - kat-coder-pro - Add parsing of env variable patterns to the mcpconfig.json ### Fixed - updated OpenRouter model ID from zai to z-ai for GLM-4.6 by @arafatkatze in https://github.com/cline/cline/pull/8138 - TLS Proxy support issues for VSCode - Add supportsReasoning flag to OpenAI reasoning models - Fix thinking not available for some models in the OpenAI provider - Fix invalid signature field issues when switching between Gemini and Anthr | Low | 12/16/2025 |
| v3.42.0 | ## What's Changed * Refactor Terminal Module by @arafatkatze in https://github.com/cline/cline/pull/7966 * expose a getAvailableSlashCommands rpc endpoint in cline core by @maxpaulus43 in https://github.com/cline/cline/pull/8024 * feat: Make extension use new banner api, keep providers for extension side rules eval by @cryptoque in https://github.com/cline/cline/pull/8022 * chore: make expanding/collapsing ui components accessible by @jgellin-sf in https://github.com/cline/cline/pull/7828 * acc | Low | 12/12/2025 |
| v3.41.0 | ## What's Changed * feat(prompt): add command output limiting guidance to capabilities by @saoudrizwan in https://github.com/cline/cline/pull/7884 * remote config - add litellm provider by @celestial-vault in https://github.com/cline/cline/pull/7775 * Prevent simultaneous refreshes when restoring auth info by @BarreiroT in https://github.com/cline/cline/pull/7835 * feat: remove mcp enable setting for individual users by @cryptoque in https://github.com/cline/cline/pull/7879 * feat: enable native | Low | 12/11/2025 |
| v3.40.2 | **Full Changelog**: https://github.com/cline/cline/compare/v3.40.1...v3.40.2 | Low | 12/10/2025 |