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

## Summary This PR adds the ability for users to view their AI provider quota usage directly within OpenCode. Users can now easily monitor how much of their rate limits...

### Description I can complete the GitHub authentication flow for the Copilot provider without any errors. However, when I try to use any Copilot model in OpenCode, I receive the...

bug

Close #5054 The key difference between this PR and #5092 is this PR allow ENV usage in markdown body. I already including a real use case in document and give...

### What does this PR do? Fixes https://github.com/anomalyco/opencode/issues/9317. The fix consists of running `ssh -G alias` to resolve the alias and find the hostname configured in the .ssh/config file. If...

### Description When running opencode github install in a repository that was cloned using an SSH alias (e.g., git clone git@myalias:owner/repo), the command fails with: ``` Could not find git...

bug

### What does this PR do? - Adds a fallback for the `Copy Link` IconButton so the share popover doesn't shift when the user clicks on the `Publish` button. -...

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

discussion

Fixes #9320 ### What does this PR do? Allows you to constrain run commands output to a specific JSON schema. * Inspired by llama.cpp's functionality * Utilizes passed in model...

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

discussion

Closes #9199 ## Summary Add Ralph Loop - a plugin-based mechanism that enables OpenCode to autonomously continue working on tasks without requiring human input after the initial prompt. This feature...