Dhanji R. Prasanna
8dcb7a3dba
feat: add compact styled output for TODO tools
TODO tools (todo_read, todo_write) now display with a cleaner, more
compact format:
- Styled header: " ● todo_read" or " ● todo_write"
- Tree-style prefixes for content lines (│ and └)
- Checkbox conversion: "- [ ]" → □, "- [x]" → ■
- Dimmed content for visual distinction
- No timing footer (cleaner output)
Changes:
- Add print_todo_compact() method to UiWriter trait
- Implement print_todo_compact() in ConsoleUiWriter
- Update todo.rs to call print_todo_compact() instead of line-by-line output
- Skip tool header, output header, and timing for TODO tools in agent streaming
2026-01-13 10:58:55 +05:30
..
2026-01-12 08:57:49 +05:30
2026-01-12 18:27:29 +05:30
2026-01-12 20:10:52 +05:30
2026-01-12 18:20:08 +05:30
2026-01-12 18:20:08 +05:30
2026-01-11 17:04:27 +05:30
2026-01-12 06:01:31 +05:30
2026-01-12 20:10:52 +05:30
2026-01-11 16:41:41 +05:30
2026-01-13 05:58:54 +05:30
2026-01-12 06:01:31 +05:30
2026-01-11 19:34:46 +05:30
2026-01-13 05:58:54 +05:30
2026-01-12 20:49:37 +05:30
2026-01-13 10:58:55 +05:30
2026-01-12 20:10:52 +05:30