hermes - 💡(How to fix) Fix [Feature]: Concurrent session switcher — live in-terminal panel to switch between active sessions [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#25134Fetched 2026-05-14 03:48:31
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

Fix Action

Fix / Workaround

When running multiple tasks in parallel (e.g. one agent doing research, another writing code), there is no way to switch between active Hermes sessions from within the TUI itself. The current workaround is to use tmux and manually navigate between panes — which works but is manual and has no session-aware context (no titles, no status, no quick preview).

RAW_BUFFERClick to expand / collapse

Problem or Use Case

When running multiple tasks in parallel (e.g. one agent doing research, another writing code), there is no way to switch between active Hermes sessions from within the TUI itself. The current workaround is to use tmux and manually navigate between panes — which works but is manual and has no session-aware context (no titles, no status, no quick preview).

Claude Code recently shipped a session switcher panel directly inside the terminal UI: you can see all currently running sessions, their titles/status, and jump between them with a keystroke. This is a significant productivity UX pattern for multi-session workflows.

Proposed Solution

Add a concurrent session switcher to the Hermes TUI — an in-terminal panel (triggered by e.g. a slash command like /sessions or a keybinding) that:

  • Lists all currently active Hermes sessions (not historical/archived ones — those are covered by hermes sessions browse)
  • Shows session title, model, current status (idle / working / waiting for input)
  • Allows switching focus to another live session with arrow keys + Enter
  • Optionally shows a brief preview of the last message

This is distinct from the existing:

  • hermes sessions browse / /resume — for resuming past sessions
  • /agents — shows subagents within the current session, not sibling sessions
  • #12406 — better historical session picker UI

Alternatives Considered

  • tmux — current recommended approach, but requires the user to manage pane layout manually with no Hermes-native session awareness
  • hermes dashboard (web) — browser-based, not in-terminal

Additional Context

Related: #12406 (better session resume picker — complementary but different scope)

The infrastructure for tracking active sessions already exists (active_sessions temp files, session DB). This would primarily be a TUI layer on top of that.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Feature]: Concurrent session switcher — live in-terminal panel to switch between active sessions [1 participants]