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-13 10:58:55 +05:30
2026-01-10 20:44:23 +11:00
2026-01-10 20:34:14 +11:00
2026-01-13 10:58:55 +05:30
2026-01-12 18:20:08 +05:30
2025-12-22 16:27:35 +11:00
2026-01-13 05:49:45 +05:30
2026-01-12 05:13:02 +05:30
2026-01-12 10:13:58 +05:30