Description
Since 90270c6, the Task component was refactored from BlockTool to InlineTool. BlockTool had an onClick handler that navigated to the subagent session, but InlineTool doesn't support onClick, so clicking on a task tool in the chat no longer navigates to the child session.
The keyboard shortcut (Ctrl+X Down) still works — only mouse click navigation is broken.
Steps to reproduce
- Start a session that delegates to a subagent (e.g. use
@general)
- Wait for the task tool to appear in the chat
- Click on the task tool block
- Nothing happens — previously this would navigate to the subagent session
Operating System
Linux
Description
Since 90270c6, the
Taskcomponent was refactored fromBlockTooltoInlineTool.BlockToolhad anonClickhandler that navigated to the subagent session, butInlineTooldoesn't supportonClick, so clicking on a task tool in the chat no longer navigates to the child session.The keyboard shortcut (
Ctrl+X Down) still works — only mouse click navigation is broken.Steps to reproduce
@general)Operating System
Linux