opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Description My config: ``` "provider": { "myprovider": { "npm": "@ai-sdk/openai-compatible", "name": "myprovider", "options": { "baseURL": "myproviderapi.example.com/v1", "apiKey": "{env:myproviderGPT_OPENAI_API_KEY}", }, "models": { "gpt-5": { "name": "gpt-5", }, "gpt-5-mini": { "name":...

bug

## Related Issues - https://github.com/sst/opencode/issues/219 - https://github.com/sst/opencode/issues/2666 ## What this does - [AI SDK](https://ai-sdk.dev/docs/ai-sdk-core/telemetry) has an `experimental_telemetry` flag. When enabled, it will automatically emit OTEL spans. I've added an optional...

Resolves #4700. Submit the argument following `opencode --prompt` in order to resolve this issue.

### Description Hello, I'm encountering an issue when trying to execute a function related to the `sdk.chat`. The error log indicates that `sdk.chat` is undefined. Here are the details: **Error...

bug
opentui

Nothing complicated here: this PR simply allows keybinding of the recently added Hide/Show Tool Details command (PR#4882, already merged) and provides it with a default keybinding of `t` ('t for...

Improve handling of reasoning content for DeepSeek tool calls to prevent API errors. Add tests to ensure correct behavior for both tool calls and final answers.

### Description ``` Missing `reasoning_content` field in the assistant message at message index 3. For more information, please refer to https://api-docs.deepseek.com/guides/thinking_with_tools ``` DeepSeek just upgraded the model, and I got...

bug
opentui

### Description What happen: When I executed opencode, the program froze, akin to a terminal being frozen. I was unable to close it using any method, such as pressing Ctrl+C....

bug

Hi, Is there a way to restrict terminal command from a agent to access/edit file outside the current directory ? I see that gemini-cli or codex-cli use seatbelt on macOS....

### Question I've read the description of the edit tool and found it states: "You must use your Read tool at least once in the conversation before editing." I wonder,...

good first issue
help-wanted