-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue Type
- π
bug- Bug fix (non-breaking change which fixes an issue) - π₯οΈ
backend- Backend-related issue - π¨
frontend- Frontend-related issue
Component
Not sure
Bug Description
When Claude does an AskUserQuestion interaction, there will be a prompt to confirm permission for it, but then the question will not appear in the webui. The prompt will basically get stuck in a loop, where it will keep asking the question but not getting a response.
I had to claude --continue in the terminal and say "ask the question again, I was in webui which doesn't support it" to make progress.
Steps to Reproduce
- make a plan that causes Claude to trigger an AskUserQuestion event
- give permission
- observe that it does not show the prompt, nor can it continue past this
Expected Behavior
The webui should show the prompt options and allow the user to choose them or respond in a different way.
Actual Behavior
Described above
Operating System
macOS (Apple Silicon)
Installation Method
npm install -g @anthropic-ai/claude-code-webui
Node.js Version
v20.6.1
Deno Version (if applicable)
deno 1.45.2
Claude CLI Version
2.0.74 (Claude Code)
Claude CLI Installation Path
/Users/username/.asdf/shims/claude
Browser (for frontend issues)
Firefox 146.0
Console Logs/Error Messages
Configuration
Additional Context
No response
Checklist
- I have searched existing issues to make sure this is not a duplicate
- I have provided all the required information above
- I have removed any sensitive information from logs and configuration
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working