Commit Graph

65 Commits

Author SHA1 Message Date
b8d1866b7d Refactor TUI message rendering: improve role label handling, add emoji labels, enhance line wrapping, and optimize loading indicator logic. 2025-09-29 22:48:51 +02:00
c17af3fee5 Refactor TUI scrolling logic: replace manual scroll calculations with AutoScroll abstraction, enhance line wrapping, and improve viewport handling. 2025-09-29 22:12:45 +02:00
a4ba9adf8f Update .gitignore: add .idea folder to ignore JetBrains IDE project files 2025-09-28 20:24:15 +02:00
5f78761bef Enhance loading feedback: add loading animation for Assistant replies, improve TUI message updates, and refine response handling logic. Update README to reflect roadmap progress. 2025-09-28 17:15:18 +02:00
fcdbd2bf98 Enhance TUI scrolling: add viewport dimension tracking, autoscroll logic, and message line calculation. Refactor related components for dynamic rendering. 2025-09-28 16:45:49 +02:00
9de24f7de6 Update input mode controls: adjust shortcuts, revise display titles, and remove Shift+Enter instructions. 2025-09-28 02:30:48 +02:00
7e975cc23e Update README: add status badge, technology used, and license information 2025-09-28 02:08:21 +02:00
e2b52dd084 Rewrite README: streamline introduction, improve structure, and update usage details. Revise sections for prerequisites, configuration, and roadmap. 2025-09-28 02:06:17 +02:00
44884d8627 Add feature flags for CLI binaries; configure required features for each binary 2025-09-28 01:51:32 +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
9df489158c Update README with development setup instructions and roadmap improvements 2025-09-27 05:47:57 +02:00
3ad8931ece Update README with development setup instructions and roadmap improvements 2025-09-27 05:46:45 +02:00
5bc0e02cd3 Add App core struct with event-handling and initialization logic for TUI. 2025-09-27 05:41:46 +02:00