[BUG] Agents view becomes unresponsive after navigating back with left arrow key on Windows 11 PowerShell
Resolved 💬 16 comments Opened May 17, 2026 by MaybeJustLikeThis Closed May 19, 2026
💡 Likely answer: A maintainer (claude[bot], contributor)
responded on this thread — see the highlighted reply below.
What's Wrong?
When using the Claude agents view in Claude Code v2.1.143 on Windows 11 PowerShell:
- After entering the agents view directly via Claude agents and dispatching a task
- Once inside a specific agent's detailed interface
- Pressing the left arrow key to navigate back to the main agents overview
- After returning to the main view, the entire TUI becomes completely unresponsive — no keyboard input is accepted, arrow keys do nothing, and no interactions work
- The only way out is to force-close the terminal window
Additionally:
- Ctrl+C also cannot exit the agents view when inside it — pressing Ctrl+C brings back the main page but the UI is frozen and unresponsive, same as the left arrow key scenario
- No error messages or stack traces are shown — the TUI simply stops responding to all input
What Should Happen?
- Pressing the left arrow key should smoothly navigate back from a specific agent view to the main agents overview without freezing
- Ctrl+C should reliably exit the agents view and return to the main chat interface
- The TUI should remain responsive after navigation between views
Steps to Reproduce
- Launch Claude Code on Windows 11 PowerShell:
````
claude agents
- Enter the agents view directly via the Claude agents feature
- Dispatch a task to one of the agents
- Enter into a specific agent's detailed view
- Press the left arrow key to navigate back to the main agents overview
- Observe: the TUI becomes completely unresponsive
Alternatively:
- From step 4, press Ctrl+C to exit the agents view — observe the same freeze on the main page
Environment
- Claude Code Version: 2.1.143
- OS: Windows 11 Home China (10.0.26200)
- Terminal/Shell: PowerShell
- Platform: Anthropic API
- Model: Sonnet (default)
- Regression: Not sure
Additional Information
The freeze happens consistently — 100% reproducible. When the freeze occurs, no error messages appear in the terminal. The cursor stops blinking, and the TUI appears visually correct but accepts no input whatsoever. The process must be terminated by closing the terminal window or killing the process via Task Manager.
16 Comments
I'm encountering the same issue
same here
same here
same here
same
Experiencing this issue too. Claude, Powershell, Windows 11 Pro all current and up to date.
Bash(claude --version)
⎿ 2.1.143 (Claude Code)
● You're on Claude Code 2.1.143. Include that in the GitHub issue.
result: Installed version is Claude Code 2.1.143.
Confirming repro on the same environment (Win 11 22631, PowerShell 5.1, Windows Terminal 1.24.11321.0, Claude Code 2.1.143). Same exact symptom:
←back from session detail → list view repaints fine but all input dead, including Ctrl+C in some sessions.One additional data point that may help triage — the supervisor daemon log (
~/.claude/daemon.log) shows a race where two daemons spawn within ~1s under this condition:Not certain this race is the root cause of the wedged input loop, but the timing correlates with TUI relaunches after the freeze. Also worth noting: there is no CLI escape hatch (
claude agentsis TUI-only, no--list/--stopsubcommands), so when input dies the only recovery is killing the supervisor PID fromdaemon.status.json.I’m seeing the same issue on Windows.
Environment:
Repro:
The only reliable recovery is closing the terminal window.
Please fix this as soon as possible. This issue is blocking my normal workflow.
I'm encountering the same issue in my Windows Git Bash.
same issue in my windows powershell7
Same issue here, once I navigate into an agent and back out, the terminal becomes unresponsive.
Same issue when trying claude agents for the first time today. Also my mouse no longer scrolls the window it scrolls through previous input prompts..
same in vs code terminal on windows... does noone at Anthropic test features on systems other than linux?
This is a duplicate of #59814, which was fixed as of version 2.1.144.
the "claude agents" view and the feature when allowed in config also messes with the powershell settings for what i noticed, when allowing agents view it messed up with scrolling using the mousewheel, instead it scrolled prompts on the message box. when toggled off for both config options and restarted the shell returned to normal functionality.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.