fix: restore subagent tool call notifications after summon refactor (#7243)

Signed-off-by: rabi <ramishra@redhat.com>
This commit is contained in:
Rabi Mishra
2026-02-17 20:10:56 +05:30
committed by GitHub
parent 8533e8d73b
commit f2939483df
3 changed files with 225 additions and 252 deletions
+1
View File
@@ -419,6 +419,7 @@ fn render_tool_request(req: &ToolRequest, theme: Theme, debug: bool) {
"delegate" => render_delegate_request(call, debug),
"subagent" => render_delegate_request(call, debug),
"todo__write" => render_todo_request(call, debug),
"load" => {}
_ => render_default_request(call, debug),
},
Err(e) => print_markdown(&e.to_string(), theme),