mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-22 05:22:09 +00:00
Merge remote-tracking branch 'origin/main' into fix/bundle-size
This commit is contained in:
commit
3197b4de6d
1437 changed files with 219762 additions and 11968 deletions
|
|
@ -119,15 +119,14 @@ export HERMES_TUI_THEME=light
|
|||
|
||||
## Busy indicator styles
|
||||
|
||||
The status-bar FaceTicker is pluggable — the default rotates Hermes' kawaii face palette every 2.5 seconds during agent work. Pick a different style (or `none` for a minimal dot) via config:
|
||||
The status-bar busy indicator is pluggable — the default rotates Hermes' kawaii face palette every 2.5 seconds during agent work. Pick a different style via config or the `/indicator` slash command:
|
||||
|
||||
```yaml
|
||||
display:
|
||||
busy_indicator:
|
||||
style: kawaii # kawaii | minimal | dots | wings | none
|
||||
tui_status_indicator: kaomoji # kaomoji | emoji | unicode | ascii
|
||||
```
|
||||
|
||||
Styles ship with matched glyph widths so the rest of the status bar doesn't jitter on rotation.
|
||||
Or in-session: `/indicator emoji` (etc.). Styles ship with matched glyph widths so the rest of the status bar doesn't jitter on rotation.
|
||||
|
||||
## Auto-resume
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue