Uh oh!
There was an error while loading. Please reload this page.
fix(tui): restore nested subagent navigation without changing inline task UI - #15993
fix(tui): restore nested subagent navigation without changing inline task UI#15993nexxeln wants to merge 4 commits into
Conversation
guazi04
commented
Mar 4, 2026
Nice, this looks great! One small suggestion: might be worth adding hover highlighting to Something like: const[hover,setHover]=createSignal(false)// on the box:onMouseOver={()=>props.onClick&&setHover(true)}onMouseOut={()=>setHover(false)}// on text/spinner:fg={hover() ? theme.text : fg()}Minor thing, feel free to ignore 🙂 |
jerome-benoit
commented
Mar 5, 2026
@nexxeln Tested this on Linux — the navigation logic and Root cause: Confirmed empirically: instrumented the handlers with Fix: revert all three Affected locations in the diff:
|
Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR. |
Closes#15972
Closes#15769
Summary
session_child_firstin nested subagent sessions by using direct children of the current session (parentID === route.sessionID) instead of sibling lookupInlineTooland add optional click handling to inline tools so task click-to-navigate is restored without switching to block-style UIchildren()semantics used by sibling-level aggregations (permissions()/questions()) to keep blast radius lowVerification