cli-v3.0.24

snail007/goproxycli-v3.0.24Jun 11, 2026by github-actions[bot]

AI Summary

This update introduces the ability for plugin commands to submit prompts to agents and supports overriding API base URLs. It also enhances the user experience by automatically opening verification URLs and fixes console window flickering and tool output truncation issues on Windows.

Key Highlights

  • Plugins can now submit prompts to agents
  • Added support for overriding the API base URL
  • Automatic opening of verification URLs during device authentication
  • Fixed truncation of oversized tool operation result strings

New Features

  • Plugin prompt submission to agents
  • API base URL override
  • Automatic verification URL opening
  • Configured agents as subagent tools

Full Release Notes


- Plugin commands can now submit prompts to the agent
- Added support for overriding the API base URL
- Open the verification URL automatically when starting device authentication
- Enforced a single shared Cline Hub, so a stale hub is respawned after an upgrade
- Suppressed flickering console windows on Windows
- Fixed truncation of structured tool operation result strings so oversized tool output stays within limits
- Stopped echoing the full command text in run_commands tool results

**Full Changelog**: https://github.com/cline/cline/compare/cli-v3.0.23...cli-v3.0.24