opencode
opencode copied to clipboard
The open source coding agent.
## Summary - Added `scrollbox` to `DialogStatus` and `DialogHelp` components. - Implemented keyboard scrolling handlers (Up/Down, PageUp/PageDown, Home/End). - Ensured headers remain fixed while content scrolls. - Fixed an issue...
The /status and /help dialogs in the TUI currently use static boxes, causing content to be cut off on smaller terminals or when there are many active servers/plugins.
### What does this PR do? Adds [opencode-qwen-auth](https://github.com/foxswat/opencode-qwen-auth) to the ecosystem plugins list. This plugin enables Qwen API authentication via OAuth device flow. Features: - Zero-config OAuth device flow (no...
### What does this PR do? The question tool is cool to click and use the TUI with a mouse. This adds similar functionality ### How did you verify your...
The [Rules documentation](https://opencode.ai/docs/rules/) has an ambiguous "Precedence" section that can mislead users. ### Current text > When opencode starts, it looks for rule files in this order: > 1. **Local...
### 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 Currently,...
### What does this PR do? This PR adds a copilot specific provider for the copilot completions API (there's already copilot specific code for the responses API). The code already...
## Summary This PR adds GraphQL Language Server support to OpenCode, enabling IDE-like features (autocomplete, hover info, diagnostics, go-to-definition) for GraphQL projects. ## Changes - Auto-detection via `.graphqlrc.*` or `graphql.config.*`...
exposes the platform specific node_module derivations at the flake level so that any builder can calculate any host platform hash allows 1 builder to update all 4 supported platform hashes...
## Feature Request Add GraphQL Language Server Protocol (LSP) support to OpenCode to provide IDE-like features for GraphQL projects. ## Problem Currently, OpenCode doesn't have dedicated GraphQL LSP support. While...