opencode
opencode copied to clipboard
The open source coding agent.
Windows doesn't natively support bash scripts, therefore there is no need to check if the platform contains `Windows`. A full changelog is below. - Removed Windows-x64 from supported targets -...
Adds a command /knowledge which creates a sub-agent to take any new "knowledge" in the session and format it neatly into markdown docs in ./.opencode/knowledge/ This is particularly useful both...
### Description ```python Installed opencode via npm, bun and chocolatey - download of precompiled executable - all have the same behaviour on Windows 11 opencode ERROR 2025-10-30T00:15:05 +213ms service=default name=Error...
heyo! Helicone team here! We just got our models updated in models.dev, and wanted to add some docs! While we were adding docs, we thought that giving our users some...
- Per-session agent/model prefs are persisted and re-applied on every switch (old and new sessions). - Prefs are saved when leaving a session and applied (or seeded) when entering the...
### Description Running multiple sessions and coming back to look for one recently closed and renamed yields no results. ### OpenCode version 1.0.134 ### Steps to reproduce _No response_ ###...
Adds Ctrl+Arrow keybindings for word navigation in the prompt component.
### Description When switching to a subagent view by clicking on a delegated subagent in the right-hand panel, the text input box remains active and accepts user input. However, the...
Hi there! I experienced an issue setting up `opencode` on `macos` with `github-copilot` today. --- ## Context I installed `opencode` on `macos` using homebrew: ```shell brew install sst/tap/opencode ``` And...
## Summary - Cap LSP diagnostics to reduce token/latency overhead while keeping high-signal errors - Limits: 50 diags per file, 8 KB total payload, messages trimmed to 200 chars, deduped;...