diff --git a/.changeset/rendered-document-inspector.md b/.changeset/rendered-document-inspector.md deleted file mode 100644 index 90049a3491..0000000000 --- a/.changeset/rendered-document-inspector.md +++ /dev/null @@ -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. diff --git a/.changeset/review-comment-previews.md b/.changeset/review-comment-previews.md index 25d304233e..3398313fe2 100644 --- a/.changeset/review-comment-previews.md +++ b/.changeset/review-comment-previews.md @@ -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.