fix(ui): refine auto-approval line for subagent and todo tools - #12556
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Resolved since last review
Files Reviewed (6 files)
Previous Review Summary (commit 61c8622)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 61c8622)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Other notes
Files Reviewed (5 files)
Reviewed by claude-sonnet-5 · Input: 28 · Output: 4.4K · Cached: 633.2K Review guidance: REVIEW.md from base branch |
chrarnoldus
approved these changes
Jul 27, 2026
t7tran
pushed a commit
to t7tran/kilocode
that referenced
this pull request
Aug 14, 2026
…-approval fix(ui): refine auto-approval line for subagent and todo tools
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.
Issue
https://anaconda.slack.com/archives/C0BJ2GQ40HM/p1784921579512329
Context
The auto-approval line felt disconnected on subagent cards, was unwanted on todo lists, and showed a noisy catch-all
*/*rule for blanket agent defaults. This refines its display on those tools.Implementation
task): attach the line to the card's trigger (under the title) instead of forcing open a collapsible body.todowrite): hide the line — it's orchestration, not a mutating action to audit.matched * rule *fragment when the winning rule is the catch-all agent default, so it reads "by the {agent} agent"; specific/per-tool rules are still shown.All changes are in Kilo-owned
packages/kilo-ui/— no shared upstream touch.How to Test
Reviewer test steps
*/*).Checklist