diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-08 10:05:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-08 10:05:04 +0300 |
| commit | 0dcf347c3fbc6e4ffb7e46294f5dd92dbbcd98ef (patch) | |
| tree | 7503979ac4d44843f1cfcc8da54b77b4a24ff4bd /README.md | |
| parent | cead3ebde8f3aee0ef8677158d37f4d04c6629dc (diff) | |
tmux: improve white-on-purple legibility; bump version to v0.9.0v0.9.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ Hexai can surface live progress in tmux's status line via a user option. Add thi set -g status-right '#{@hexai_status} #[fg=colour8]| %H:%M' ``` +- Note: `colour8` is typically “bright black” (a dim grey) in many themes. + If it’s low-contrast on your background, change it (e.g., `colour7` or `white`). + - CLI updates `@hexai_status` at start (⏳ provider:model) and on completion with compact stats (↑sent, ↓recv, rpm, reqs). - LSP emits an initial heartbeat on client initialize and periodic compact stats (provider, model, rpm, reqs, bytes). - The TUI action runner sets a ready heartbeat and a completion heartbeat with stats. |
