chore(vscode): consolidate review changeset

This commit is contained in:
marius-kilocode
2026-08-24 13:47:55 +02:00
parent b74c279728
commit 92ca332ffe
2 changed files with 1 additions and 6 deletions
@@ -1,5 +0,0 @@
---
"kilo-code": minor
---
Add an Agent Manager document inspector that previews Markdown files with inline review comments that can be sent to the agent, while source files open in the VS Code editor.
+1 -1
View File
@@ -2,4 +2,4 @@
"kilo-code": patch
---
Show review comment text directly in the chat message instead of hiding it behind a click. Each comment is now a row with the file, line and a two-line preview, expands in place to reveal the full body and code snippet, and long lists collapse to the first few comments with a "Show more" toggle.
Show review comment text directly in the chat message instead of hiding it behind a click. Each comment is now a row with the file, line and a two-line preview, expands in place to reveal the full body and code snippet, and long lists collapse to the first few comments with a "Show more" toggle. Opening a source file from a review comment now uses a native VS Code editor tab.