Releases: cline/cline
Releases · cline/cline
CLI v3.0.3
- Add
--worktreeflag that auto-creates a fresh git worktree under~/.cline/worktrees/and runs the task there. Works with--taskIdand--continueso 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 nonefor 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
Fixed
- Show a clear "Searching..." state in the @-mention file picker
- Improve @-mention file search performance
- Allow
write_to_fileto 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.mdwhen 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
- Fix token count display showing inflated numbers in the TUI.
Full Changelog: cli-v3.0.1...cli-v3.0.2
CLI v3.0.1
- 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
Introducing our new Cline CLI built on our new SDK and comes with a snappy new TUI.
Install:
npm install -g clineFor nightly builds:
npm install -g cline@nightlyv3.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: v2.17.0-cli...v3.82.0
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: v2.16.0-cli...v3.81.0
v3.80.0
Added
- Wire up remote
globalSkillsfrom enterprise remote config with full UI, toggle support, and system prompt integration — enterprise-managed skills now appear under a dedicated "Enterprise Skills" section and supportalwaysEnabledenforcement - 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=8192for 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
axiosto 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
Added
- Add Claude Opus 4.7 model support
- Add Azure Blob Storage as a storage provider
- Add
globalSkillsto remote config - Inline value reuse in user-level remote-config discovery
Fixed
- Fix cache reflection for Cline and Vercel API handlers
- Fix stuck
command_outputask when terminal command ends unexpectedly - Add
use_subagentsto 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
Added
- Add a dedicated "Spend Limit Reached" error UI when spend caps are hit
- Docs updates
Fixed
- Show actual
read_fileline ranges in chat UI
Full Changelog: v2.13.0-cli...v3.78.0