cli-v3.0.30

cline/clinecli-v3.0.30Jun 26, 2026by github-actions[bot]

AI Summary

This release adds a token count to the status bar, introduces SAP AI Core provider support, and improves OpenRouter prompt caching. It also routes LiteLLM model fetches through the SDK and fixes various errors and packaging issues.

Key Highlights

  • Added token count to the status bar alongside cost
  • Added SAP AI Core provider support
  • Improved OpenRouter prompt caching and preserved reasoning-disable behavior
  • Routed LiteLLM model fetches through the SDK
  • Fixed 'ERROR: EMPTY CONTENT' message and packaging issues

New Features

  • Token count display in status bar
  • Organization-specific error messages
  • SAP AI Core provider support
  • Refreshed model catalog with latest provider models
  • ClinePass models live updates and improved onboarding
  • Proxy/CA-aware networking threaded into inference path
  • Persisted Bedrock settings to providers.json
  • Normalized JSON-like tool inputs by schema

Full Release Notes


- Added a token count to the status bar, shown alongside cost
- Added organization-specific error messages
- Added SAP AI Core provider support
- Refreshed the model catalog with the latest provider models
- Preserved OpenRouter reasoning-disable behavior and improved OpenRouter prompt caching
- Routed LiteLLM model fetches through the SDK and stopped unrelated models from appearing in the LiteLLM model list
- Updated ClinePass models live, restored ClinePass models in onboarding, and improved ClinePass error messages
- Threaded proxy/CA-aware networking into the inference path
- Persisted Bedrock settings to providers.json
- Normalized JSON-like tool inputs by schema for more reliable tool calls
- Fixed an "ERROR: EMPTY CONTENT" message that could appear when an error occurred
- Fixed a packaging issue (createRequire) that could break the CLI at runtime

**Full Changelog**: https://github.com/cline/cline/compare/cli-v3.0.29...cli-v3.0.30