opencode
opencode copied to clipboard
The open source coding agent.
Hope I'm not doing this wrong, but with this opencode config in version 0.11.1 ```json { "$schema": "https://opencode.ai/config.json", "mcp": { "graphql": { "type": "local", "enabled": false, "command": ["bunx", "mcp-graphql"], "environment":...
### 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 I'm...
## Summary - Make `time` field optional in session.update endpoint validator ## Why - Previously, the `time` object was required in the request body validation, causing `/rename` command to fail...
### 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 Please...
### Summary On Windows, the LSP client is currently sending URIs built from Windows paths with backslashes (`\`). This results in invalid `file://` URIs and causes strict LSP servers like...
## Summary - Show built-in subagents (`@general`, `@explore`) in the `@` autocomplete suggestions ## Why - Previously, built-in subagents were filtered out from the autocomplete list, making it impossible to...
```json { "$schema": "https://opencode.ai/config.json", "tui":{ "cursor_blinking": false } } ```
### Description In opencode version 1.0.143, /rename works, but not after update. opencode is running on Ubuntu 22.04. ### OpenCode version 1.0.146 ### Steps to reproduce _No response_ ### Screenshot...
### 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 The...
### Description The documentation says that the agents can be invoked using "@" but I can't make it working. When I type "@explore" it doesn't propose me the subagent, nothing...