mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-06 07:51:53 +00:00
fix(dashboard): use browser scrollback for chat wheel
This commit is contained in:
parent
0b89628e86
commit
afffb8d9a5
3 changed files with 23 additions and 26 deletions
|
|
@ -3350,6 +3350,7 @@ def _resolve_chat_argv(
|
|||
# build unchanged for native CLI usage; only disable mouse tracking for
|
||||
# the dashboard PTY path.
|
||||
env.setdefault("HERMES_TUI_DISABLE_MOUSE", "1")
|
||||
env.setdefault("HERMES_TUI_INLINE", "1")
|
||||
|
||||
if resume:
|
||||
latest_resume, _latest_path = _session_latest_descendant(resume)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue