fix(dashboard): use browser scrollback for chat wheel

This commit is contained in:
YuanHanzhong 2026-05-19 00:07:26 -07:00 committed by Teknium
parent 0b89628e86
commit afffb8d9a5
3 changed files with 23 additions and 26 deletions

View file

@ -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)