opencode
opencode copied to clipboard
The open source coding agent.
- **core: subscription OAuth pools + same-request rotation** - **fix: share OAuth creds across provider aliases** - **core: encrypted credential pools + rotating OAuth fetch** - **fix(mcp): use credential store...
- **core: subscription OAuth pools + same-request rotation** - **fix: share OAuth creds across provider aliases** - **core: encrypted credential pools + rotating OAuth fetch** - **fix(mcp): use credential store...
When submitting a prompt, opencode doesn't return any response and is unresponsive to double-esc key press (interrupt). It shows "generating". Stopping process with double Ctrl-C exits tui but doesn't return...
[VSCode MCP Support](https://code.visualstudio.com/docs/copilot/chat/mcp-servers) VS Code can have a `.vscode/mcp.json` folder in a workspace directory. When opencode starts up in a project folder, part of config loading could also check for...
## Background Slash commands with invalid model fails silently. It will be great if we can display the error message. For example: **~/.config/opencode/command/hello.md** ```md --- description: Greet the user warmly...
## Problem The CLI and desktop app have fundamentally different lifecycles: - **CLI**: Single project, always starts from a project directory (`process.cwd()`) - **Desktop**: Multi-project, starts without any project context,...
Problem: When using a subtask command, the session continues with the subtask's agent and model after it completes instead of returning to the original agent and model. Solution: Restore the...
## Summary - Add support for loading MCP servers from standalone `mcp.json` files, enabling compatibility with Claude Code, Cursor, VS Code, and other tools that use the mcp.json format -...
This pull request adds a new configuration option to control the visibility of the session titlebar in the TUI, and updates the UI to display context and cost information in...
### 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 ###...