Change8

cli-v3.0.3

Cline
2 features3 fixes3 improvementsagentterminaltools

Summary

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.

New Features

  • 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.
  • Enabled bearer token authentication for AWS Bedrock and improved AWS profile mapping during Bedrock gateway configuration.

Bug Fixes

  • Fixed dropped macOS screenshots when pasting or reading them by correctly resolving paths containing Unicode variants like U+202F (narrow no-break space).
  • Resolved a crash that occurred when encountering detached hub event errors during a session.
  • Ensured that Ollama models with reasoning enabled by default now correctly honor the --thinking none flag.

Improvements

  • The CLI history view now displays session status and refreshes status rows in place when the standalone history TUI is open.
  • Restored the OpenAI compatible provider in the authentication flow and ensured stored model metadata is preserved during configuration or migration of OpenAI-compatible providers.
  • Refined the shared system prompt to provide clearer guidance on tool output formatting, handling unsupported file reads, managing long-running shell commands, and final verification steps.

Related Documentation

Cline Documentation

Cline cli-v3.0.3 - What's New - Change8