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
..
2025-11-27 21:00:02 +11:00
2026-01-13 10:58:55 +05:30
2026-01-13 05:49:45 +05:30
2025-12-25 18:23:10 +11:00
2026-01-12 05:13:02 +05:30
2026-01-12 05:13:02 +05:30
2025-11-27 21:00:02 +11:00
2026-01-12 18:20:08 +05:30
2026-01-12 18:20:08 +05:30
2026-01-13 10:58:55 +05:30
2026-01-12 18:20:08 +05:30
2026-01-12 18:20:08 +05:30
2026-01-13 10:58:41 +05:30
2026-01-03 15:47:04 +11:00
2026-01-07 10:20:28 +11:00
2025-12-22 16:27:35 +11:00
2026-01-11 06:49:45 +08:00
2026-01-12 18:20:08 +05:30
2026-01-13 10:58:41 +05:30
2026-01-13 05:49:45 +05:30
2025-10-24 16:11:24 +11:00
2025-11-27 21:00:02 +11:00
2025-10-10 09:35:03 +11:00
2026-01-09 14:57:24 +11:00
2025-11-27 21:00:02 +11:00
2026-01-12 05:13:02 +05:30
2026-01-12 05:13:02 +05:30
2026-01-13 10:58:55 +05:30
2026-01-12 09:47:47 +05:30
2025-12-24 14:32:39 +11:00