Change8

Cline terminal

Component

Updates related to the terminal component of Cline.

54 releases136 features207 bug fixesView all Cline releases

All TERMINAL Features

  • 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)
  • Introduced inline rendering for tool results that return images, allowing users to click to expand screenshots and use a carousel for multiple images.(desktop-v0.0.20)
  • Enabled session search to cover the full indexed history, opening the command bar (Cmd/Ctrl+P) with server-ranked results.(desktop-v0.0.20)
  • Added a new GitHub integration step to the onboarding process.(desktop-v0.0.20)
  • Introduced suggested routine templates that now ask for a specific final report, ensuring scheduled runs end with readable output.(desktop-v0.0.20)
  • Enabled global rules stored at `~/Cline/Rules` to be discovered, improving rule functionality on WSL and headless installs.(desktop-v0.0.20)
  • Added seven new AI providers to the model catalog: Agnes AI, Aixy, IteraCompute, LLM Tech, NeoSmith, Pendra, and Standard Compute.(cli-v3.0.60)
  • Updated model lists and pricing across existing providers.(cli-v3.0.60)
  • Redacted credentials embedded in git remote URLs from workspace information sent to the model.(cli-v3.0.60)
  • Introduced state-only session snapshots to reduce event payload size, with transcripts now fetched separately via the `session.messages` command.(sdk/sdk/v0.0.81)
  • Added configuration to the `tasks` tool to exclusively offer scheduled work, disabling the Todo kind while retaining the Agenda backend.(sdk/sdk/v0.0.80)
  • Introduced redaction of credentials embedded in git remote URLs from workspace information sent in the system prompt.(sdk/sdk/v0.0.80)
  • Added the ability for supported models to generate images during a task, with inline rendering in the conversation.(v4.1.11)
  • Added support for image generation models to produce media directly within a conversation turn, with generated files saved to a temporary path for easy access and HTML exports embedding images inline.(cli-v3.0.56)
  • Introduced skill slash commands that now load via the skills tool, improving message clarity and reducing redundant model instructions.(cli-v3.0.56)
  • Enabled usage display of billed gateway costs.(cli-v3.0.56)
  • Refreshed the model catalog with new providers including AMD, Arcee, Echo, Jalapeno, Kosmik, LLM Gateway, RunInfra, and SCNet, along with updated model lists, pricing, and defaults.(cli-v3.0.56)
  • Added model-driven image generation, allowing supported models to create images within a turn and persisting them in session history and exports.(sdk/sdk/v0.0.76)
  • Enabled agents to create and manage scheduled tasks and a durable todo agenda, with schedules scoped to the workspace that registered them.(sdk/sdk/v0.0.76)
  • Introduced skill slash commands that now load through the skills tool, improving transcript clarity and reducing redundant skill instructions.(sdk/sdk/v0.0.76)
  • Added live streaming for detached command output that now survives hub restarts.(sdk/sdk/v0.0.76)
  • Enabled gateway usage to display the billed cost.(sdk/sdk/v0.0.76)
  • Introduced a beta feature to hand off local sessions to Cline Cloud using the `/handoff` command, transferring conversations, attached images, and an optional follow-up command to a persistent cloud workspace.(desktop-v0.0.15-beta.1)
  • Enabled cloud sessions to be selectable within the existing Local / Remote environment menu when the Cloud sessions feature flag is enabled.(desktop-v0.0.15-beta.1)
  • Added native macOS notifications for task completion or input required, allowing users to leave the app running in the background.(desktop-v0.0.14)
  • Introduced voice input for dictating directly into the composer, transcribing speech in real-time using configured providers and models.(desktop-v0.0.14)
  • Enabled image generation for models that support it, with images rendering inline within the transcript.(desktop-v0.0.14)
  • Added a separate "Cline Code Beta" app for tracking the experimental branch, clearly identified as beta in the UI.(desktop-v0.0.14)
  • Introduced support for Gemini custom base URLs, including host-root and proxy values.(desktop-v0.0.14)
  • Added Crusoe as a model provider and refreshed the model catalog with updated lists and default models.(cli-v3.0.55)
  • Enabled rendering of web search calls and their results from models that run search natively within the transcript.(cli-v3.0.55)
  • Introduced immediate installation of updates on exit when a CLI is not attached, preventing session interruptions.(cli-v3.0.55)
  • Introduced directional upgrades for Managed Hub daemons, preventing conflicts between different Cline installations and ensuring the CLI attaches to and prompts for updates to the newer daemon.(cli-v3.0.54)
  • Introduced directional upgrades for Managed Hub daemons, preventing repeated daemon retirements between different installs and ensuring hosts attach to the newest build.(sdk/sdk/v0.0.74)
  • Enabled auto-approval for file edits within the workspace directory when using the Claude Code provider, while command execution remains gated by user settings.(sdk/sdk/v0.0.74)
  • Modified the Claude Code provider to declare its own native tools and anchor sessions on the workspace directory, ensuring proper loading of configuration and permission rules.(sdk/sdk/v0.0.74)
  • Introduced individual rows for each tool call in the transcript, featuring distinct icons, statuses, and expandable details for better clarity.(desktop-v0.0.12)
  • Enabled terminal-like command display with captured output upon expansion for a more intuitive experience.(desktop-v0.0.12)
  • Added inline diff views for edits, showing changes hunk by hunk.(desktop-v0.0.12)
  • Enabled the Claude Code provider for agentic work, anchoring sessions to the workspace folder, loading settings, and allowing file edits within the workspace.(desktop-v0.0.12)
  • Added Fable 5 and custom model IDs to Vertex AI, and improved the global-region picker to display all models from the live catalog.(desktop-v0.0.12)
  • Added the ability to paste images directly from the clipboard into the composer.(desktop-v0.0.11)
  • Introduced adaptive welcome suggestions for folders that are not Git repositories.(desktop-v0.0.11)
  • Enabled manual path entry as a fallback in the folder picker.(desktop-v0.0.11)
  • Ensured that opening an existing session no longer overwrites the previously selected model.(desktop-v0.0.11)
  • Enabled `/team` prompts to run through the core runtime.(desktop-v0.0.11)
  • Improved plugin management by removing empty install directories and centrally managing settings with atomic toggles.(desktop-v0.0.11)
  • Preserved queued prompts across interrupted turns and aborts, surfacing the stop instead of silently dropping the queue.(desktop-v0.0.11)
  • Made session context durable across aborts and hub restarts.(desktop-v0.0.11)
  • Added OAuth authorization prompt for remote SSE MCP servers on a 401 error instead of failing outright.(desktop-v0.0.11)
  • Enabled retries for network interruptions mid-stream before model output.(desktop-v0.0.11)
  • Included untracked files in checkpoint diffs when git is initialized part-way through a session.(desktop-v0.0.11)
  • Scheduled run reports now include execution context such as schedule metadata, durations, and lifecycle error details.(desktop-v0.0.11)
  • Added recognition for Chutes as a provider.(v4.1.4)
  • Introduced the display of skills alongside workflows in the slash command menu, with disambiguation for commands sharing names.(v4.1.4)
  • 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 user-selectable color themes to the interactive TUI, with options to pick themes via `/theme`, the command palette, or the Theme row in `/settings`, and live previews of each theme.(cli-v3.0.50)
  • Introduced auto-approval settings that now take precedence over ACP.(cli-v3.0.50)
  • Enabled connector tools by default for improved functionality.(cli-v3.0.50)
  • Added support for Claude 4.6+ and 5.x models, resolving previous rejection errors.(cli-v3.0.50)
  • Integrated Infomaniak and SCX.ai as new model providers.(cli-v3.0.50)
  • Switched Ollama to use the native AI SDK provider.(cli-v3.0.50)
  • Introduced hard-blocking of file-editing shell commands in Plan mode to prevent accidental modifications, while still allowing read-only investigation.(sdk/sdk/v0.0.70)
  • Enabled automatic detection and recovery from context-window overflow errors with a deterministic compaction strategy and a single retry.(sdk/sdk/v0.0.70)
  • Added session recording of their origin mode (user, automation, subagent, team) and lazy root-session persistence to avoid empty history entries.(sdk/sdk/v0.0.70)
  • Implemented retries on every provider for turns that return completely empty responses, improving reliability for hosted backends.(sdk/sdk/v0.0.70)
  • Ensured adaptive-era Claude models (4.6+ and 5.x) are correctly handled by using baked model catalog reasoning metadata.(sdk/sdk/v0.0.70)
  • Enabled Bedrock prompt caching to function correctly by using Converse `cachePoint` markers.(sdk/sdk/v0.0.70)
  • Routed Bedrock foundation models through geo inference profiles for improved performance.(sdk/sdk/v0.0.70)
  • Allowed reasoning models on OpenAI-compatible endpoints to receive `max_completion_tokens` instead of the previously rejected `max_tokens`.(sdk/sdk/v0.0.70)
  • Enabled substitution of image content for requests to models without image support, preventing failures.(sdk/sdk/v0.0.70)
  • Configured MiniMax to inherit its default model from models.dev.(sdk/sdk/v0.0.70)
  • Enabled immediate switch to act-mode tools after plan approval, ensuring the full toolset is used without delay.(cli-v3.0.36)
  • Enabled ClinePass for all CLI users(cli-v3.0.35)
  • Added support for Tencent TokenHub as a new provider(cli-v3.0.35)
  • Refreshed the bundled model catalog with the latest provider models(cli-v3.0.35)
  • 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 new `cline skill` command for installing and managing skills, mirroring the functionality of `cline plugin install` and `cline mcp`.(cli-v3.0.27)
  • Introduced a prefilled MCP install wizard command to streamline the setup process for MCP servers.(cli-v3.0.27)
  • Added ClinePass support, with selectable ClinePass models available in the model picker(cli-v3.0.25)
  • Added MCP server support to plugins, including authorizing plugin MCP OAuth during installation(cli-v3.0.25)
  • Enabled plugin commands to submit prompts directly to the agent(cli-v3.0.24)
  • Added support for overriding the API base URL configuration(cli-v3.0.24)
  • Enabled persistent linking of renamed users to the same participant in the Telegram connector by using Telegram numeric participant IDs.(cli-v3.0.8)
  • Added the --worktree flag to automatically create a fresh git worktree under ~/.cline/worktrees/ and run the task there, supporting resumption with --taskId and --continue.(cli-v3.0.3)
  • Enabled bearer token authentication for AWS Bedrock and improved AWS profile mapping during Bedrock gateway configuration.(cli-v3.0.3)
  • 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)
  • 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)
  • Added support for the Claude Opus 4.7 model.(v3.79.0)
  • Enabled Azure Blob Storage as a new supported storage provider.(v3.79.0)
  • Introduced the ability to configure global skills via remote configuration.(v3.79.0)
  • Added Cline Kanban launch modal in the webview, and the CLI now launches Kanban by default with a migration view.(v3.76.0)
  • Added a toggle to disable feature tips within the chat interface.(v3.76.0)
  • Added repeated tool call loop detection to prevent infinite loops that waste tokens.(v3.76.0)
  • Added support for skills and optional modelId in subagent configuration(v3.67.0)
  • Introduced AgentConfigLoader for loading agent configurations from files(v3.67.0)
  • Enabled Responses API support for the OpenAI native provider(v3.67.0)
  • Added /q command to quit the Command Line Interface (CLI)(v3.67.0)
  • Added dynamic flag to adjust banner cache duration(v3.67.0)
  • Added the /skills slash command to the CLI for viewing and managing installed skills.(v3.65.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)
  • Enabled phased rollout of Responses API usage instead of defaulting for every supported model.(v3.49.1)
  • Added support for the new GLM 4.7 model.(v3.46.0)
  • Introduced the Apply Patch tool for GPT-5+ models, replacing previous diff edit tools.(v3.46.0)
  • Enhanced background terminal execution with command tracking, log file output, zombie process prevention (10-minute timeout), and clickable log paths in the UI.(v3.46.0)

