mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
In Docker/systemd/piped environments, the KawaiiSpinner animation generates ~500 log lines per tool call. Now checks isatty() and falls back to clean [tool]/[done] log lines in non-TTY contexts. Interactive CLI behavior unchanged. Based on work by 42-evey in PR #2203.