C

Cline

C
Cline AI v0.0.68

SDK v0.0.68

Provider errors forwarded through the Vercel AI Gateway now surface the real upstream message (e.g. "This model's maximum context length is 40960 tokens...") instead of a raw Zod issue dump, and opaque object errors no longer render as [object Object] fetchClineRecommendedModels now returns display-ready model names, resolved through the model catalog (including Vercel and OpenRouter id aliases) u…

C
Cline AI v4.1.2

v4.1.2

Added Show which extension variant is active — "Legacy" or "Next" — next to the version in the settings About page, in both bundles of the combined rollout package. Full Changelog: v4.1.1...v4.1.2

C
Cline AI v4.1.1

v4.1.1

Changed Remove vestigial MCP server-key machinery from McpHub — native MCP tool calls now route by server name instead of a random in-memory uid, so routing survives restarts and server list changes. Full Changelog: v4.1.0...v4.1.1

C
Cline AI v4.1.0

v4.1.0

What's in 4.1.0 4.1.0 converts the stable extension to a combined A/B package: one VSIX containing both the current (legacy) extension and the new SDK-based extension, plus a small loader that activates exactly one per window, controlled by a staged remote rollout. For nearly everyone, nothing changes — the loader activates the same extension you were running in 4.0.12. A small percentage of users…

C
Cline AI v3.0.48

CLI v3.0.48

cline history now opens inside the existing TUI, with resume and delete actions, instead of rendering a second view in the same process Connector threads (Slack, Discord, Telegram, Linear, Google Chat, WhatsApp) now recover when the session they were bound to is gone — the stale binding is dropped and the turn replays against a new session, instead of failing with "session not found" until threads…

C
Cline AI v0.0.67

SDK v0.0.67

Reasoning controls (effort, budget, on/off) are now driven by the models.dev catalog and normalized once before provider encoding, so requests match what each provider actually advertises; Anthropic's mandatory and impossible thinking modes are handled explicitly, and out-of-range budgets are clamped OpenRouter now defaults to anthropic/claude-sonnet-5 The per-server timeout in cline_mcp_settings.…

C
Cline AI v0.0.7

Desktop v0.0.7

New system tray icon showing app status and how many agent sessions are currently running. Session history is now paginated in ten-session pages, fetching older history only when you reach the end. You can favorite sessions, and sessions are now ordered by most recent activity with consistent status dot colors across views. Subagent and teammate runs from a session now show up in the app with thei…

C
Cline AI v4.0.12

v4.0.12

Added Add support for free Cline models, shown as "(free)" in the model picker, with a dedicated error card that includes the reset time when the free limit is reached. Fixed Keep Claude Code responses that were already streamed when the CLI exits with a max-turns error, instead of discarding a valid response. Full Changelog: v4.0.11...v4.0.12

C
Cline AI v3.0.47

CLI v3.0.47

Free Cline models are now supported end to end: free models show as "(free)", and hitting the free limit renders a dedicated card with the reset time (from SDK v0.0.66) /settings general toggles (plan/act mode, tool auto-approve, compaction mode) now persist across restarts Upgraded the TUI stack from opentui 0.1.102 to 0.4.3 Fixed a grey panel left behind on screen after closing a dialog (model p…

C
Cline AI v0.0.66

SDK v0.0.66

Support for free Cline models (cline-free): free models are labeled "(free)", priced at zero, and hitting the free tier now raises a dedicated limit error that includes the reset time Agentic compaction is now the default context-compaction strategy Fixed agentic compaction silently falling back to basic compaction on OpenAI Compatible providers (the summarizer built its handler without a base URL…

C
Cline AI v0.0.6

Desktop v0.0.6

Queued messages now appear in a collapsible list above the composer with a count — expand it to edit, send-now, or delete individual queued turns. New sidebar update indicator: once an update has been downloaded, an accent-colored icon stays in the sidebar showing the new version with a one-click restart, so the update is still reachable after you dismiss the toast (and restart failures are now su…