Cline

持续追踪核心框架、最新模型规格与重要系统接口的更新迭代轨迹。

3.86.0

[3.86.0]

### Added - Add Claude Opus 4.8 provider support, including 1M-context variants where available. - Add Moonshot Kimi K2.6 model support. ### Fixed - Show prompt-cache support for Qwen 3.7 Max in the Cline provider. - Fix the VS Code nightly publish workflow startup permissions. ### Changed - Move the VS Code extension project into `apps/vscode`.

3.85.0

[3.85.0]

### Added - Add GPT-5.5 support to SAP AI Core. - Add DeepSeek V4 Flash and Pro models. - Add Gemini 3.5 Flash to Gemini and Vertex providers. - Add `/lg-task` URI webhook integration for LG dashboard flows. ### Fixed - Fix Vertex AI global endpoint handling for Claude models. - Route Poolside Laguna models through next-gen prompts and native tool calling. ### Changed - Update `diff` and `protobufjs` dependencies.

3.84.0

[3.84.0]

### Added - Add SAP AI Core support for additional hosted models ### Fixed - Disable the MCP "Restart Server" button when a server is toggled off. ### Changed - Remove the Cline Kanban launch modal and bundled demo media from the VS Code extension startup flow.

3.83.0

[3.83.0]

### Fixed - Show a clear "Searching..." state in the @-mention file picker - Improve @-mention file search performance - Allow `write_to_file` to create or overwrite files with empty content. - Fix validation failures for MCP servers that require an object. - Enable OpenRouter prompt cache control for Qwen models. - Update Axios and SAP Connectivity dependencies ### Changed - Use the VS Code-specific `README.marketplace.md` when packaging and publishing the VS Code extension - Add telemetry to @-mention search to help diagnose local, remote, and multi-root workspace search behavior.

3.82.0

[3.82.0]

### Added - Restore VS Code foreground terminal support and settings. - Add latest OpenAI, SAP AI Core, and Z AI models. ### Fixed - Fix hook template JSON escaping. - Improve ripgrep file search error handling. ### Changed - Remove hardcoded model lists from docs.

3.81.0

[3.81.0]

### Added - Add GPT-5.5 model support for OpenAI Codex subscription users. ### Fixed - Remove hardcoded "What’s New" fallback items in webview; only remote-configured welcome banners are shown. ### Changed - Improve cline-core memory diagnostics used by the extension runtime: - enable near-heap-limit heap snapshots - add periodic memory usage logging - log discovered heap snapshots on abnormal exits for easier OOM debugging

3.80.0

[3.80.0]

### Added - Wire up remote `globalSkills` from enterprise remote config with full UI, toggle support, and system prompt integration — enterprise-managed skills now appear under a dedicated "Enterprise Skills" section and support `alwaysEnabled` enforcement - Onboarding flow now uses dynamically fetched recommended models instead of a hardcoded list, with a fallback to the welcome view on failure - Add dedicated "Quota Exceeded" error message in the chat error UI when Cline account spend caps are hit ### Fixed - Fix OOM crashes during long conversations by setting `--max-old-space-size=8192` fo...

3.79.0

[3.79.0]

### Added - Add Claude Opus 4.7 model support - Add Azure Blob Storage as a storage provider - Add `globalSkills` to remote config - Inline value reuse in user-level remote-config discovery ### Fixed - Fix cache reflection for Cline and Vercel API handlers - Fix stuck `command_output` ask when terminal command ends unexpectedly - Add `use_subagents` to system prompt for GLM, Hermes, and XS models - Fix action injection security risk ### Changed - Remove deprecated evals tool

3.78.0

[3.78.0]

### Added - Add a dedicated "Spend Limit Reached" error UI when spend caps are hit - Docs updates ### Fixed - Show actual `read_file` line ranges in chat UI

3.73.0

[3.73.0]

### Added - Added W&B Inference by CoreWeave as a new API provider with 17 models - Improved parallel tool calling support for OpenRouter and Cline providers ### Fixed - Claude Code Provider: handle rate limit events, empty content arrays, error results, and unknown content types without crashing - Tool handlers (`read_file`, `list_files`, `list_code_definition_names`, `search_files`) now return graceful errors instead of crashing

3.74.0

[3.74.0]

### Added - Implement dynamic free model detection for Cline API - Add file read deduplication cache to prevent repeated reads - Add feature tips tooltip during thinking state ### Fixed - Replace error message when not logged in to Cline - Align ClineRulesToggleModal padding with ServersToggleModal - Skip WebP for GLM and Devstral models running through llama.cpp - Respect user-configured context window in LiteLLM getModel() - Honor explicit model IDs outside static catalog in W&B provider - Add missing Fireworks serverless models and pricing

3.75.0

[3.75.0]

### Added - Latency improvements for remote workspaces ### Fixed - Stabilize flaky hooks tests ### Changed - Remove example hooks in favor of reading the docs

3.76.0

[3.76.0]

### Added - Add Cline Kanban launch modal in webview; CLI now launches Kanban by default with a migration view - Add toggle to disable feature tips in chat - Add repeated tool call loop detection to prevent infinite loops wasting tokens ### Fixed - Fix CLI Kanban spawn on Windows by enabling shell mode for `npx.cmd`

3.77.0

[3.77.0]

### Added - Add "Lazy Teammate Mode" experimental toggle - `read_file` tool now supports chunked reading for targeted file access ### Fixed - Exclude `new_task` tool from system prompt in yolo/headless mode - Fix Kanban demo video formatting ### Changed - Polish `Notification` hook functionality