Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading