opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

Hello I encountering that when I'm in the plan mode. It sometimes does modification to my codebase. This should never be happen. And sometimes in plan mode i get an...

## Summary Adds `userId` and `sessionId` to `experimental_telemetry.metadata` across all AI SDK calls, enabling session-level trace grouping in observability platforms. ## Motivation Currently, OpenCode emits OTEL traces for cost and...

Hey, loving opencode. A clean build + test in my repo takes more than 2 minutes, and I could easily see it growing to more than 10 minutes for some...

### Description hey so seems like when llm runs some long running cli process such as docker builds via the bash tool . it seems to timeout the process after...

### Description I create a command in the .opencode/command directory in a project, if I run the command in the terminal via opencode run translate --model opencode/big-pickle or another model...

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 Sometimes...

discussion

Currently this PR is not enough to enable bytecode compiliation - opentui also needs to remove top level awaits - bun --bytecode works by compiling to commonjs. some dependencies have...

Previously, custom headers (e.g., Bearer tokens) were only sent when oauth was explicitly set to false. This caused a regression where configs like: { "type": "remote", "url": "...", "headers": {...

### Description ## Description When the assistant lists files using the `list` tool, the output format includes tree-style decorations (e.g., `├──`, `└──`) which not being clickable in Zed editor. ##...

bug