Enhanced log/error visibility in TUI
Open
TUI
- Dominant language
- TypeScript
- Stars
- 164
- Forks
- 18
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
Problem: TUI architecture separates streaming messages from logs; interleaving would require major refactor. Currently, error logs are pinned above streaming messages, feel intrusive, persist until chat reset, and can stack.
Proposed solution: Replace pinned logs with a single, unobtrusive notification (e.g., brief red message) indicating logs are available; allow users to expand on demand via a slash command or shortcut (e.g., Ctrl+L).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.