Question tool content missing in Web UI (opencode serve) #4604

Closed
opened 2026-02-16 17:44:46 -05:00 by yindo · 6 comments
Owner

Originally created by @j-token on GitHub (Jan 10, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Description

Description: When accessing OpenCode via the web using opencode serve, the content within the 'question tool' is not visible.

  • Web UI: Content is missing/invisible.

  • TUI: Content displays normally.

This indicates a bug specific to the web interface.

Plugins

opencode-openai-codex-auth@4.3.0

OpenCode version

1.1.11

Steps to reproduce

ask question

Screenshot and/or share link

Image Image

Operating System

Windows 11 build 10.0.26200

Terminal

cmd,window powershell,powershell 7

Originally created by @j-token on GitHub (Jan 10, 2026). Originally assigned to: @adamdotdevin on GitHub. ### Description Description: When accessing OpenCode via the web using opencode serve, the content within the 'question tool' is not visible. - Web UI: Content is missing/invisible. - TUI: Content displays normally. This indicates a bug specific to the web interface. ### Plugins opencode-openai-codex-auth@4.3.0 ### OpenCode version 1.1.11 ### Steps to reproduce ask question ### Screenshot and/or share link <img width="837" height="957" alt="Image" src="https://github.com/user-attachments/assets/84327766-3106-4df6-b9da-a393391db899" /> <img width="797" height="846" alt="Image" src="https://github.com/user-attachments/assets/216696dc-9bdc-40b2-8591-bdb9fff63e7c" /> ### Operating System Windows 11 build 10.0.26200 ### Terminal cmd,window powershell,powershell 7
yindo added the windowsbugweb labels 2026-02-16 17:44:46 -05:00
yindo closed this issue 2026-02-16 17:44:46 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 10, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #7464: Question tool not rendering interactive UI in OpenCode Web - only displays plain text (same symptoms on different platform)
  • #5237: opencode web mode broken: empty page issue affecting Windows and other platforms
  • #3853: Black screen when running opencode web with CORS/MIME type errors
  • #6557: Web UI does not load when running 'opencode web' with JS module loading errors

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 10, 2026): This issue might be a duplicate of existing issues. Please check: - #7464: Question tool not rendering interactive UI in OpenCode Web - only displays plain text (same symptoms on different platform) - #5237: opencode web mode broken: empty page issue affecting Windows and other platforms - #3853: Black screen when running opencode web with CORS/MIME type errors - #6557: Web UI does not load when running 'opencode web' with JS module loading errors Feel free to ignore if none of these address your specific case.
Author
Owner

@R44VC0RP commented on GitHub (Jan 10, 2026):

I have a working PR for this where the web essentially works the same way as the TUI.

It will def need a review from @iamdavidhill since I am NOT a designer, but I tried to copy the TUI style as close as possible.

Image
@R44VC0RP commented on GitHub (Jan 10, 2026): I have a working PR for this where the web essentially works the same way as the TUI. It will def need a review from @iamdavidhill since I am NOT a designer, but I tried to copy the TUI style as close as possible. <img width="924" height="533" alt="Image" src="https://github.com/user-attachments/assets/a02c3d11-184d-485a-80ff-bafeb5a84d24" />
Author
Owner

@offlinehacker commented on GitHub (Jan 11, 2026):

Ok I have implemented a merge request for it: https://github.com/anomalyco/opencode/pull/7751

It is displayed inline with other tool usage and also allows keyboard navigation.

Image Image
@offlinehacker commented on GitHub (Jan 11, 2026): Ok I have implemented a merge request for it: https://github.com/anomalyco/opencode/pull/7751 It is displayed inline with other tool usage and also allows keyboard navigation. <img width="1231" height="868" alt="Image" src="https://github.com/user-attachments/assets/dc1d69d1-a67c-4309-a4a6-f00249fd475e" /> <img width="1209" height="579" alt="Image" src="https://github.com/user-attachments/assets/46f9785e-0238-4afa-9824-8b59c5aa4fea" />
Author
Owner

@offlinehacker commented on GitHub (Jan 11, 2026):

@R44VC0RP it seems that we both were working on it 🙂 My initial solution was similar to your one, but then I noticed later that it's better to implement it inside message-part.tsx, so the question form be part of the conversation.

@offlinehacker commented on GitHub (Jan 11, 2026): @R44VC0RP it seems that we both were working on it 🙂 My initial solution was similar to your one, but then I noticed later that it's better to implement it inside `message-part.tsx`, so the question form be part of the conversation.
Author
Owner

@R44VC0RP commented on GitHub (Jan 11, 2026):

I am open for either @offlinehacker, regardless I do think we need a design review to make sure we fit the overall vibe of the web app UI.

@adamdotdevin do you have any thoughts on the web UI?

@R44VC0RP commented on GitHub (Jan 11, 2026): I am open for either @offlinehacker, regardless I do think we need a design review to make sure we fit the overall vibe of the web app UI. @adamdotdevin do you have any thoughts on the web UI?
Author
Owner

@offlinehacker commented on GitHub (Jan 13, 2026):

It seems to be implemented by https://github.com/anomalyco/opencode/pull/8232

@offlinehacker commented on GitHub (Jan 13, 2026): It seems to be implemented by https://github.com/anomalyco/opencode/pull/8232
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4604