hermes - 💡(How to fix) Fix Bug: /reset and /new slash commands freeze on Windows — routes to interactive CLI menu

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…

Fix Action

Workaround

Close PowerShell and relaunch hermes.

RAW_BUFFERClick to expand / collapse

Bug Description

/reset and /new slash commands freeze on Windows. After pressing Enter, an interactive menu ("select 1/2/3") appears instead of a clean session restart. The menu is frozen — no keyboard input is accepted. User must kill PowerShell and relaunch.

Steps to Reproduce

  1. Start Hermes in PowerShell on Windows 11
  2. Type /reset or /new and press Enter
  3. Interactive menu appears — frozen, no input accepted
  4. Must close PowerShell and relaunch

Expected Behavior

Immediate clean session restart with new session ID, no menu.

Actual Behavior

Routes through hermes reset CLI interactive menu path. prompt_toolkit input channel appears closed at this point, causing deadlock.

Environment

  • OS: Windows 11 / PowerShell / Windows Terminal
  • Model: deepseek-v4-flash via sensenova custom provider
  • Python: 3.12

Log Evidence

agent.log 2026-05-21 23:48:14 — user reported: "reset出了问题,回车以后停在选择123的界面,就卡着无法输入了"

Workaround

Close PowerShell and relaunch hermes.

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 Bug: /reset and /new slash commands freeze on Windows — routes to interactive CLI menu