anomalyco / anomalyco/opencode
[Bug] Web interface does not auto-refresh conversations in real-time
Open
@Brendonovich is already working on this.
Since Aug 4, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Problem
New messages sent within a conversation in the OpenCode web interface are not appearing in real-time. Manual page refresh is required to see them.
Steps to Reproduce
- Open the OpenCode web interface.
- Start a new conversation or load an existing one.
- Send a message (or have another participant send a message).
- Observe that the new message does not automatically appear in the chat window.
- Manually refresh the web page (e.g., using F5 or Cmd+R).
- Observe that the new message now appears after the refresh.
Actual Behavior
The chat UI does not update dynamically; new messages are only visible after a manual page refresh.
Expected Behavior
The chat UI should update automatically in real-time as new messages are sent or received, without requiring a manual refresh.
Environment
- Browser: Chrome/Firefox/Safari
- OpenCode Version: Latest
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.