d002d35bde
feat(theme): add tool_output color to themes
...
- Added a `tool_output` color to the `Theme` struct.
- Updated all built-in themes to include the new color.
- Modified the TUI to use the `tool_output` color for rendering tool output.
2025-10-06 22:18:17 +02:00
8ee4c5f384
Refactor codebase: improve formatting consistency, simplify message rendering, and optimize cursor and visual selection handling logic across panels.
2025-09-30 02:51:00 +02:00
8409bf646a
Enhance TUI thinking panel: add dynamic height calculation, implement real-time updates from assistant messages, and refine thinking content rendering logic.
2025-09-30 01:07:00 +02:00
6ca30f4176
Refactor formatting: simplify message formatting logic by replacing multiline normalization and wrapping with concise trim and line collection.
2025-09-29 22:54:02 +02:00
ccf9349f99
Add word wrapping and cursor mapping utilities to core library; integrate advanced text input support in TUI. Update dependencies accordingly.
2025-09-28 01:47:50 +02:00
6ddc66d864
Refactor TUI message formatting: add role label toggle, improve indentation, and adjust role label styling logic. Optimize provider handling.
2025-09-27 07:11:57 +02:00
306104c5b4
Enhance TUI and core functionality: add header rendering, improve message formatting, and refine provider/model handling logic. Update dependencies.
2025-09-27 07:06:57 +02:00
5bc0e02cd3
Add App core struct with event-handling and initialization logic for TUI.
2025-09-27 05:41:46 +02:00