From a9b186613829686993ae9520dfe7fef30ecd1ec0 Mon Sep 17 00:00:00 2001 From: qer Date: Fri, 17 Jul 2026 14:51:54 +0800 Subject: [PATCH] chore(vscode): release 0.6.2 --- apps/vscode/CHANGELOG.md | 13 +++++++++++++ apps/vscode/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index e54cbf63b7..4ce19d5747 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.6.2 + +### Fixed + +- A core error arriving in the middle of a turn no longer corrupts the active + turn; the turn now ends cleanly with an error instead of leaving the chat in + a broken state. +- Kimi sign-in and connection failures now include the underlying transport + cause (for example DNS or connection refused) instead of a generic error. +- Closed several FetchURL SSRF bypasses and the DNS-rebinding window. +- Tool calls interrupted mid-stream are now recorded and closed, so they no + longer corrupt the session history. + ## 0.6.1 ### Fixed diff --git a/apps/vscode/package.json b/apps/vscode/package.json index cfcc4f4d00..1c881aef7c 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.1", + "version": "0.6.2", "private": true, "license": "Apache-2.0", "type": "module",