opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

Results 3116 opencode issues
Sort by recently updated
recently updated
newest added

### Description `@opencode-ai/plugin` used for plugins is using `@opencode-ai/sdk` but with latest changes in `v1.1.x` opencode now uses `@opencode-ai/sdk/v2`. E.g., `event.type === "permission.asked"` will give type errors when using the...

bug

### Question rao@RaodeMacBook-Air-2 ~ % npm install -g opencode-ai npm error code 1 npm error path /opt/homebrew/lib/node_modules/opencode-ai npm error command failed npm error command sh -c bun ./postinstall.mjs || node...

Fixes error when directory paths contain non-ASCII characters (e.g., Chinese) by using percent-encoding for the x-opencode-directory header, as HTTP headers must be ISO-8859-1 compatible.

This PR adds an Arabic translation of the README file, and translations for CONTRIBUTING in Arabic, Simplified Chinese, and Traditional Chinese.

Fixes an issue where remote config from `.well-known/opencode` overrides local config instead of the other way around. **problem**: Remote config was loaded last in the config precedence chain, meaning organizational...

### Description opencode desktop 在执行中会 Glob /xxx path 检索根目录,并不是项目目录 ### Plugins _No response_ ### OpenCode version _No response_ ### Steps to reproduce _No response_ ### Screenshot and/or share link _No...

bug
web

All changes are in place. Let me create a summary of the implementation: ## Summary I've implemented the default variant configuration per agent feature as specified in the issue. Here...

fixes https://github.com/anomalyco/opencode/issues/7482 MCP servers registered via POST /mcp were working (tools available) but not appearing in the TUI /status dialog. This was because MCP.status() only returned config-based servers, and the...