cli-v3.0.30
ClineSummary
This release introduces support for the SAP AI Core provider and adds a helpful token count display to the status bar. Several key improvements were made to model handling, including better caching for OpenRouter and routing fixes for LiteLLM, alongside general stability enhancements.
New Features
- Added support for the SAP AI Core provider.
- Enabled token count display in the status bar, shown next to the cost.
Bug Fixes
- Fixed an "ERROR: EMPTY CONTENT" message that could appear during errors.
- Resolved a packaging issue (createRequire) that could cause the CLI to break at runtime.
Improvements
- 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, preventing unrelated models from appearing in the LiteLLM list.
- Updated ClinePass models live, restored ClinePass models in onboarding, and improved ClinePass error messages.
- Threaded proxy/CA-aware networking into the inference path for more robust connections.
- Persisted Bedrock settings to providers.json.
- Normalized JSON-like tool inputs by schema for more reliable tool calls.
- Added organization-specific error messages for better context.