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 Fixes the webfetch tool failing when called without a `format` parameter. **Problem:** - The `format` parameter was required in the zod schema but not documented - Calling `webfetch`...

### Description Drag and drop is not importing images correctly. it displays the file path instead of the image. I ruled out permission issues by testing a file from the...

bug
opentui

I'm running into some issues related to my provider: LiteLLM proxy. I realize this is a somewhat niche case, sorry 😬. See my config below. Is this somehow something I...

## Security Fix This PR addresses a **CRITICAL** severity vulnerability detected by our security scanner. ### Security Impact Assessment | Aspect | Rating | Rationale | |--------|--------|-----------| | Impact |...

Closes #6337, #4033, #3703 --- Adds a new `interleaved` object shape to model config with `tagName` (required) and optional `startWithReasoning`. Read ai-sdk's [extractReasoningMiddleware()](https://ai-sdk.dev/docs/reference/ai-sdk-core/extract-reasoning-middleware#extractreasoningmiddleware) as a reference. Example config: ```jsonc "models":...

### Description Same as #2417, installed on macOS using brew. I believe this may be because .local/share already existed since I had PowerShell and uv installed, which use the same...

bug

Correction for https://github.com/sst/opencode/pull/6269

### Description Not entirely sure if this is a bug or intentional. I use both Claude Pro, as well as Zen. My workflow is using GPT 5.1 Codex via Zen...

bug
zen

### 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 Add...

discussion

Add `opencode-skillful`, a plugin that enables lazy loading of prompts on demand through skill discovery and injection.