opencode
opencode copied to clipboard
The open source coding agent.
https://github.com/sst/opencode/issues/1975 We can now pass in the following to the keybinds to allow for word navigation: ``` "keybinds": { .... "word_backward": "ctrl+left", "word_forward": "ctrl+right" ... }, ```
### 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...
### Description I'm testing out a setup where I have the opencode server running on my remote workstation while attaching to it running the TUI on my local Mac laptop...
Hi, I am writing a few custom agents using the markdown format as described here: https://opencode.ai/docs/agents#markdown. Currently I'm able to add custom tools via the ~/.opencode/tool folder & then specify...
Currently the Docker image can't perform most text based tasks because RipgrepExtractionFailedRipgrepExtractionFailedError keeps happening. This PR fixes it.
Similar to #5352, multiple text elements in the TUI were missing explicit `fg` (foreground color) attributes, making them invisible or hard to read in light mode. Fixed in: - Status...
### 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...
in a recent release, ctrl+left or ctrl+right are no longer working it was working as of the release from about 2 weeks ago at least
### Description I tried upgrading opencode with the `opencode upgrade` command, the first time, it took me to a new version that was not the latest. I had to run...
### 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 Display...