Uh oh!
There was an error while loading. Please reload this page.
feat(web): add question tool support to web UI - #7732
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. |
adamdotdevin
commented
Jan 11, 2026
@R44VC0RP ohhhh, screenshots? |
R44VC0RP
commented
Jan 11, 2026
Ah @adamdotdevin sorry linked in issue: |
mortimr
commented
Jan 11, 2026
Nice 👀 ! Maybe we should find a way to join forces #7653 |
I have implemented it #7751 as part of |
offlinehacker
commented
Jan 14, 2026
It was implemented by #8232, so none of our merge requests got merged actually |

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