Autonomous coding agent as an SDK, IDE extension, or CLI assistant.
Cline v3.26.1 adds Vercel AI Gateway, Groq prompt caching, SAP deployed models, and next-gen context management.
$ git clone --branch v3.26.1 https://github.com/cline/cline.git # already have the repo? check out this version: $ git checkout v3.26.1
- ›Adds Vercel AI Gateway as a new provider.
- ›Supports prompt caching on Groq to reduce latency and cost on repeated context.
- ›Shows SAP AI Core deployed models alongside SAP provider's built-in supported models.
- ›Introduces next-gen context management method switch for improved long-context handling.
- ›Adds
task_progressparameter to the summarize task tool call.
+6 moreshow less
- ›Adds telemetry tracking for rules and workflow usage.
- ›Adds telemetry tracking for MCP tool usage.
- ›Enables strict plan mode by default.
- ›Adds RPC to the host bridge to reveal a directory in the IDE file explorer.
- ›Adds
openSettingsRPC and VS Code host bridge support. - ›Adds workspace file/folder search via host bridge mentions.
- !The default for strict plan mode is now enabled; existing setups that relied on it being disabled will now run in strict plan mode unless explicitly toggled off.