#I don't know why these words are appearing on TUI?
1 messages · Page 1 of 1 (latest)
He just had these things appear inexplicably, and then he couldn't use Ctrl+C to exit the TUI.
这些不是模型输出,是终端鼠标事件的转义序列漏到了 TUI 里。这个问题最近已经做过修复/缓解:
https://github.com/NousResearch/hermes-agent/pull/15488
请先更新到最新版本,然后重启 TUI。
如果更新后还出现,先关闭 TUI 鼠标追踪:
/mouse off
如果现在 TUI 已经卡到没法输入命令,可以先关闭这个终端窗口,重新开一个终端,然后在配置里关掉它:
~/.hermes/config.yaml
加上或改成:
display:
tui_mouse: false
然后重新启动 hermes --tui。
如果关闭鼠标追踪后还会出现这些字符,请发一下 /debug 输出,并说明你用的是哪个终端,比如 Windows Terminal、VS Code terminal、GNOME Terminal、iTerm2、SSH/tmux 等。
These are not model outputs, they are escape sequences for terminal mouse events leaking into the TUI. This issue has recently been fixed/mitigated:
https://github.com/NousResearch/hermes-agent/pull/15488
Please update to the latest version first and then restart TUI.
If it still appears after updating, first turn off TUI mouse tracking:
/mouse off
If the TUI is stuck and cannot enter commands, you can first close the terminal window, reopen a terminal, and then turn it off in the configuration:
~/.hermes/config.yaml
Add or change to:
display:
tui_mouse: false
Then restart hermes --tui.
If these characters still appear after turning off mouse tracking, please send /debug output and indicate which terminal you are using, such as Windows Terminal, VS Code terminal, GNOME Terminal, iTerm2, SSH/tmux, etc.
@inner laurel I guess this bug still exists 😄
我已经重装了整个 Ubuntu 系统和 Hermes ,暂时没遇到这个问题了
I have reinstalled the entire Ubuntu system and Hermes, and I have not encountered this problem for the time being.

yes they were fixed recently, looks like the problem is solved hence closing the ticket