From 0aead8d86d21a55af274f36cb55297c7e28a967a Mon Sep 17 00:00:00 2001 From: "Dhanji R. Prasanna" Date: Mon, 2 Feb 2026 17:06:10 +1100 Subject: [PATCH] fix: Enable compact UI output for plan_approve tool Added plan_approve to the compact tool list in format_tool_result_summary() so it displays in the same format as other tools like read_file and write_file. The format_plan_approve_summary() function already existed but was never called because plan_approve was missing from the matches! block. --- crates/g3-core/src/streaming.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/g3-core/src/streaming.rs b/crates/g3-core/src/streaming.rs index 7c34ed2..2131210 100644 --- a/crates/g3-core/src/streaming.rs +++ b/crates/g3-core/src/streaming.rs @@ -74,6 +74,7 @@ pub fn format_tool_result_summary( | "coverage" | "rehydrate" | "code_search" + | "plan_approve" ); if is_todo_tool {