From 3d149c3f18b62c30f5ea6ea14226ad2858988ae7 Mon Sep 17 00:00:00 2001 From: qer Date: Fri, 17 Jul 2026 22:02:15 +0800 Subject: [PATCH] chore(vscode): release 0.6.3 --- apps/vscode/CHANGELOG.md | 12 ++++++++++++ apps/vscode/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 4ce19d5747..d40cf18b44 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.6.3 + +### Fixed + +- Editor mentions now work for files outside the working directory, and paths + containing spaces are quoted correctly. +- Cancelling a running turn now reliably reaches the engine, and the UI no + longer reports a task as stopped when there is nothing to cancel. +- Attaching to or resuming an existing session no longer overwrites its model + and thinking effort with the configured defaults; model or effort changes + picked in the composer are applied when the prompt is sent. + ## 0.6.2 ### Fixed diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 1c881aef7c..e43492e4d4 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -3,7 +3,7 @@ "publisher": "moonshot-ai", "displayName": "Kimi Code", "description": "Official Kimi Code plugin for VS Code", - "version": "0.6.2", + "version": "0.6.3", "private": true, "license": "Apache-2.0", "type": "module",