Change8

Cline vscode

Component

Updates related to the vscode component of Cline.

3 releases12 features13 bug fixesView all Cline releases

All VSCODE Features

  • 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)
  • 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 VSCODE Bug Fixes

  • Fixed banners not displaying immediately upon extension launch, now showing without requiring user interaction.(v3.62.0)
  • Resolved 17 security vulnerabilities, including high-severity Denial of Service (DoS) issues in dependencies like body-parser, axios, qs, and tar.(v3.62.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 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 VSCODE Changes