All TERMINAL Bug Fixes

  • 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 scheduled tasks disappearing after app updates by ensuring hub-managed schedules are not wiped by cron reconciliation.(desktop-v0.0.20)
  • Fixed OpenAI Codex (ChatGPT subscription) sign-in silently dead-ending when a specific callback port was in use, now providing an actionable error.(desktop-v0.0.20)
  • Fixed Codex and OCA sign-ins from being dropped during token refresh when encountering transient network failures or server errors.(desktop-v0.0.20)
  • Fixed checkpoint restore from silently removing commits made after the checkpoint, now refusing to reset the workspace in such cases.(desktop-v0.0.20)
  • Fixed an enabled but offline remote MCP server from stalling session startup.(desktop-v0.0.20)
  • Fixed an issue where the window title bar was not draggable across all views.(desktop-v0.0.20)
  • Fixed the hub from watching agenda spec directories when the todo tool is disabled, preventing unnecessary OS watch handle usage.(desktop-v0.0.20)
  • Fixed a crash in the codebase search tool that occurred on files with a single, very long line.(cli-v3.0.60)
  • Resolved an issue where installing an MCP server would misinterpret '--' separators in install arguments as part of the server command.(cli-v3.0.60)
  • Fixed the background hub process from ballooning in memory during long sessions by correcting how session status updates broadcast conversation transcripts.(cli-v3.0.60)
  • Fixed excessive memory consumption where session events previously included the full conversation transcript, preventing large memory usage (e.g., 25 GB `cline` process on a 16 GB machine).(sdk/sdk/v0.0.81)
  • Fixed `search_codebase` crashing when processing files with a single, extremely long line.(sdk/sdk/v0.0.80)
  • Resolved an issue where `installMcpServer` incorrectly interpreted a `--` separator in install arguments as part of the stdio command.(sdk/sdk/v0.0.80)
  • 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 TUI dialog colors to correctly update live with theme changes.(cli-v3.0.56)
  • Corrected the account dialog's selection chevron to align with other dialog styles.(cli-v3.0.56)
  • Resolved an issue where provider-executed tool activity was dropped instead of being displayed as a tool card.(cli-v3.0.56)
  • Ensured that `PreToolUse` hook `contextModification` is now correctly sent to the model.(cli-v3.0.56)
  • Fixed `PostToolUse` hooks to properly handle output and `cancel` control.(cli-v3.0.56)
  • Resolved `run_commands` failures with ENOENT when a structured command had a full command line without arguments.(cli-v3.0.56)
  • Corrected PowerShell command behavior to fail fast on the first error instead of reporting partial success.(cli-v3.0.56)
  • Fixed Gemini custom base URLs configured as a host root.(cli-v3.0.56)
  • Ensured `cline schedule` commands against a remote hub now correctly register a workspace client for authorization under new workspace-scoped rules.(cli-v3.0.56)
  • Fixed provider-executed tool activity from being dropped, ensuring it now surfaces as observational tool events.(sdk/sdk/v0.0.76)
  • Fixed the `PreToolUse` hook `contextModification` not reaching the model by delivering it as a `<hook_context>` block.(sdk/sdk/v0.0.76)
  • Fixed `PostToolUse` hooks running fire-and-forget by awaiting them and honoring their `contextModification` and `cancel` controls.(sdk/sdk/v0.0.76)
  • Fixed `run_commands` failing with ENOENT for structured commands containing spaces by routing them through the shell.(sdk/sdk/v0.0.76)
  • Fixed PowerShell commands to fail-fast, preventing excessive stderr records and false success reports on pipeline errors.(sdk/sdk/v0.0.76)
  • Fixed Gemini custom base URLs configured as a host root.(sdk/sdk/v0.0.76)
  • Fixed sessions reporting a bogus "running" status for interactive sessions never prompted and snapshot-only session updates, preventing clients from getting stuck.(sdk/sdk/v0.0.76)
  • Fixed Windows crashes caused by the agenda spec watcher when the specs directory resolved through an 8.3 short path.(sdk/sdk/v0.0.76)
  • Ensured that interrupted handoff sessions (due to app restarts, network drops, or branch changes) can be recovered or cleanly retried upon reopening, restoring typed drafts and attachments.(desktop-v0.0.15-beta.1)
  • Fixed an issue where turns would get stuck on a streaming shimmer without final output, only healing after sending another message.(desktop-v0.0.14)
  • Corrected sessions being assigned the Yolo-mode system prompt when auto-approve was on, ensuring auto-approval is an independent tool policy.(desktop-v0.0.14)
  • Resolved an issue where `/skill` and `/workflow` commands would dump the entire skill body into the chat.(desktop-v0.0.14)
  • Fixed command execution breaking for entire sessions when a model emitted a full command line without separate arguments.(desktop-v0.0.14)
  • Ensured restoring a checkpoint now trims the saved transcript to prevent showing reverted file changes.(desktop-v0.0.14)
  • Fixed Gemini custom base URLs, including host-root and proxy values, which were previously failing.(desktop-v0.0.14)
  • Restored correct LiteLLM input token limits reported by the server, preventing a 128K default override.(desktop-v0.0.14)
  • Fixed misaligned columns in the Usage table.(desktop-v0.0.14)
  • Fixed routine dialog dropdowns not responding to mouse clicks.(desktop-v0.0.14)
  • Fixed an issue where auto-updates could install while a CLI was attached, causing the Hub connection to close and kill live sessions.(cli-v3.0.55)
  • Resolved a bug where older CLI versions (3.0.54 and earlier) could brick a running session during an update.(cli-v3.0.55)
  • Corrected a loop where two Cline installations on different builds would shut down each other's Hub daemon, leading to abnormal socket closes and session termination.(cli-v3.0.55)
  • Prevented newer builds from replacing a Hub that was still serving sessions, avoiding mid-handshake session deaths.(cli-v3.0.55)
  • Fixed streaming assistant markdown from flashing back to raw text by ensuring settled content remains rendered as new chunks arrive.(cli-v3.0.55)
  • Resolved an issue where idle plugin sandbox processes would linger for the life of the session.(cli-v3.0.55)
  • Fixed the Claude Code provider to correctly run native tools and anchor sessions on the workspace directory, resolving issues with tool definitions and permission rules.(cli-v3.0.54)
  • Fixed truncated tool-call JSON from being silently repaired into incorrect arguments, now rejecting payloads with unterminated strings.(cli-v3.0.54)
  • Fixed strict providers rejecting turns with only empty text parts in user messages.(cli-v3.0.54)
  • Fixed a mid-turn crash occurring during streamed tool calls with non-zero or non-contiguous indexes when using LiteLLM's Anthropic passthrough.(cli-v3.0.54)
  • Fixed the Hub daemon from logging an unhandled error and exiting non-zero when a client was still connected at shutdown.(cli-v3.0.54)
  • Fixed per-task token totals from being inflated due to cache-heavy sessions by reporting token telemetry in disjoint buckets.(cli-v3.0.54)
  • Resolved an issue where upgrading the CLI would cause it to communicate with a daemon running the previous release; the CLI now correctly retires and respawns the Hub daemon on the new code.(cli-v3.0.54)
  • Fixed the Claude Code provider from being unusable for agentic work by correctly handling tool definitions and session anchoring.(sdk/sdk/v0.0.74)
  • Fixed truncated tool-call JSON from being silently repaired into incorrect arguments; payloads with unterminated strings are now rejected.(sdk/sdk/v0.0.74)
  • Fixed strict providers from rejecting turns with empty text parts in messages.(sdk/sdk/v0.0.74)
  • Fixed a mid-turn crash on streamed tool calls with non-zero or non-contiguous indexes by updating AI SDK packages.(sdk/sdk/v0.0.74)
  • Fixed the Hub daemon from logging an unhandled rejection and exiting non-zero on client disconnect during shutdown; shutdown is now clean.(sdk/sdk/v0.0.74)
  • Fixed involuntary Cline logouts from being reported instead of silent credential clearing, and prevented transient network failures from being logged as logouts.(sdk/sdk/v0.0.74)
  • Fixed an issue where reconnecting to a stale managed Cline Hub daemon would cause problems; the app now prompts to update and restart correctly.(desktop-v0.0.12)
  • Resolved an issue where the Hub daemon would shut down uncleanly when a client was still connected.(desktop-v0.0.12)
  • Fixed strict providers rejecting turns with an "user message must have content" error when the message contained only empty text.(desktop-v0.0.12)
  • Fixed a mid-turn crash that occurred with streamed tool calls having non-zero indexes, particularly when using LiteLLM's Anthropic passthrough.(desktop-v0.0.12)
  • Fixed the first turn of a fresh session from getting stuck on "Agent is working…" indefinitely.(desktop-v0.0.12)
  • Resolved an issue where truncated tool-call JSON was being silently repaired instead of being rejected.(desktop-v0.0.12)
  • Fixed git jargon display when opening non-git repos.(desktop-v0.0.11)
  • Fixed folder picker to report failures instead of doing nothing.(desktop-v0.0.11)
  • Fixed diff panel to resolve file paths against the session's working directory for correct diff opening.(desktop-v0.0.11)
  • Fixed failed turns to surface errors in the transcript instead of leaving the chat blank.(desktop-v0.0.11)
  • Fixed a startup script-load error.(desktop-v0.0.11)
  • Fixed webview errors to be attributed to the source URL that caused them.(desktop-v0.0.11)
  • Fixed signing out to be handled as a normal state instead of a command error.(desktop-v0.0.11)
  • Fixed tool output to no longer nest its own scrollbar.(desktop-v0.0.11)
  • Fixed hung MCP servers to no longer prevent session creation.(desktop-v0.0.11)
  • Fixed stdio servers that were never configured from blocking indefinitely.(desktop-v0.0.11)
  • Fixed LiteLLM requests to route through Chat Completions instead of the Responses API.(desktop-v0.0.11)
  • Ensured checkpoints are picked up when git is initialized part-way through a session.(desktop-v0.0.11)
  • Fixed an issue where turns completing with a plan were incorrectly treated as failed when a plan-blocked command was the only tool call, ensuring the turn correctly re-runs the presented plan instead of appearing to do nothing.(v4.1.4)
  • Fixed tool paths to display relative to the workspace in the chat view instead of absolute paths.(v4.1.4)
  • Fixed pending attachments to reset when starting a new task, preventing images from previous tasks from carrying over.(v4.1.4)
  • Fixed a generic failure to surface a clear error when the selected provider has no API key configured.(v4.1.4)
  • Fixed MCP tool and resource lists to refresh when a server sends a `list_changed` notification, instead of only showing a toast.(v4.1.4)
  • Fixed installed plugins to display under their real package names instead of all appearing as "index".(v4.1.4)
  • Corrected the Linux keybinding label in the Plan/Act mode tooltip.(v4.1.4)
  • Fixed recovery from running out of context by compacting and retrying once, and providing explanations for genuinely unrecoverable cases.(v4.1.4)
  • Fixed empty model responses to retry on every provider, not just Ollama, resolving hard "Model returned empty response" failures on OpenRouter, Cline, and OpenAI-compatible endpoints.(v4.1.4)
  • Fixed Claude 4.6+ and 5.x models from being rejected with "thinking.type.enabled is not supported" when resolving from the offline catalog or a hand-typed model ID.(v4.1.4)
  • Restored Bedrock prompt caching by ensuring the correct cache format is used and routing Bedrock foundation models through geo inference profiles.(v4.1.4)
  • Fixed requests for reasoning models on OpenAI-compatible endpoints by sending `max_completion_tokens` and substituting image content for models without image support.(v4.1.4)
  • Fixed MiniMax default model inheritance from models.dev and refreshed the bundled catalog to include Infomaniak and SCX.ai.(v4.1.4)
  • Fixed error telemetry to report provider failures only once and rate-limit repeated failures from unattended retry loops.(v4.1.4)
  • 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)
  • Fixed an issue where the git branch shown below the prompt would not update when switching branches from another terminal or editor.(cli-v3.0.50)
  • Resolved an issue where Telegram slash commands like `/clear` were silently dropped due to interception by the Telegram library.(cli-v3.0.50)
  • Corrected a problem where racing connector launches could collide, ensuring instances are claimed before socket mode is opened.(cli-v3.0.50)
  • Fixed a bug where a turn ending with a completed plan was incorrectly rendered as failed if a plan-blocked command was its only tool call.(cli-v3.0.50)
  • Resolved an issue where running out of context would cause a failure with a raw provider error, now recovering by force-compacting and retrying.(cli-v3.0.50)
  • Fixed an issue where empty model responses were only retried on Ollama, now retrying on every provider including OpenRouter, Cline, and OpenAI-compatible endpoints.(cli-v3.0.50)
  • Restored Bedrock prompt caching functionality, which was previously not working due to an incorrect cache format.(cli-v3.0.50)
  • Fixed an issue where reasoning models on OpenAI-compatible endpoints were sent `max_tokens` instead of the supported `max_completion_tokens`.(cli-v3.0.50)
  • Resolved an issue where requests to models without image support would fail, now substituting image content instead.(cli-v3.0.50)
  • Fixed context-window overflow errors that previously surfaced as raw unclassified provider errors.(sdk/sdk/v0.0.70)
  • Fixed Bedrock prompt caching to correctly emit `cachePoint` markers, resolving issues with cache reads and writes.(sdk/sdk/v0.0.70)
  • Fixed Ollama to use the native AI SDK provider with wire-contract fixes for empty `think` settings, mid-stream errors, and attachment-only turns.(sdk/sdk/v0.0.70)
  • Fixed image-bearing requests to no longer log deprecation warnings by emitting canonical AI SDK 7 file parts.(sdk/sdk/v0.0.70)
  • Fixed `sdk.error` telemetry to no longer be emitted twice for the same provider failure.(sdk/sdk/v0.0.70)
  • Fixed issue where switching from plan mode to act mode did not take effect until the end of the turn, preventing the use of file editors.(cli-v3.0.36)
  • Prevented auto-starting plan execution when a Tab mode toggle races a completing turn, ensuring users only run approved plans.(cli-v3.0.36)
  • Fixed first-prompt truncation issue on high-output models (like MiniMax M3) where the initial task was being cut down to just the input wrapper due to premature auto-compaction(cli-v3.0.35)
  • 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 issue where the CLI would silently treat unknown commands or unquoted multi-word input as a prompt; the CLI now rejects these inputs with a clear error message.(cli-v3.0.27)
  • Fixed apply_patch to fail correctly when a hunk is skipped(cli-v3.0.25)
  • Fixed run_commands to return captured stdout on failure and correctly handle split heredocs(cli-v3.0.25)
  • Fixed search tools to treat zero results as a successful operation(cli-v3.0.25)
  • Fixed disabled-reasoning handling specifically for StepFun flash operations(cli-v3.0.25)
  • Fixed history resume rendering isolation issues(cli-v3.0.25)
  • Fixed incorrect Cline OAuth token formatting within the provider configuration(cli-v3.0.25)
  • Fixed truncation of structured tool operation result strings, ensuring oversized tool output is properly contained(cli-v3.0.24)
  • Stopped echoing the full command text within run_commands tool results for cleaner output(cli-v3.0.24)
  • Fixed inflated token usage counts caused by AgentRuntime.execute() not resetting usage between calls, which was leading to double-counting by the local runtime host.(cli-v3.0.8)
  • Fixed AWS Bedrock region and profile detection issues during CLI onboarding.(cli-v3.0.8)
  • Fixed dropped macOS screenshots when pasting or reading them by correctly resolving paths containing Unicode variants like U+202F (narrow no-break space).(cli-v3.0.3)
  • Resolved a crash that occurred when encountering detached hub event errors during a session.(cli-v3.0.3)
  • Ensured that Ollama models with reasoning enabled by default now correctly honor the --thinking none flag.(cli-v3.0.3)
  • Fixed incorrect JSON escaping within hook templates.(v3.82.0)
  • Improved error handling when using ripgrep for file searching.(v3.82.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 an issue where cache reflection failed for Cline and Vercel API handlers.(v3.79.0)
  • Resolved a problem where the command output would get stuck when a terminal command ended unexpectedly.(v3.79.0)
  • Patched a security vulnerability related to action injection.(v3.79.0)
  • Fixed an issue preventing CLI Kanban from spawning correctly on Windows by enabling shell mode for 'npx.cmd'.(v3.76.0)
  • Fixed a crash related to reasoning delta when processing usage-only stream chunks(v3.67.0)
  • Corrected an issue where OpenAI tool ID transformation was incorrectly restricted to the native provider only(v3.67.0)
  • Fixed authentication check failure when operating in ACP mode(v3.67.0)
  • Resolved an issue where the CLI yolo setting was being incorrectly persisted to disk(v3.67.0)
  • Fixed the inline focus-chain slider to correctly operate within its feature row(v3.67.0)
  • Ensured compatibility with Gemini 3.1 Pro(v3.67.0)
  • Corrected authentication issues when using the Cline CLI with the ACP flag(v3.67.0)
  • Fixed aggressive context compaction caused by accidental clicks on the context window progress bar that silently set a very low auto-condense threshold.(v3.65.0)
  • Fixed an infinite retry loop that occurred when write_to_file failed due to a missing content parameter.(v3.65.0)
  • Fixed the default Claude model selection.(v3.65.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 workflow slash command search to be case-insensitive.(v3.49.1)
  • Fixed incorrect model display in ModelPickerModal when using LiteLLM.(v3.49.1)
  • Fixed LiteLLM model fetching when using the default base URL.(v3.49.1)
  • Fixed crash that occurred when OpenAI-compatible APIs sent usage chunks with empty or null choices arrays at the end of streaming.(v3.49.1)
  • Fixed incorrect model ID for the Kat Coder Pro Free model.(v3.49.1)
  • Fixed duplicate error messages that occurred during streaming for the Diff Edit tool when Parallel Tool Calling was disabled.(v3.46.0)
  • Corrected typos found in Gemini system prompt overrides.(v3.46.0)
  • Resolved issues with the model picker favorites ordering, star toggle functionality, and keyboard navigation for OpenRouter and Vercel AI Gateway providers.(v3.46.0)
  • Fixed an issue where remote configuration values were not being fetched from the cache.(v3.46.0)

Releases with TERMINAL Changes

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.

desktop-v0.0.205 features7 fixes
Aug 28, 2026

This release introduces inline image rendering for tool results and a more robust session search covering your full history. Key improvements include a new onboarding step for GitHub integration and enhanced Windows shell stability, alongside numerous bug fixes for scheduled tasks, sign-ins, and workspace management.

cli-v3.0.603 features3 fixes
Aug 26, 2026

This release introduces seven new AI providers to the model catalog and enhances security by redacting git credentials. Several bugs have been fixed, including crashes in the codebase search and issues with MCP server installations, along with memory leaks in the background hub process.

sdk/sdk/v0.0.811 feature1 fix
Aug 26, 2026

This release significantly reduces memory usage and event payload sizes by optimizing how session transcripts are handled. Session snapshots are now state-only, with transcripts fetched on demand, preventing the flooding of event logs and excessive memory consumption.

sdk/sdk/v0.0.802 features2 fixes
Aug 26, 2026

This release enhances the `tasks` tool by allowing configuration for scheduled work only and improves security by redacting git credentials from system prompts. Several bugs have been fixed, including crashes in `search_codebase` and incorrect argument parsing in `installMcpServer`, alongside general improvements to file handling and model catalog updates.

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.

cli-v3.0.564 features9 fixes
Aug 21, 2026

This release enhances media generation capabilities, allowing models to produce images directly in conversations and improving how skill slash commands are handled. Several bugs have been fixed, including issues with dialog theming, tool activity display, and command execution.

sdk/sdk/v0.0.765 features8 fixes
Aug 21, 2026

This release introduces model-driven image generation and allows agents to manage scheduled tasks and a todo agenda. Several bugs have been fixed, including issues with tool activity, command execution, and session status reporting, alongside improvements to model provider information and command output streaming.

desktop-v0.0.15-beta.12 features1 fix
Aug 20, 2026

This beta release introduces the ability to hand off local sessions to Cline Cloud, allowing your work to continue even after closing the app. Handoffs are now more robust with recovery options for interruptions, and cloud sessions are integrated into the main environment menu.

desktop-v0.0.145 features9 fixes
Aug 19, 2026

This release introduces native macOS notifications and voice input for enhanced background operation and dictation. Key improvements include streaming command output, inline image generation, and a redesigned agent decision card for a more interactive experience. Several bug fixes address issues with command execution, session prompts, and custom base URL support.

cli-v3.0.553 features6 fixes
Aug 14, 2026

This release enhances update stability by ensuring auto-updates install only when no CLI is attached, preventing session interruptions. It also improves the streaming assistant's markdown rendering to prevent flashing and jumping, and introduces web search result visibility directly in the transcript.

cli-v3.0.541 feature7 fixes
Aug 13, 2026

This release significantly improves the Claude Code provider, fixing issues with tool execution and session anchoring. Several critical bugs have been resolved, including problems with tool-call JSON repair, strict provider rejections, and mid-turn crashes during streamed tool calls. Additionally, the Hub daemon upgrade process has been refined to prevent conflicts between different Cline installations.

sdk/sdk/v0.0.743 features6 fixes
Aug 13, 2026

This release enhances the Claude Code provider for agentic work, improving tool handling and session management. Several critical bugs have been fixed, including issues with tool-call JSON, provider rejections, and mid-turn crashes. Telemetry reporting has also been optimized for better accuracy and reduced volume.

desktop-v0.0.125 features6 fixes
Aug 13, 2026

This release overhauls the transcript experience with individual tool call rows, terminal-like command display, and inline diffs for edits. Key bug fixes include improved daemon handling and corrected behavior for strict providers, while enhancements focus on typography, UI layout, and more accurate token usage for model reasoning.

desktop-v0.0.1112 features12 fixes
Aug 9, 2026

This release introduces several new features, including the ability to paste images directly into the composer and improved handling of Git repositories and folder content. Bug fixes address issues with diff panel path resolution, failed turns, and startup errors, while performance and UX improvements enhance the overall user experience.

v4.1.42 features14 fixes
Aug 5, 2026

This release introduces Chutes as a new provider and enhances the slash command menu to show skills alongside workflows. It also brings significant improvements to plan-to-act switching, making it user-driven, and hard-blocks file-editing shell commands in plan mode for better security.

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.

cli-v3.0.506 features9 fixes
Aug 5, 2026

This release introduces user-selectable color themes for the interactive TUI, allowing for a more personalized experience. It also enhances stability by fixing several bugs, including issues with git branch updates, Telegram commands, and connector launch collisions, while improving error handling for model responses and context management.

sdk/sdk/v0.0.7010 features5 fixes
Aug 5, 2026

This release enhances Plan mode by preventing accidental file modifications and improves context window handling with automatic recovery. Sessions now track their origin and use lazy persistence, while empty responses are retried across all providers for greater reliability.

v4.1.3
Aug 2, 2026
cli-v3.0.49
Aug 2, 2026
sdk/sdk/v0.0.68
Aug 1, 2026
cli-v3.0.47
Jul 28, 2026
desktop-v0.0.6
Jul 28, 2026
desktop-v0.0.5
Jul 27, 2026
desktop-v0.0.4
Jul 24, 2026
sdk/sdk/v0.0.65
Jul 19, 2026
cli-v3.0.41
Jul 15, 2026
sdk/sdk/v0.0.61
Jul 15, 2026
cli-v3.0.361 feature2 fixes
Jul 3, 2026

This release significantly improves mode switching reliability, ensuring that when you switch from plan mode to act mode, the full act-mode toolset is immediately available. We also fixed a bug that could cause unapproved plans to start execution due to timing issues with mode toggles.

cli-v3.0.353 features1 fix
Jul 3, 2026

This release enables ClinePass for all CLI users and introduces Tencent TokenHub as a new supported provider. Key fixes include resolving an issue where high-output models truncated the first prompt due to premature compaction.

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.

cli-v3.0.272 features1 fix
Jun 17, 2026

This release introduces enhanced command-line management with the new `cline skill` command for managing skills and a streamlined wizard command for quicker MCP server setup. Error handling has also been improved, particularly for OAuth authorization failures, and the CLI now provides clearer feedback for invalid commands.

cli-v3.0.252 features6 fixes
Jun 17, 2026

This release introduces ClinePass model support and enhanced MCP server integration for plugins. Key improvements include better handling of large file reads and capped tool output to manage context limits, alongside several fixes for patching, command execution, and search tools.

cli-v3.0.242 features2 fixes
Jun 11, 2026

This release introduces the ability for plugin commands to submit prompts to the agent and adds configuration support for overriding the API base URL. Key fixes include resolving issues with truncated tool output and suppressing flickering console windows on Windows.

cli-v3.0.13
May 23, 2026

This release focuses on improving the user experience during session management. We introduced a loading dialog for session resumption and significantly sped up the `/clear` command by optimizing session creation timing.

cli-v3.0.81 feature2 fixes
May 19, 2026

This release focuses on improving configuration diagnostics and fixing critical bugs related to token counting and cloud provider setup. Key changes include persistent user linking in the Telegram connector and ensuring accurate token usage reporting by fixing double-counting issues.

cli-v3.0.32 features3 fixes
May 14, 2026

This release introduces isolated task execution via the new --worktree flag, allowing users to resume experiments in clean environments. Key fixes include resolving issues with dropped macOS screenshots due to Unicode path problems. Additionally, the system prompt has been refined for better guidance on tool usage and verification steps.

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.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.79.03 features3 fixes
Apr 16, 2026

This release introduces significant new capabilities, including support for the Claude Opus 4.7 model and Azure Blob Storage integration. Key fixes address issues with stuck command outputs and a security vulnerability related to action injection. Users will also benefit from improved remote configuration discovery.

v3.76.03 features1 fix
Mar 26, 2026

This release introduces the Cline Kanban launch modal in the webview and sets Kanban as the default launch experience for the CLI. Key improvements include new loop detection to save tokens and a setting to disable feature tips in the chat.

v3.67.05 features7 fixes
Feb 24, 2026

This release introduces significant configuration flexibility by adding support for skills and file-based agent configurations via the new AgentConfigLoader. Key fixes address stability issues, including a reasoning delta crash and compatibility problems with Gemini 3.1 Pro. Users will also benefit from reduced response latency due to websocket preconnection.

v3.65.01 feature3 fixes
Feb 18, 2026

This release introduces the new /skills slash command in the CLI, allowing users to easily view and manage their installed skills. Several critical bugs have been resolved, including issues related to context window management, file writing retries, and the default model selection.

cli-build-024bb65
Feb 12, 2026

This release is an automated CLI build from a specific commit (024bb65). No specific user-facing features, bug fixes, or improvements were detailed in these release notes beyond the build artifact itself.

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.

cli-build-6278382
Feb 8, 2026

This release appears to be a routine build update from a specific commit (6278382). No user-facing features or bug fixes were explicitly detailed in these notes, suggesting it might be a maintenance or internal build.

cli-build-a03642b
Feb 8, 2026

This release is an automated CLI build from a specific commit (a03642b). No user-facing features, bug fixes, or improvements were explicitly detailed in these release notes.

cli-build-b2bfc3d
Feb 8, 2026

This release is an automated CLI build from commit b2bfc3d. No specific user-facing features, fixes, or improvements were detailed in these release notes.

cli-build-6b07e8c
Feb 7, 2026

This release appears to be a routine automated build from a specific commit (6b07e8c). No user-facing features, bug fixes, or improvements were explicitly detailed in these notes.

cli-build-4d455ea
Feb 7, 2026

This release is a direct build from commit 4d455ea. No specific user-facing features, fixes, or improvements were detailed in these release notes, only the installation instructions for this specific build.

v3.49.11 feature5 fixes
Jan 13, 2026

This release focuses primarily on stability and compatibility fixes, addressing issues with model selection, streaming API responses, and improving the search functionality for workflow slash commands. It also introduces a phased rollout for the Responses API usage.

v3.46.03 features4 fixes
Dec 22, 2025

This release introduces the new GLM 4.7 model and the Apply Patch tool for GPT-5+ models. We have significantly enhanced background terminal execution capabilities and resolved several bugs related to model picker navigation and error message duplication.