Cline agent
ComponentUpdates related to the agent component of Cline.
All AGENT Features
- Added support for skills and optional modelId in subagent configuration(v3.67.0)
- Introduced AgentConfigLoader for loading agent configurations from files(v3.67.0)
- Enabled Responses API support for the OpenAI native provider(v3.67.0)
- Added /q command to quit the Command Line Interface (CLI)(v3.67.0)
- Added dynamic flag to adjust banner cache duration(v3.67.0)
- Introduced native `use_subagents` tool to replace legacy subagents.(v3.58.0)
- Enabled support for bundling `endpoints.json` so packaged distributions can ship required endpoints.(v3.58.0)
- Added support for parallel tool calling with Amazon Bedrock.(v3.58.0)
- Introduced a new experimental "double-check completion" feature to verify work before marking tasks complete.(v3.58.0)
- Added new task controls/flags to the CLI, including custom `--thinking` token budget and `--max-consecutive-mistakes` for yolo runs.(v3.58.0)
- Added new UI/options (including connection/test buttons) and support for syncing deletion of remotely configured MCP servers via remote config.(v3.58.0)
- Enabled 1M context model options for Claude Opus 4.6 in Vertex / Claude Code.(v3.58.0)
- Added support for ZAI/GLM: GLM-5.(v3.58.0)
- Introduced Cline CLI 2.0, installable via `npm install -g cline`(v3.57.0)
- Enabled access to Anthropic Opus 4.6 model(v3.57.0)
- Enabled access to Minimax-2.1 and Kimi-k2.5 models for a limited-time free promotion(v3.57.0)
- Enabled access to Codex-5.3 model for ChatGPT subscribers(v3.57.0)
- Added the Skills system for defining and using reusable, on-demand agent instructions.(v3.48.0)
- Introduced new websearch tooling within the Cline provider.(v3.48.0)
- Enabled support for the zai-glm-4.7 model in the Cerebras model list.(v3.48.0)
- Improved model refresh and reasoning support when interacting with the Vercel AI Gateway.(v3.48.0)
All AGENT Bug Fixes
- Fixed a crash related to reasoning delta when processing usage-only stream chunks(v3.67.0)
- Corrected an issue where OpenAI tool ID transformation was incorrectly restricted to the native provider only(v3.67.0)
- Fixed authentication check failure when operating in ACP mode(v3.67.0)
- Resolved an issue where the CLI yolo setting was being incorrectly persisted to disk(v3.67.0)
- Fixed the inline focus-chain slider to correctly operate within its feature row(v3.67.0)
- Ensured compatibility with Gemini 3.1 Pro(v3.67.0)
- Corrected authentication issues when using the Cline CLI with the ACP flag(v3.67.0)
- Fixed CLI to correctly handle stdin redirection in CI/headless environments.(v3.58.0)
- Fixed CLI to preserve OAuth callback paths during auth redirects.(v3.58.0)
- Fixed OAuth callback reliability in VS Code Web by generating callback URLs via `vscode.env.asExternalUri`.(v3.58.0)
- Fixed Terminal to surface command exit codes in results and improved long-running `execute_command` timeout behavior.(v3.58.0)
- Fixed UI rendering by adding a loading indicator and fixing `api_req_started` rendering.(v3.58.0)
- Prevented duplicate streamed text rows after task completion during task streaming.(v3.58.0)
- Fixed API to preserve the selected Vercel model when model metadata is missing.(v3.58.0)
- Ensured telemetry flushes on shutdown and routed PostHog networking through proxy-aware shared fetch.(v3.58.0)
- Increased Windows E2E test timeout to reduce flakiness in CI.(v3.58.0)
- Fixed issue where the read file tool failed to support reading large files(v3.57.0)
- Resolved crash occurring when entering decimal input in OpenAI Compatible price fields (#8129)(v3.57.0)
- Corrected build complete handlers when updating the API configuration(v3.57.0)
- Fixed missing provider from the model list(v3.57.0)
- Fixed issue where the Favorite Icon/Star was getting clipped in the task history view(v3.57.0)
- Fixed an extension crash that occurred when using the context menu selector.(v3.48.0)
- Reverted a previous change (#8341) that caused regressions in the diff view and document truncation.(v3.48.0)
Releases with AGENT Changes
v3.67.05 features7 fixesThis release introduces significant configuration flexibility by adding support for skills and file-based agent configurations via the new AgentConfigLoader. Key fixes address stability issues, including a reasoning delta crash and compatibility problems with Gemini 3.1 Pro. Users will also benefit from reduced response latency due to websocket preconnection.
v3.58.08 features9 fixesThis release introduces significant new capabilities, including native subagent support, parallel tool calling for Amazon Bedrock, and an experimental double-check feature for task verification. Several critical bugs were fixed across the CLI, VS Code Web, and Terminal, alongside UX improvements like moving reasoning effort into model settings.
v3.57.04 features5 fixesThis release introduces Cline CLI 2.0 and expands model availability, adding Anthropic Opus 4.6, Minimax-2.1, Kimi-k2.5, and Codex-5.3. Several critical bugs were fixed, including issues with reading large files and crashes in price input fields, alongside a UX change making skills permanently enabled.
v3.48.04 features2 fixesThis release introduces the powerful new Skills system for creating reusable agent instructions and adds new websearch tooling to the Cline provider. We also addressed a critical bug causing extension crashes when using the context menu selector and reverted a recent change that introduced regressions in the diff view.