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

I work mainly in a large-ish monorepo with scattered agents.md files, and I can't keep track of which ones get loaded. The slash command shows which files and remote paths...

discussion

### What does this PR do? Fixes #7690 - fixes eslint / tsserver LSP root detection when in e.g. monorepo and starting opencode in the git root. ### How did...

### Description I created an agent and accidentally added a trailing comma to the yaml at the top like so ``` model: openai/gpt-5.2-codex reasoningEffort: "xhigh", ``` This causes `opencode` to...

bug

### Description Description: I encountered a JSON Parse Error when using the Zhipu GLM-4.7 model. It seems like the stream parser fails to handle the boundary between two data chunks...

bug
windows

### Description In e.g. monorepos, where e.g. the frontend is separate from the backend, the eslint & tsserver LSP doesnt get enabled if starting opencode in the git root. If...

bug

### Description Markdown "renderer" in the TUI does not align columns. Rows with wider entries cause misalignment. ### Plugins _No response_ ### OpenCode version 1.0.220 ### Steps to reproduce 1....

bug
opentui

## Summary Fixes the fatal error: `TypeError: undefined is not an object (evaluating 'local.agent.current().name')` ## Root Cause When the agents list is empty or the stored agent name doesn't match...

needs:issue

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

Fixes #3013 ## Summary - Add `init()`, `dispose()`, and `clearSession()` to `PermissionNext` namespace - Subscribe to `session.deleted` bus event to clean up orphaned pending permissions - Reject all pending permission...

### Description # Bug Report: oh-my-opencode fails to install on Windows 10 due to EPERM error ## Summary Installing oh-my-opencode plugin on Windows 10 fails with an EPERM (Operation not...

bug
windows