From ebee8ca912a3fd6a4aa97ae615b88f60f8d8ef20 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 26 Aug 2026 01:18:34 -0700 Subject: [PATCH] chore(vscode): release v4.1.16 --- CHANGELOG.md | 19 +++++++++++++++++++ apps/vscode/package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a97a00fa56..556ec3d8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [4.1.16] + +Everything here lands through the SDK bundle, so it applies to windows running that bundle. + +### Fixed + +- Cost estimates are no longer shown for providers billed by a flat-rate subscription (ClinePass, ChatGPT via Codex, and Claude Code). The task header and model pricing rows rendered API-rate dollar figures that read as real charges on top of the subscription, including a flash of them on every chat-view mount while provider listings were loading. +- Signing back in no longer moves your last-used provider off ClinePass on credential refresh. +- Hooks now resolve their workspace from the VS Code window instead of shared global state in `~/.cline`. With a second window open on another project, a workspace's `.clinerules/hooks` scripts were never discovered, and hook cwd and the workspace paths passed to hook scripts resolved against whatever project some other or older Cline instance last recorded. +- New files are now created with your platform's native line endings. +- Fixed the codebase search tool crashing on files containing a single enormous line. +- Credentials embedded in git remote URLs are now redacted from the workspace information sent to the model, which also now carries richer workspace metadata. +- Installing an MCP server from the marketplace no longer misreads the catalog's `--` separator as part of the server command. +- The hub's event log can no longer grow until it fills your disk. + +### Changed + +- The per-tool MCP auto-approve checkboxes are hidden. MCP auto-approval is governed solely by the global "Use MCP servers" toggle — the per-tool checkboxes were no-ops that implied granularity the approval path does not have. + ## [4.1.15] Everything here lands through the SDK bundle, so it applies to windows running that bundle. diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 8c40376965..e04568d224 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Cline", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", - "version": "4.1.15", + "version": "4.1.16", "icon": "assets/icons/icon.png", "engines": { "vscode": "^1.101.0"