opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Description My installation command is "npm i-g opencode-ai@latest ”After a while, 'opencode' will prompt that it doesn't exist, and I will reinstall it ### Plugins _No response_ ### OpenCode...

bug

## Problem When using background tasks (`background_task`, `call_omo_agent` with `run_in_background=true`), there's no visibility into which tasks are currently running. The user has to: 1. Remember the `task_id`s manually 2. Use...

web

### Description Support was added to @ai-sdk/openai-compatible for retaining and passing thought signatures from extra_content in tool calls: * https://github.com/vercel/ai/issues/11590 * https://github.com/vercel/ai/pull/11745 The version of this package that opencode is...

bug

### Description ### Problem When built-in OAuth plugins (opencode-copilot-auth, opencode-anthropic-auth) fail to install from npm, the error is logged but execution continues silently. Users are left without OAuth authentication options...

bug

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request It...

discussion

When OAuth authentication plugins fail to install (e.g., due to corporate npm proxy issues), users now receive: - Clear explanation of which authentication method is unavailable - Actionable troubleshooting steps...

### Description ## Summary: On Windows, `opencode` starts and prints the banner, but for **any** command it only prints the help text and exits (including `opencode`, `opencode .`, `opencode run...

bug
windows

### Description When a model calls the Grep tool, it will fail if the target directory, or any child of that directory, contains broken symlinks. This is directly caused by...

bug

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request After...

discussion
docs

Fixes #8313 ## Summary Enhanced `Filesystem.contains()` to prevent directory escape attacks via symlinks and cross-drive paths on Windows. ## Changes - **`src/util/filesystem.ts`**: Enhanced `contains()` function - Use `realpathSync()` to resolve...