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

resolves #4734 some notes about changes: - i think it's "cleaner" to have a way to just get new providers and return new providers using `/config/providers?refresh=true`, but afaik it needed...

### Description You'll see [bash.ts ](https://github.com/sst/opencode/blob/dev/packages/opencode/src/tool/bash.ts#L19) has some mechanisms for limiting its output, we may want the same in write.ts, namely, where it [processes the response of the language server...

bug

## Fix Summary I've successfully fixed the issue where favorites and recent models were being hidden when filtering! Here's what was changed: ### The Problem In `dialog-model.tsx` (lines 45 and...

### Description when opening model list to pick/filter, a favorite's list and recent list of models is shown at the top when filtering by typing, the favorites and recent list...

bug
opentui

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

discussion

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

discussion

Hi @thdxr, @adamdotdevin, and @rekram1-node I love opencode. Trying to run it with open telemetry and wanted to add back some code to the project. If you generaly like this...

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

discussion

Closes #4885 When the debug console is visible, clicking anywhere on it copies all console logs to the clipboard and shows a toast notification. **Changes:** - Add mouse click handler...

## Summary Add Dockerfile LSP support via dockerfile-language-server-nodejs. ## Changes - Add DockerfileLS LSP server with auto-install from npm - Supports files named `Dockerfile` and files with `.dockerfile` extension ##...