Skip to content

Releases: cline/cline

CLI v3.0.3

14 May 23:09

Choose a tag to compare

  • Add --worktree flag that auto-creates a fresh git worktree under ~/.cline/worktrees/ and runs the task there. Works with --taskId and --continue so you can resume a task in an isolated worktree to try a different approach.
  • Show session status in the CLI history view and refresh status rows in place while the standalone history TUI is open.
  • Restore the OpenAI compatible provider in the auth flow and preserve stored model metadata when configuring or migrating OpenAI-compatible providers.
  • Fix dropped macOS screenshots when pasting them into the TUI or asking the agent to read them: paths containing U+202F (narrow no-break space) and other Unicode variants now resolve to the real file instead of failing with ENOENT.
  • Accept bearer token auth for AWS Bedrock and map AWS profiles correctly when configuring the Bedrock gateway.
  • Honor --thinking none for Ollama models that ship with reasoning enabled by default.
  • Recover from detached hub event errors instead of crashing the session.
  • Refine the shared system prompt with clearer guidance on tool output formatting, unsupported file reads, long-running shell commands, and final verification before completing a task.
    Full Changelog: cli-v3.0.2...cli-v3.0.3

v3.83.0

13 May 17:25
80783b6

Choose a tag to compare

Fixed

  • Show a clear "Searching..." state in the @-mention file picker
  • Improve @-mention file search performance
  • Allow write_to_file to create or overwrite files with empty content.
  • Fix validation failures for MCP servers that require an object.
  • Enable OpenRouter prompt cache control for Qwen models.
  • Update Axios and SAP Connectivity dependencies

Changed

  • Use the VS Code-specific README.marketplace.md when packaging and publishing the VS Code extension
  • Add telemetry to @-mention search to help diagnose local, remote, and multi-root workspace search behavior.

Full Changelog: cli-v3.0.2...v3.83.0

CLI v3.0.2

13 May 16:27

Choose a tag to compare

CLI v3.0.1

13 May 15:35
a88b847

Choose a tag to compare

  • Fix CLI release cleanup scripts so they work correctly on Windows.
  • Fix the kanban migration notice wording in the TUI.
    Full Changelog: cli-v3.0.0...cli-v3.0.1

CLI v3.0.0

12 May 22:29
2e173d5

Choose a tag to compare

Introducing our new Cline CLI built on our new SDK and comes with a snappy new TUI.

Install:

npm install -g cline

For nightly builds:

npm install -g cline@nightly

v3.82.0

01 May 16:53
86f4634

Choose a tag to compare

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: v2.17.0-cli...v3.82.0

v3.81.0

24 Apr 15:53
07593bb

Choose a tag to compare

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: v2.16.0-cli...v3.81.0

v3.80.0

22 Apr 18:38
9dea336

Choose a tag to compare

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 are hit

Fixed

  • Fix OOM crashes during long conversations by setting --max-old-space-size=8192 for the cline-core Node.js process (was defaulting to ~2 GB)
  • Show detailed error information in the chat error row instead of a generic caught error message
  • Update axios to 1.15.0 across all packages

Changed

  • Remove foreground terminal mode — all task command execution now defaults to background mode, removing the VS Code integrated terminal dependency and related settings UI
  • Remove old hardcoded announcement banners

Full Changelog: v2.15.0-cli...v3.80.0

v3.79.0

16 Apr 20:16
9405419

Choose a tag to compare

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 Changelog: v2.14.0-cli...v3.79.0

v3.78.0

10 Apr 20:40
71d795e

Choose a tag to compare

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: v2.13.0-cli...v3.78.0