anomalyco / anomalyco/opencode
Web UI does not list SVN sessions on Windows
Open
@Hona is already working on this.
Since Sep 11, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
Bug
On Windows, sessions from an SVN project are not listed in the Web UI.
The sessions are valid and accessible:
opencode attachsees them/session?directory=...returns them- opening the direct Web route for a session works
- the Web UI project itself is added correctly
The DB shows:
project_id = global
workspace_id = NULL
workspace table = empty
for the SVN sessions.
Example project path:
C:\projects\my_svn_project
The Web UI shows the project, but its session list is empty.
Direct route works:
http://localhost:4096/<base64url-project-path>/session/<session-id>
So the issue seems to be in the Web session listing/filtering for SVN projects assigned to project_id = global.
Environment
- Windows 10
- OpenCode 1.18.29
- SVN project
Plugins
No response
OpenCode version
1.18.30
Steps to reproduce
Steps to reproduce
- Open an SVN working copy on Windows.
- Start:
opencode web --hostname 0.0.0.0 --port 4096 - Connect with:
opencode attach http://localhost:4096 - Verify existing sessions are visible in
attach. - Open the Web UI and add the same project directory.
- The project appears, but its session list is empty.
- Open a session directly using:
http://localhost:4096/<base64url-project-path>/session/<session-id>
The session opens correctly.
Screenshot and/or share link
No response
Operating System
Windows 10 Pro
Terminal
Windows Terminal
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.