opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Description If your small is enough to warrant the sidebar to act as a drawer, the content will appear behind the window buttons on MacOS ### Plugins _No response_...

bug
web

## Description When using a GitHub-hosted plugin like `github:owner/repo`, OpenCode appends `@latest` to form `github:owner/repo@latest`, which Bun cannot resolve. ## Root Cause In `packages/opencode/src/plugin/index.ts`: ```typescript const lastAtIndex = plugin.lastIndexOf("@") const...

### Description When editing a cpp file then the file is also completely formatted making the edit very dirty if the source file isn't already formatted correctly. ### Plugins Non...

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

discussion

## Summary - Add interactive tip cycling - users can click on tips to cycle through them - Add hover underline effect to indicate tips are interactive - Convert tip...

needs:issue

### Description Please reauthenticate with the copilot provider to ensure your credentials work properly with OpenCode. ### Plugins ohmy opencode ### OpenCode version 1.1.21 ### Steps to reproduce _No response_...

bug
windows

If a user has no .clang-format file in the worktree but one in the home dir for example then clang format is not ran in the current state. https://github.com/anomalyco/opencode/blob/a7cae8f674071a103db0c254ff01dbec19111e8a/packages/opencode/src/format/formatter.ts#L157

## Summary Fixes a bug in plugin deduplication logic where multiple file:// plugins with the same filename (e.g., `index.js`) would be incorrectly treated as duplicates and only the last one...

needs:issue

## Bug Description Multiple file:// plugins with the same entry point filename (e.g., `index.js`) are incorrectly treated as duplicates during plugin loading, causing only the last one to load. ##...

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

discussion
web