Change8

cli-v3.0.9

Cline
1 feature2 fixes4 improvementsagenttools

Summary

This release focuses heavily on performance and stability improvements, including faster CLI startup and configuration toggles. Key user experience updates include restoring fuzzy ranking for file mentions and ensuring interactive sessions remain active after task cancellation. Additionally, prompts starting with a dash are now correctly accepted.

New Features

  • Enabled accepting dash-prefixed prompts when passed after --, preventing prompts starting with - from being parsed as flags.

Bug Fixes

  • Fixed runtime host crash that occurred after a cancel operation hit an error during hub abort cleanup.
  • Fixed GLM thinking not behaving correctly through the gateway by routing it through provider metadata.

Improvements

  • Improved CLI startup speed by loading sandboxed plugins concurrently and caching plugin tool descriptors.
  • Accelerated plugin and tool configuration toggles by updating the TUI optimistically and persisting changes without a full config reload.
  • Restored fuzzy ranking for the @-mention file picker to ensure the most relevant files are displayed first.
  • Kept the interactive CLI session alive after cancelling a task instead of tearing it down.

Related Documentation

Cline Documentation