opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

Results 3336 opencode issues
Sort by recently updated
recently updated
newest added

## Summary - Adds linear search fallback when `Binary.search` fails to find a session in the store - Fixes session rename not reflecting in the UI immediately - Fixes session...

### Description ## Summary I discovered a race condition in the OpenCode Server API where concurrent DELETE requests to `/session/{id}` return success status codes (200/204) but don't reliably persist all...

bug

## Summary - Sync todo list state with message history on undo/redo ## Why - When undoing a message, todo list was not reverted - Todo list in sidebar becomes...

Add support for Gleam with its built-in LSP and code formatter. - No auto download necessary as LSP and formatter are built-in to the CLI - Updates documentation for both...

### Description Sessions are sorted by ID string comparison (a.id.localeCompare(b.id)) but session IDs use descending timestamp encoding (newer sessions have lexicographically smaller IDs via Identifier.descending()). This causes --continue to select...

bug
opentui

## Summary - Fix unhandled promise rejections caused by `Storage.read` throwing `NotFoundError` when checking share status for unshared sessions - The TUI calls these functions during sync, resulting in ~1...

## Summary - Remove `deferStream: true` from share page route to fix blank page issue with large session data ## Problem Share pages with large data (3.5MB+) render as **completely...

Add 'List plugins' command to the Ctrl+P command dialog. - Shows up in command dialog (Ctrl+P) - Opens modal displaying all enabled plugins - Shows plugin names and versions

## Summary - Add `opencode cache` command for managing the plugin/package cache directory - Includes `cache clean` to remove cached plugins and `cache info` to inspect cache contents This helps...

Display enabled plugins in the sidebar with collapsible section. - Shows all enabled plugins from config - Includes default plugins - Collapsible when more than 2 plugins - Uses sync.data.config...