opencode
opencode copied to clipboard
The open source coding agent.
### Summary This PR fixes the `yaml-ls` language server which was failing to initialize due to incorrect executable paths and restrictive root detection. ### Changes YAML LSP (`yaml-ls`) - **Provisioning...
### Description # GitHub Issue: Text Selection in Dialog Captures Background Content in iTerm2 ## Title Text selection in authorization dialog includes content outside dialog boundaries when using Cmd+Click or...
### Description Config file includes `"autoupdate": false,`, but v1.1.1 ignores this and updates to v1.1.2 on startup. This occurs whether using `~/.config/opencode/opencode.json`, a local path `./opencode.json` and referencing the env...
The main agent can now invoke the the review agent from /review as a subagent. It uses the exact same permissions and prompt as /review. Essentially, the main agent can...
## Summary Fixes the install script to respect the installation directory priority order as documented in the README. ## Problem The install script was hardcoding `INSTALL_DIR=$HOME/.opencode/bin` on line 68-69, completely...
Anthropic recently released [Claude in Chrome](https://claude.com/chrome) - a browser extension that lets Claude navigate websites, click buttons, fill forms, and run background tasks across tabs. It would be great if...
## Summary Adds support for Claude Code compatible command paths, enabling seamless migration for users coming from Claude Code. - `.claude/commands/` (project-level) - `~/.claude/commands/` (global) OpenCode native paths take precedence...
### Description I experienced 2 issues with unreliable **$ spent** in Context block. **Issue №1**: Without model(Sonnet 4.5) change new value in $ spent sometimes decreases by a small amount...
## Summary This PR implements JSON Schema as the canonical source of truth for OpenCode's type definitions, addressing #6879. **72+ JSON Schema files** now define all major type domains, with...