opencode
opencode copied to clipboard
The open source coding agent.
### Description Ask to read scheme url and create opencode.jsonc > Thinking: The user wants me to: > 1. Study https://opencode.ai/docs/config/ > 2. Study the schema at "$schema": "https://opencode.ai/config.json" >...
### Description Exit Opencode from Alacrity being Error ### Plugins oh-my-opencode ### OpenCode version 1.1.11 ### Steps to reproduce _No response_ ### Screenshot and/or share link ### Operating System Omarchy...
model selection only has GPT-5.2 Codex, not low/medium/high/xhigh even through opencode.json has it
### Description here is the model selection GPT-5.2 Codex: GPT-5.1 Codex Max and mini: here is the opencode.json: ``` { "plugin": [ "oh-my-opencode", "[email protected]", "[email protected]" ], "provider": { "google": {...
### Description Description: When accessing OpenCode via the web using opencode serve, the content within the 'question tool' is not visible. - Web UI: Content is missing/invisible. - TUI: Content...
Summary Adds opencode-browser to the ecosystem page. opencode-browser is a plugin that enables browser automation without MCP servers using your chromium-based browser. Features: - Works with existing Chrome/Brave/Arc profiles -...
### Question C:\Users\86150>opencode It seems that your package manager failed to install the right version of the opencode CLI for your platform. You can try manually installing the "opencode-windows-x64" package
Closes #7594 Adds [Unbound](https://getunbound.ai/) as a provider to opencode. Docs: https://docs.getunbound.ai/ **Changes:** - Added Unbound to bundled providers with custom loader - Fetches available models dynamically from `/models` endpoint -...
Unbound is an AI Gateway that routes to several models across providers (OpenAI, Anthropic, Google, etc). It's already supported by other coding tools like Claude Code, Cursor, Roo Code, Cline,...
### Description # Description After connecting my OpenAI account using the native authentication flow, the OpenAI authorization completes successfully in the browser. However, after returning to the opencode TUI, the...
# Question: Empty editor content semantics - cancel vs. intentional clear? ## Context The `Editor.open()` utility in `src/cli/cmd/tui/util/editor.ts` currently uses `return content || undefined`, which converts empty string "" to...