Autonomous coding agent as an SDK, IDE extension, or CLI assistant.
Cline CLI v3.0.45 cuts install size by 55%, adds Kimi K3 model, and enriches hub status with version numbers.
$ git clone --branch cli-v3.0.45 https://github.com/cline/cline.git # already have the repo? check out this version: $ git checkout cli-v3.0.45
- ›Hub status output now includes version numbers.
- ›Kimi K3 is now available as a ClinePass model.
- ›Claude Code and Codex providers are now optional and loaded on demand, reducing
npm i -g clineinstall size from ~640MB to ~285MB. - ›Runs now retry once automatically after refreshing expired OAuth credentials.
- ›Team runs: the spawn tool is no longer exposed to teammates, and errored teammate runs now report as failed instead of completed.
1 more release in this issue · 2026-07-19
Cline SDK v0.0.65 adds Kimi K3 to ClinePass fallback, optional provider SDKs, and new @cline/ui agent chat components.
$ git clone --branch sdk/sdk/v0.0.65 https://github.com/cline/cline.git # already have the repo? check out this version: $ git checkout sdk/sdk/v0.0.65
- ›Publishes
@cline/uinpm package with agent chat components and Storybook for embedding Cline chat UI into other applications. - ›Adds Kimi K3 to the bundled ClinePass model fallback list.
- ›Makes Claude Code and Codex provider SDKs optional peer dependencies loaded on demand, dramatically reducing install size.
- ›Team runs no longer expose the spawn tool to teammate agents, tightening the operational surface for multi-agent workflows.
- ›Errored teammate runs in team runs now report as failed instead of completed, giving accurate status signals.