feat(vscode): add Agent Manager document inspector - #13245
Merged
Conversation
marius-kilocode
force-pushed
the
implement-markdown-file-viewer-sidebar
branch
from
August 19, 2026 14:29
796d23f to
65a025b
Compare
marius-kilocode
force-pushed
the
implement-markdown-file-viewer-sidebar
branch
from
August 19, 2026 14:34
e4e4129 to
5aa2cb8
Compare
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Previous Review Summaries (5 snapshots, latest commit 6369249)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 6369249)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (18 files)
Fix these issues in Kilo Cloud Previous review (commit 343622c)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit 0415f72)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (6 files)
Fix these issues in Kilo Cloud Previous review (commit 056db46)Status: 10 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (38 files)
Fix these issues in Kilo Cloud Previous review (commit 5aa2cb8)Status: 10 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (38 files)
Reviewed by grok-4.6 · Input: 178.2K · Output: 8.7K · Cached: 173.6K Review guidance: REVIEW.md from base branch |
…le-viewer-sidebar # Conflicts: # packages/kilo-vscode/webview-ui/agent-manager/AgentManagerApp.tsx # packages/kilo-vscode/webview-ui/diff-viewer/FullScreenDiffView.tsx # packages/kilo-vscode/webview-ui/src/components/chat/ReviewComments.tsx
marius-kilocode
force-pushed
the
implement-markdown-file-viewer-sidebar
branch
from
August 20, 2026 08:58
c5d3827 to
9026260
Compare
marius-kilocode
force-pushed
the
implement-markdown-file-viewer-sidebar
branch
from
August 20, 2026 09:07
13150e2 to
55333d4
Compare
…le-viewer-sidebar # Conflicts: # packages/kilo-vscode/webview-ui/agent-manager/AgentManagerApp.tsx # packages/kilo-vscode/webview-ui/agent-manager/TabBar.tsx
marius-kilocode
force-pushed
the
implement-markdown-file-viewer-sidebar
branch
from
August 20, 2026 10:12
0415f72 to
8e26de0
Compare
marius-kilocode
force-pushed
the
implement-markdown-file-viewer-sidebar
branch
from
August 20, 2026 11:10
343622c to
3be279f
Compare
marius-kilocode
force-pushed
the
implement-markdown-file-viewer-sidebar
branch
from
August 20, 2026 11:28
ffa2c01 to
eda1e9c
Compare
marius-kilocode
force-pushed
the
implement-markdown-file-viewer-sidebar
branch
from
August 20, 2026 11:55
6369249 to
ba1c3c6
Compare
marius-kilocode
enabled auto-merge
August 20, 2026 12:17
johnnyeric
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agent Manager can now open and review Markdown and text artifacts without leaving the session view. This makes generated plans and other agent-produced documents easier to inspect, discuss, and send back to the agent.
The document inspector provides:
The document UI is grouped under
webview-ui/agent-manager/documents/and document reads use containment and size checks before returning file contents.