#0001
`Cline CLI` `v3.0.9` speeds up plugin startup and config toggles
50radar
ClineCoding agent CLI — plugin-based automation support
Plugin-heavy CLI sessions start faster. Optimistic TUI updates and cached tool descriptors reduce friction, worth updating if Cline CLI is in daily use.
- Sandboxed plugins now load concurrently, with tool descriptors cached per plugin, provider, and model. Startup latency should drop most in plugin-heavy setups.
- Plugin and tool config toggles update the TUI optimistically and persist without full config reloads. Less waiting while switching tools on and off.
- The
@mention file picker restores fuzzy ranking, so relevant files surface first again. Small fix, but it cuts prompt setup friction. - Cancelled tasks no longer tear down the interactive session, and abort cleanup failures no longer crash the runtime host.
Source: github.com/cline/cline/releases/tag/cli-v3.0.9Read original →