Compare commits

...
10 changed files with 221 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
---
title: "v3.56.1"
date: "2026-01-30"
description: "CLI auth support, Kimi-K2.5 model, OpenTelemetry improvements, and settings refresh"
---
## Added
- **CLI authentication**: Added Vercel AI Gateway and Cline API key provider support for headless CI/automation workflows
- **New model**: Added Kimi-K2.5 model to Moonshot provider (262K context, image support, prompt caching)
- **Prompt variant**: Added Trinity Large prompt variant for improved tool-calling support
- **OpenTelemetry**: Added support for custom headers on metrics and logs endpoints
- **Social links**: Added community icons (X, Discord, GitHub, Reddit, LinkedIn) to the What's New modal
## Fixed
- **LiteLLM**: Fixed thinking configuration not appearing for reasoning-capable models
- **OpenTelemetry**: Fixed endpoint path handling (no longer incorrectly appends `/v1/logs` or `/v1/metrics`) and ensured logs are sent regardless of VS Code telemetry settings
- **CLI auth**: Fixed `cline auth` displaying incorrect provider information after configuration
## Changed
- **Hooks**: Hook scripts now run from the workspace repository root instead of filesystem root
- **Default settings**: Enabled multi-root workspaces, parallel tool calling, and skills by default; disabled strict plan mode by default
- **Settings UI**: Refreshed feature settings section with collapsible design
**Full Changelog**: [v3.56.0...v3.56.1](https://github.com/cline/cline/compare/v3.56.0...v3.56.1)
+27
View File
@@ -0,0 +1,27 @@
---
title: "v3.56.2"
date: "2026-01-30"
description: "CLI auth improvements, new models, OpenTelemetry fixes, and settings refresh"
---
## Added
- **CLI authentication**: Added Vercel AI Gateway and Cline API key provider support for headless CI/automation workflows
- **New model**: Added Kimi-K2.5 model to Moonshot provider (262K context, image support, prompt caching)
- **Prompt variant**: Added Trinity Large prompt variant for improved tool-calling support
- **OpenTelemetry**: Added support for custom headers on metrics and logs endpoints
- **Social links**: Added community icons (X, Discord, GitHub, Reddit, LinkedIn) to the What's New modal
## Fixed
- **LiteLLM**: Fixed thinking configuration not appearing for reasoning-capable models
- **OpenTelemetry**: Fixed endpoint path handling (no longer incorrectly appends `/v1/logs` or `/v1/metrics`) and ensured logs are sent regardless of VS Code telemetry settings
- **CLI auth**: Fixed `cline auth` displaying incorrect provider information after configuration
## Changed
- **Hooks**: Hook scripts now run from the workspace repository root instead of filesystem root
- **Default settings**: Enabled multi-root workspaces, parallel tool calling, and skills by default; disabled strict plan mode by default
- **Settings UI**: Refreshed feature settings section with collapsible design
**Full Changelog**: [v3.56.1...v3.56.2](https://github.com/cline/cline/compare/v3.56.1...v3.56.2)
+26
View File
@@ -0,0 +1,26 @@
---
title: "v3.57.0"
date: "2026-02-05"
description: "Cline CLI 2.0, Anthropic Opus 4.6, new model promos, and bug fixes"
---
## Added
- **Cline CLI 2.0** now available — install with `npm install -g cline`
- **Anthropic Opus 4.6**
- **Minimax-2.1** and **Kimi-k2.5** now available for free for a limited time promo
- **Codex-5.3** through ChatGPT subscription
## Fixed
- Fix read file tool to support reading large files
- Fix decimal input crash in OpenAI Compatible price fields
- Fix build complete handlers when updating the API config
- Fixed missing provider from list
- Fixed Favorite Icon / Star from getting clipped in the task history view
## Changed
- Make skills always enabled and remove feature toggle setting
**Full Changelog**: [v3.56.2...v3.57.0](https://github.com/cline/cline/compare/v2.0.5-cli...v3.57.0)
+11
View File
@@ -0,0 +1,11 @@
---
title: "v3.57.1"
date: "2026-02-05"
description: "Opus 4.6 fix for Bedrock provider"
---
## Fixed
- Fixed Opus 4.6 for Bedrock provider
**Full Changelog**: [v3.57.0...v3.57.1](https://github.com/cline/cline/compare/v3.57.0...v3.57.1)
+38
View File
@@ -0,0 +1,38 @@
---
title: "v3.58.0"
date: "2026-02-12"
description: "Native subagents, double-check completion, CLI improvements, and more"
---
## Added
- **Subagent**: Replace legacy subagents with the native `use_subagents` tool
- Bundle `endpoints.json` support so packaged distributions can ship required endpoints out-of-the-box
- **Amazon Bedrock**: Support parallel tool calling
- New "double-check completion" experimental feature to verify work before marking tasks complete
- **CLI**: New task controls/flags including custom `--thinking` token budget and `--max-consecutive-mistakes` for yolo runs
- **Remote config**: New UI/options (including connection/test buttons) and support for syncing deletion of remotely configured MCP servers
- **Vertex / Claude Code**: Add 1M context model options for Claude Opus 4.6
- **ZAI/GLM**: Add GLM-5
## Fixed
- **CLI**: Handle stdin redirection correctly in CI/headless environments
- **CLI**: Preserve OAuth callback paths during auth redirects
- **VS Code Web**: Generate auth callback URLs via `vscode.env.asExternalUri` (OAuth callback reliability)
- **Terminal**: Surface command exit codes in results and improve long-running `execute_command` timeout behavior
- **UI**: Add loading indicator and fix `api_req_started` rendering
- **Task streaming**: Prevent duplicate streamed text rows after completion
- **API**: Preserve selected Vercel model when model metadata is missing
- **Telemetry**: Route PostHog networking through proxy-aware shared fetch and ensure telemetry flushes on shutdown
- **CI**: Increase Windows E2E test timeout to reduce flakiness
## Changed
- **Settings/model UX**: Move "reasoning effort" into model configuration and expose it in settings
- **CLI provider selection**: Limit provider list to those remotely configured
- **UI**: Consolidate ViewHeader component/styling across views
- **Tools**: Add auto-approval support for `attempt_completion` commands
- Remotely configured MCP server schema now supports custom headers
**Full Changelog**: [v3.57.1...v3.58.0](https://github.com/cline/cline/compare/cli-build-6278382...v3.58.0)
+15
View File
@@ -0,0 +1,15 @@
---
title: "v3.59.0"
date: "2026-02-12"
description: "Minimax 2.5 Free Promo and OpenAI Responses API fix"
---
## Added
- Minimax 2.5 Free Promo
## Fixed
- Fixed response chaining for OpenAI's Responses API
**Full Changelog**: [v3.58.0...v3.59.0](https://github.com/cline/cline/compare/cli-build-024bb65...v3.59.0)
+11
View File
@@ -0,0 +1,11 @@
---
title: "v3.60.0"
date: "2026-02-13"
description: "Minimax model family fixes"
---
## Fixed
- Fixes for Minimax model family
**Full Changelog**: [v3.59.0...v3.60.0](https://github.com/cline/cline/compare/v2.2.1-cli...v3.60.0)
+11
View File
@@ -0,0 +1,11 @@
---
title: "v3.61.0"
date: "2026-02-13"
description: "UI/UX fixes for Minimax model family"
---
## Fixed
- UI/UX fixes with Minimax model family
**Full Changelog**: [v3.60.0...v3.61.0](https://github.com/cline/cline/compare/v2.2.2-cli...v3.61.0)
+12
View File
@@ -0,0 +1,12 @@
---
title: "v3.62.0"
date: "2026-02-13"
description: "Security fixes and banner display improvements"
---
## Fixed
- Banners now display immediately when opening the extension instead of requiring user interaction first
- Resolved 17 security vulnerabilities including high-severity DoS issues in dependencies (body-parser, axios, qs, tar, and others)
**Full Changelog**: [v3.61.0...v3.62.0](https://github.com/cline/cline/compare/v3.61.0...v3.62.0)
+43
View File
@@ -301,6 +301,41 @@
}
]
},
{
"tab": "Changelog",
"icon": "clock-rotate-left",
"groups": [
{
"group": "February 13, 2026",
"pages": [
"changelog/v3.62.0",
"changelog/v3.61.0",
"changelog/v3.60.0"
]
},
{
"group": "February 12, 2026",
"pages": [
"changelog/v3.59.0",
"changelog/v3.58.0"
]
},
{
"group": "February 5, 2026",
"pages": [
"changelog/v3.57.1",
"changelog/v3.57.0"
]
},
{
"group": "January 30, 2026",
"pages": [
"changelog/v3.56.2",
"changelog/v3.56.1"
]
}
]
},
{
"tab": "Learn",
"icon": "graduation-cap",
@@ -606,8 +641,16 @@
{
"source": "/features/skills",
"destination": "/customization/skills"
},
{
"source": "/changelog",
"destination": "/changelog/v3.62.0"
}
],
"changelog": {
"title": "Changelog",
"description": "Latest updates and improvements to Cline"
},
"search": {
"prompt": "Search Cline documentation..."
}