fix(tui): restart dashboard chat on idle exit hotkeys

This commit is contained in:
Shannon Sands 2026-06-19 16:11:55 +10:00 committed by kshitij
parent a64fc490fe
commit 12dfcfdf73
13 changed files with 207 additions and 18 deletions

View file

@ -10830,6 +10830,7 @@ def _resolve_chat_argv(
# the dashboard PTY path.
env.setdefault("HERMES_TUI_DISABLE_MOUSE", "1")
env.setdefault("HERMES_TUI_INLINE", "1")
env["HERMES_TUI_DASHBOARD"] = "1"
if profile_dir is not None:
env["HERMES_HOME"] = str(profile_dir)