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

### 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 simply,...

discussion
web

## Summary Playing around with this, originally came from oh-my-opencode that makes these each individual tools, this unifies them into one tool. Still not sure I like the structure of...

### Description On first loading a session, the vertical scrollbar is rendered extremely small and almost unusable. If I resize the window down and then back to its original size,...

bug

### Description # Installation fails on Fedora 43 with npm after version v1.0.152 ## Issue Description When attempting to install the latest version of `opencode-ai` globally via npm on Fedora...

bug

## Summary - Updated bun.lock dependencies - Modified package.json configuration - Enhanced server.ts implementation - Added test-full-flow.mjs script ## Test plan - [ ] Run tests to verify changes -...

### Summary This PR introduces background process handling capabilities to the bash tool, allowing OpenCode to manage interactive and long-running processes without blocking the conversation flow. Processes that produce no...

Allows openAI reasoning chains to be passed back to the responses API. Uses the itemId if `store:true` and encrypted content if set to false and `include: ["reasoning.encrypted_content"]` is used. Expect...

This pull request enhances the authentication flow for the OpenAI provider in the CLI, giving users a choice between logging in with ChatGPT (OAuth) or using an API key. It...

I noticed that in some instances Codex is still mentioned in the prompt. As this might confuse the model, I removed it. I also noticed that the sandboxing section in...

I'm using Markdown a lot and I'm a little bit sad that OpenCode doesn't render my Markdown-typed messages as Markdown. I have tried to fix it in this PR. There...