opencode
opencode copied to clipboard
The open source coding agent.
### Description OAuth auth for the Sentry MCP server fails for me when OpenCode is running inside WSL2 (or a container/devcontainer) but the browser is on the host. After auth,...
### Description When adding an api key from platform.claude.com. ``` TypeError: undefined is not an object (evaluating 'local.agent.current().name') at (src/cli/cmd/tui/component/prompt/index.tsx:841:75) at (../../node_modules/.bun/@[email protected]+897ebc1644d3edd0/node_modules/@opentui/solid/index.js:148:62) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:724:3) at runTop...
Adds `mcp..oauth.callbackHost` to control the bind address for the OAuth callback server. This helps in WSL2, Docker, and devcontainers where the host browser can’t reach the callback listener. Default behavior...
Adds check for string type to handle Bun macros inlined at build time. ## Changes Modified the type check to include both function and string types: ```typescript // Before if...
### Description In OpenCode Desktop, tools are executed as if the working directory is `/` (system root), not the current project directory. This breaks tools that rely on relative paths...
### Description After starting a new chat and entering any message I instantly get this error and opnecode prompts me to restart: TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter...
### 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 Can...
Fixes: https://github.com/anomalyco/opencode/issues/9055
## Summary Comprehensive implementation of YOLO mode that allows users to skip all permission prompts. This addresses multiple community requests (#8463, #7928, #1813) with a complete solution for both CLI...
### Description I'm using the Windows desktop version of OpenCode, and it throws an error when the suggestion words are too long, but it works fine with medium to short...