opencode
opencode copied to clipboard
The open source coding agent.
make the update-hashes script a nix-shell shebang - useful if jq is not installed the script already assumes nix is installed so adding a nix-shell dependency should be fine
## Summary Adds visibility into OAuth rate limits and usage information for authenticated providers, particularly useful for Claude Max users to monitor their 5-hour and 7-day usage limits. Closes #8911...
### Description ``` error: hash mismatch in fixed-output derivation '/nix/store/xnfhz6wwaxsvjkya5qlvprr9897xh7hg-opencode-node_modules-1.1.25.drv': specified: sha256-07XxcHLuToM4QfWVyaPLACxjPZ93ZM7gtpX2o08Lp18= got: sha256-aNdV977azPcVVT8oyJWeurlELYejhafinNclRq9gsj0= ``` It looks like a race condition in the CI caused by a recent refactoring: the...
### What does this PR do? I spawn OpenCode directly on my dev servers in $HOME. I then try to attach to them from any of my machine, and because...
### Description `commad+shift+V` to paste unbracked. Instead of pasting from the global clipboard, pastes the last string copied from that terminal session only, or nothing. This issue does **not** affect...
### Description opencode attach --dir does not work correctly when you try to use it with a remote server. It performs client side validation of whether a directory is valid...
### 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 Vim...
### 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 Following...
Fixes #3851 ### What does this PR do? Summary - Add a global app_exit handler so leader key combos reach exit even when prompt focus is blurred, while still respecting...
### What does this PR do? Closes #3657 (which should have been re-opened) Summary - Normalize ParsedKey events so ctrl+space (NUL) and ctrl+_ map to named keys in one place,...