opencode
opencode copied to clipboard
The open source coding agent.
### 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 i18n...
## Summary Fixes #6849 The `orng` and `lucent-orng` themes were missing the `selectedListItemText` property, causing button text in permission dialogs to be invisible. ## Problem When using the `orng` theme,...
It seems that the generated URL for the Azure OpenAI service is adding a /v1/ in between. If I'm wrong and it has something todo with my config, I'm sorry...
Without this, external_directory permissions prompts, at least for read tools, didn't show a path at all. You could figure it out by seeing which tool usages were pending, but that...
## Summary - Add interactive question tool for gathering user preferences and clarifying instructions - Enables opencode to ask users questions during execution to: - Gather user preferences or requirements...
## Summary Adds a new `subagents` configuration option that allows primary agents to specify which subagents appear in their Task tool description. This reduces token overhead when many subagents are...
## Summary - Await `cleanup()` in `init()` to prevent race condition where cleanup could run concurrently with file creation - Sort files before slicing to ensure oldest files are deleted,...
### Description About the java code in opencode The jdtls lsp server is not working properly in a window environment. opencode --print-logs --log-level DEBUG debug lsp diagnostics .~~~.java 대강 이런...
### 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 ##...
## Summary The Snapshot directory can get very large. This is a simple command to delete it. Its a [known issue](https://x.com/marwanbz_/status/2009016262526161294) Also relevent to #1126 #6845 #5617 #3182 #3176 This...