You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2026. It is now read-only.
π 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
Issue Type
bug- Bug fix (non-breaking change which fixes an issue)backend- Backend-related issuefrontend- Frontend-related issueComponent
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 --continuein the terminal and say "ask the question again, I was in webui which doesn't support it" to make progress.Steps to Reproduce
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