Autonomous coding agent as an SDK, IDE extension, or CLI assistant.
Cline CLI v3.32.6 adds config get/set/list commands, an auth wizard, and auto-retry for failed API requests.
$ git clone --branch v3.32.6-cli https://github.com/cline/cline.git # already have the repo? check out this version: $ git checkout v3.32.6-cli
$ cline config list - ›Adds
cline config setcommand to set configuration values and secrets from the CLI. - ›Adds
cline config getcommand to retrieve individual configuration values. - ›Adds
cline config listcommand to display all current configuration in kebab-case format. - ›Adds
--configcommand-line argument to specify a config file path at invocation. - ›Introduces an interactive CLI Auth Wizard for guided authentication setup.
+4 moreshow less
- ›Adds auto-retry with exponential backoff for failed API requests.
- ›Adds hooks feature flag support.
- ›Expands CLI tool rendering to include web fetch, list definitions, search, and additional tools.
- ›Standalone CLI installation support with bundled Node.js v22.15.0 — no separate runtime required.