Merge pull request #34704 from kshitijk4poor/feat/tui-agents-nudge

feat(tui): nudge toward /agents dashboard when delegation starts
This commit is contained in:
kshitij
2026-05-30 00:01:59 -07:00
committed by GitHub
4 changed files with 208 additions and 4 deletions
+5
View File
@@ -1183,6 +1183,11 @@ DEFAULT_CONFIG = {
# Mirrors `hermes -c` muscle memory. Default off so existing
# users aren't surprised. HERMES_TUI_RESUME=<id> always wins.
"tui_auto_resume_recent": False,
# When true (default), `hermes --tui` drops a one-time hint
# ("subagents working · /agents to watch live") the first time a turn
# starts delegating, nudging the user toward the live spawn-tree
# dashboard. Set false to suppress the hint.
"tui_agents_nudge": True,
"bell_on_complete": False,
"show_reasoning": False,
"streaming": False,