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
- Start Hermes in PowerShell on Windows 11
- Type
/reset or /new and press Enter
- Interactive menu appears — frozen, no input accepted
- 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.
Bug Description
/resetand/newslash commands freeze on Windows. After pressing Enter, an interactivemenu ("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
/resetor/newand press EnterExpected Behavior
Immediate clean session restart with new session ID, no menu.
Actual Behavior
Routes through
hermes resetCLI interactive menu path. prompt_toolkit input channelappears closed at this point, causing deadlock.
Environment
Log Evidence
agent.log 2026-05-21 23:48:14 — user reported: "reset出了问题,回车以后停在选择123的界面,就卡着无法输入了"
Workaround
Close PowerShell and relaunch
hermes.