-
Notifications
You must be signed in to change notification settings - Fork 5.3k
feat(web): add question tool support to web UI #7732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
- Enable QuestionTool in web client (remove CLI-only restriction) - Add question state management to global-sync context - Create QuestionPrompt component with tabbed multi-question support - Position question prompt above input in dock area (popunder style) - Add question rendering to share/web view - Wire up question respond/reject handlers in DataProvider WIP: Design refinements still in progress
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found one potentially related PR: Related PR:
The current PR (#7732) appears to be focused on exposing/integrating question tool support in the web UI layer, while #6681 addresses the tool itself. They may be complementary rather than duplicates, but reviewing #6681 would ensure consistency in how questions are handled. |
|
@R44VC0RP ohhhh, screenshots? |
|
Ah @adamdotdevin sorry linked in issue: |
|
Nice 👀 ! Maybe we should find a way to join forces #7653 |
|
I have implemented it #7751 as part of |

Summary
Adds support for the question tool in the web UI, fixing #7599.
Changes:
QuestionPromptcomponent with tabbed multi-question supportStatus
WIP - Core functionality is working but design refinements are still in progress:
Testing
cd packages/opencode && bun dev -- serve --port 5555cd packages/app && bun devFixes #7599