opencode
opencode copied to clipboard
The open source coding agent.
I tried to completly disable the telemetry but opencode still connects to remote hosts ``` { "$schema": "https://opencode.ai/config.json", "share": "disabled", "autoupdate": false, "experimental": { "openTelemetry": false }, "tools": { "websearch":...
### 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 Example:...
Fixes bug 1 from issue #5454 where shell commands were not properly recalled from message history. Previously, when typing a shell command such as, e.g., `!date`, only the `date` text...
### 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 An...
- Add FSharp LSP server configuration using fsautocomplete - Support for .fs, .fsi, .fsx, and .fsscript file extensions - Auto-install fsautocomplete via dotnet tool when .NET SDK is available -...
## Summary - Fixes system prompt caching when plugins modify `output.system` The caching logic in `transform.ts` expects exactly 2 system parts. If a plugin pushes additional parts, they won't be...
Kimi K2 Thinking is now avaible through Amazon Bedrock with the id `moonshot.kimi-k2-thinking` but is not avaible in the model selector. Could you please add it to the selector? Edit:...
This PR builds upon the permission indicators added by @terakael's wonderful recently-merged PR, covering the case where the sidebar is enabled: currently, when the sidebar is enabled, the permission indicator...
Fixes Azure reasoning models (GPT-5, o1) by using `max_completion_tokens` instead of `max_tokens`.