anomalyco / anomalyco/opencode

Web UI does not list SVN sessions on Windows

Open
#48,508 1 comment 0 reactions 1 assignee View on GitHub

@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 attach sees 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
  1. Open an SVN working copy on Windows.
  2. Start:
    opencode web --hostname 0.0.0.0 --port 4096
  3. Connect with:
    opencode attach http://localhost:4096
  4. Verify existing sessions are visible in attach.
  5. Open the Web UI and add the same project directory.
  6. The project appears, but its session list is empty.
  7. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.