Skip to content

Title: Desktop sidebar hides sessions where session.version = 'local' #27539

@Aigle-2

Description

@Aigle-2

Description

Sessions created with version = 'local' (from dev/CLI builds) exist in opencode.db
but don't appear in the OpenCode Desktop sidebar, even though they exist in the database.

Root Cause:
The Desktop UI appears to filter sessions by version number, excluding rows where
session.version = 'local'.

Workaround:
Update all session.version = 'local' rows to the current app version (e.g., '1.14.48')

Plugins

No response

OpenCode version

1.14.50

Steps to reproduce

  1. Create a session via CLI or dev build (version gets set to 'local')
  2. Check the database: session.version = 'local'
  3. Open Desktop app
  4. The session does not appear in the sidebar

Screenshot and/or share link

No response

Operating System

Windows 11

Terminal

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions