opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

The data-tauri-drag-region attribute was on the header which contains interactive elements like the mobile menu button. In Tauri, this attribute makes the element act as a window drag area, which...

I am using a Fedora 42, KDE desktop Linux and I did one prompt and the opencode tui looks like a hot mess, how does anyone use this? Also it...

### Description When accessing opencode web from iOS, tapping the "Ask anything..." input causes the page to auto-zoom. iOS WebKit (used by all iOS browsers) zooms on any input with...

bug
web

## Summary - Adds support for `CLAUDE_CONFIG_DIR` environment variable - Falls back to `~/.config/claude` (new Claude Code default) then `~/.claude` (legacy) - Fixes ENOTDIR error when `~/.claude` is a file...

### Question Hi, im using LM studio to run an inference server for my local use. I have created this config file in my %USERPROFILE%\.config\opencode folder. `{ "$schema": "https://opencode.ai/config.json", "provider":...

windows
web

Without this patch, users could not quickly access the theme switcher via key bindings. This is a problem because `theme_list` was already documented as working in `packages/web/src/content/docs/keybinds.mdx`. So add the...

## Summary Adds missing Emacs/Readline-style text editing shortcuts to the TUI (terminal) prompt input, improving text editing efficiency in the terminal. ## Changes ### New shortcuts | Shortcut | Action...

(This is the equivalent of #6404, except for the desktop app rather than the TUI. Thanks a lot for resolving that one so quickly!) AFAICS, there is nothing in any...

web
docs

### Description When a plugin is configured without a version (defaulting to "latest"): ```json { "plugin": ["@plannotator/opencode"] } ``` It doesn't update to newer versions on subsequent OpenCode starts. Root...

bug