C

Cline

C
Cline AI v0.0.11

Desktop v0.0.11

Images can now be pasted straight from the clipboard into the composer. Opening a folder that isn't a git repo no longer shows git jargon, and the welcome suggestions now adapt to what's actually in the folder instead of assuming a code project. The folder picker now reports failures instead of doing nothing, and offers a manual path entry as a fallback. Opening an existing session no longer overw…

C
Cline AI v4.1.7

v4.1.7

Added Restore the "View Changes" button on completion rows, backed by SDK checkpoints, so you can review everything a task touched from the completion card. Bring back a copy button on turn-final response rows. Support pre-registered OAuth clients for remote MCP servers, for setups where dynamic client registration isn't available. Changed Fade the "View Changes" button until changes since the las…

C
Cline AI v3.0.52

CLI v3.0.52

Added cline mcp uninstall for removing an installed MCP server Schedules now reuse your saved provider settings instead of needing provider configuration of their own Queued messages are legible on light-theme terminals — they were previously rendered in a color that washed out against a light background MCP tool results render as readable text in the TUI instead of escaped JSON, and binary payloa…

C
Cline AI v0.0.72

SDK v0.0.72

Prompts queued during a turn now survive being interrupted: they are preserved across user-initiated aborts, drained after a turn aborts itself, and edits made to the queue inside the abort window are applied rather than lost. Stopping a session now has consistent full-stop semantics across hosts Session context stays durable across aborts and hub restarts, so an interrupted session resumes with t…

C
Cline AI v0.0.10

Desktop v0.0.10

Remote MCP servers can now authenticate with OAuth from Settings → MCP — authorize a server, see its auth status, and cancel or retry a pending authorization. Servers that require a pre-registered OAuth client (client ID/secret) instead of dynamic registration are now supported, and stored tokens are invalidated when a server's client configuration changes. MCP errors are now shown on the individu…

C
Cline AI v4.1.6

v4.1.6

Added Offer meta/muse-spark-1.2-contributor on the Cline provider, alongside a refreshed model catalog. Fixed Attribute error telemetry to the model actually in use for a run, so failures are no longer reported against the wrong model. Full Changelog: v4.1.5...v4.1.6

C
Cline AI v3.0.51

CLI v3.0.51

Reasoning effort now applies consistently across providers instead of going through per-provider thinking overrides, including Ollama, and asking for reasoning to be off is respected everywhere (from SDK v0.0.71) meta/muse-spark-1.2-contributor is now selectable on the Cline provider, alongside a refreshed model catalog (from SDK v0.0.71) Error telemetry now reports the model that was actually in…

C
Cline AI v0.0.71

SDK v0.0.71

Reasoning settings now resolve portably across AI SDK providers — effort levels and enable/disable flags map to the AI SDK's native reasoning setting (including Ollama), replacing the per-provider thinking overrides, and an explicit request to disable reasoning now takes priority sdk.error telemetry from agent runs is attributed to the model actually in use, and undefined values are stripped from…

C
Cline AI v4.1.5

v4.1.5

Added Explain when a free model promotion ends. Requests to a retired free model now show a dedicated notice with a button to pick another model, instead of a generic error with nothing but a Retry prompt. Changed Map reasoning settings onto a shared path across AI SDK providers, so effort levels and enable/disable toggles behave consistently (including on Ollama) instead of relying on per-provide…

C
Cline AI v4.1.4

v4.1.4

Added Recognize Chutes as a provider. Show skills alongside workflows in the slash command menu, and disambiguate commands that share a name instead of letting one shadow the other. Changed Remove model-initiated plan-to-act switching. Switching out of plan mode is now driven by you, not by the model deciding mid-turn. Hard-block file-editing shell commands in plan mode instead of relying on promp…

C
Cline AI v0.0.9

Desktop v0.0.9

Cline Code now ships as a single universal macOS download that runs natively on both Apple Silicon and Intel — no more picking the right architecture. Existing per-architecture installs migrate to it automatically on their next update. Session history can now be filtered by where a session came from — Desktop, CLI, extension, or scheduled — from a new filter control in the sidebar. The composer no…

C
Cline AI v3.0.50

CLI v3.0.50

Added user-selectable color themes to the interactive TUI. Pick one with /theme, the command palette, or the Theme row in /settings — the picker previews each theme live. Built-in themes are Auto (terminal-adaptive, the default), Cline Dark, Cline Light, Tokyo Night, Gruvbox Dark, Nord, Dracula, Catppuccin Mocha, One Dark, Solarized Dark, and Solarized Light. Named themes paint the background, for…

C
Cline AI v0.0.70

SDK v0.0.70

Plan mode now hard-blocks file-editing shell commands instead of relying on prompting alone — run_commands stays available for read-only investigation, but file-manipulation commands, in-place editors (sed -i, perl -i), redirection to files, mutating git subcommands, package installs, and nested command strings (sh -c, eval, sudo, xargs) are rejected with a tool error, on Windows and PowerShell to…

C
Cline AI v4.1.3

v4.1.3

Fixed Stop the two bundles of the combined rollout package from invalidating each other's Cline account session. A still-open legacy window that refreshed its token after the machine was promoted to the new extension would consume the shared refresh token, producing spurious "Unauthorized" / re-authenticate prompts and unexpected sign-outs. Promoted legacy windows now keep working on their current…

C
Cline AI v0.0.8

Desktop v0.0.8

Edit any earlier message in a conversation — the app forks the session at that point, rewinds the workspace to that run's checkpoint, and re-runs from your edited prompt. Restores are transactional and workspace-atomic, so a failed restore won't leave you half-rewound. Fixed long-running chat turns timing out mid-response. Checkpoints are now created reliably — including after a restart, after com…

C
Cline AI v3.0.49

CLI v3.0.49

/undo works again once the agent has used tools — the checkpoint picker counted tool results as user turns, so restore aborted with "Could not find user message for run N" Checkpoints are actually created again; a run-boundary regression meant none were ever recorded in the CLI (from SDK v0.0.69) Checkpoint restore is now a full workspace rewind: files Cline created during the task come back at th…

C
Cline AI v0.0.69

SDK v0.0.69

Ollama's response-start timeout now defaults to 5 minutes instead of 30 seconds, so large models that cold-load no longer fail before they finish loading — unreachable servers still fail immediately, requests are still cancelable, and an explicit requestTimeoutMs is still honored Ollama turns that come back completely empty (no text, reasoning, or tool call) are now retried at the model boundary i…