Bug Description
Selecting /resume in the Hermes CLI and then entering a numbered session choice does not resume the selected chat.
Steps to Reproduce
- Start Hermes in the terminal.
- Run
/resume.
- When the resume picker/list is shown, enter a number such as
3.
- Observe that Hermes does not resume the chat corresponding to that number.
Expected Behavior
After entering the number for a listed session, Hermes should resume that selected chat and load its conversation context.
Actual Behavior
Entering the number does not resume the chat. The CLI stays in the current session / does not switch into the selected historical session.
Environment
- Hermes Agent: v0.15.1 (2026.5.29)
- Interface: interactive CLI / TUI slash command
- Command path affected:
/resume numbered selection
- OS observed from current environment: Linux
Notes
This was reported from normal CLI usage. The issue appears specific to the interactive /resume flow where the user selects a numbered item, not necessarily hermes --resume <session-id> from the shell.
Bug Description
Selecting
/resumein the Hermes CLI and then entering a numbered session choice does not resume the selected chat.Steps to Reproduce
/resume.3.Expected Behavior
After entering the number for a listed session, Hermes should resume that selected chat and load its conversation context.
Actual Behavior
Entering the number does not resume the chat. The CLI stays in the current session / does not switch into the selected historical session.
Environment
/resumenumbered selectionNotes
This was reported from normal CLI usage. The issue appears specific to the interactive
/resumeflow where the user selects a numbered item, not necessarilyhermes --resume <session-id>from the shell.