Enhance loading feedback: add loading animation for Assistant replies, improve TUI message updates, and refine response handling logic. Update README to reflect roadmap progress.

This commit is contained in:
2025-09-28 17:15:18 +02:00
parent fcdbd2bf98
commit 5f78761bef
5 changed files with 135 additions and 15 deletions

View File

@@ -96,8 +96,8 @@ client persists its latest selections back to this file on exit.
- Configuration and chat history are cached locally; wipe `~/.config/owlen` to reset.
## Roadmap
- [ ] Add autoscroll.
- [ ] Push user message before loading the LLM response.
- [x] Add autoscroll.
- [x] Push user message before loading the LLM response.
- [ ] Add support for "thinking" models.
- [ ] Add theming options.
- [ ] Provide proper configuration UX.