fix(tui): restart dashboard chat on idle exit hotkeys
This commit is contained in:
parent
a64fc490fe
commit
12dfcfdf73
13 changed files with 207 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue