[BUG] Remote Control: AskUserQuestion answers not registered, session restarts question loop
Resolved 💬 3 comments Opened Mar 12, 2026 by nickijost-netizen Closed Mar 16, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Remote Control sessions have multiple reliability issues:
- AskUserQuestion answers silently lost: Answered multiple AUQ prompts via the remote interface (claude.ai/code), but none of the answers were registered by the local session. After some time, the exact same question loop restarted from the beginning as if no answers were ever given.
- Connection instability: Connections break frequently and sometimes don't establish at all.
- Session state not preserved: After reconnection, the entire conversation flow restarts rather than continuing from where it left off.
This makes Remote Control essentially unusable for any workflow that requires user input via AskUserQuestion, since there's no guarantee answers will be received by the local process.
What Should Happen?
- Answers submitted via the remote interface should be reliably delivered to the local Claude Code process
- Answers should persist across brief disconnections/reconnections
- The session should resume from where it left off after reconnection, not restart the question loop
- Connection should be stable and not drop frequently
Error Messages/Logs
Steps to Reproduce
- Start
claude remote-controlon local machine (Windows 11) - Connect via claude.ai/code in browser on another device
- Start a task that triggers multiple
AskUserQuestiontool calls - Answer each question via the remote interface
- Observe: answers are not received by the local session
- After timeout or reconnection, the same questions appear again from the beginning
- All previously given answers are lost
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.74 (Claude Code)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