feat(agent-manager): regroup toolbar actions - #13916
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (8 files)
Reviewed by grok-4.6 · Input: 184.7K · Output: 17.6K · Cached: 558.5K Review guidance: REVIEW.md from base branch |
marius-kilocode
enabled auto-merge
September 8, 2026 10:21
eshurakov
approved these changes
Sep 8, 2026
This was referenced Sep 8, 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.
What Problem This Solves
The Agent Manager tab toolbar mixed worktree commands, review controls, optional session panels, runtime tools, and fullscreen review in an unstable order. Optional controls could shift frequently used buttons, the toolbar fullscreen action duplicated the Changes panel header action, disabled Apply looked interactive, and toolbar icons used inconsistent visual weights.
Why This Change Was Made
tab_toolbarPostHog telemetry for PR, Apply, Documents, Subagents, and Browser, alongside the existing toolbar events, so future button removals can be data-driven.User Impact
The toolbar keeps its main workbench controls in stable positions as optional panels appear. Disabled Apply is visibly disabled while its tooltip remains available to explain why. Open-panel active states remain highlighted. Running uses the normal icon colour and the play/stop glyph change to communicate state.
Evidence
Before
After
Disabled Apply
Changes panel open
Validation completed:
bun run compileinpackages/kilo-vscode/bun test tests/unit/agent-manager-telemetry.test.ts tests/unit/agent-manager-terminal-side.test.ts, 27 passed