Skip to content

fix(vscode): keep tool output actions visible - #13246

Merged
marius-kilocode merged 3 commits into
mainfrom
fix-tool-output-loading-bar-ui
Aug 19, 2026
Merged

fix(vscode): keep tool output actions visible#13246
marius-kilocode merged 3 commits into
mainfrom
fix-tool-output-loading-bar-ui

Conversation

@marius-kilocode

@marius-kilocode marius-kilocode commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

Tool output action buttons can be covered by streamed output and the native scrollbar. This makes the copy and open controls hard to see and use while a command is running or when output is long.

Keep the code area full width so the scrollbar remains at the far right. Place the action group just to its left with a stable scrollbar gutter and an opaque background. The existing hover and focus behavior remains unchanged.

Before:

Tool output action buttons overlap the scrollbar and output

After:

Tool output action buttons remain clear to the left of the scrollbar

@kilo-code-bot

kilo-code-bot Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 file)
  • packages/kilo-ui/src/components/message-part.css
Previous Review Summaries (2 snapshots, latest commit 01049be)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit 01049be)

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 file)
  • packages/kilo-ui/src/components/message-part.css

Previous review (commit efa48c8)

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • .changeset/fix-tool-output-actions.md
  • packages/kilo-ui/src/components/message-part.css

Reviewed by grok-4.6 · Input: 54.1K · Output: 3.5K · Cached: 156K

Review guidance: REVIEW.md from base branch main

@marius-kilocode
marius-kilocode merged commit fdbfa09 into main Aug 19, 2026
32 checks passed
@marius-kilocode
marius-kilocode deleted the fix-tool-output-loading-bar-ui branch August 19, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants