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.
This commit is contained in:
Dhanji R. Prasanna
2026-02-02 17:06:10 +11:00
parent f8448e5622
commit 0aead8d86d

View File

@@ -74,6 +74,7 @@ pub fn format_tool_result_summary(
| "coverage" | "coverage"
| "rehydrate" | "rehydrate"
| "code_search" | "code_search"
| "plan_approve"
); );
if is_todo_tool { if is_todo_tool {