cli-v3.0.45

dimartarmizi/map-to-postercli-v3.0.45Jul 19, 2026by github-actions[bot]

AI Summary

This update reduces installation size by making Claude Code and Codex providers optional, adds Kimi K3 as a model, and improves team run error reporting.

Key Highlights

  • Reduced CLI install size from ~640MB to ~285MB by loading providers on demand.
  • Added Kimi K3 as a ClinePass model.
  • Improved OAuth credential refresh retry logic.
  • Fixed team run error reporting to hide spawn tool and report failures correctly.

New Features

  • Reduced install size significantly
  • Added Kimi K3 model
  • Improved OAuth credential refresh retry

Full Release Notes


- Smaller install: the Claude Code and Codex providers are now optional and loaded on demand, cutting `npm i -g cline` from ~640MB to ~285MB (from SDK v0.0.65)
- Kimi K3 is now available as a ClinePass model (from SDK v0.0.65)
- Runs now retry once after refreshing expired OAuth credentials (from SDK v0.0.65)
- Team runs: the spawn tool is no longer exposed to teammates, and errored teammate runs now report as failed instead of completed (from SDK v0.0.65)
- Hub status output now includes version numbers
- Updated the bundled model catalog (from SDK v0.0.65)

**Full Changelog**: https://github.com/cline/cline/compare/cli-v3.0.44...cli-v3.0.45