opencode
opencode copied to clipboard
The open source coding agent.
### Description ``` TypeError: undefined is not an object (evaluating 'input.setText') at set (src/cli/cmd/tui/component/prompt/index.tsx:412:7) at ref (src/cli/cmd/tui/routes/session/index.tsx:1055:21) at Prompt (src/cli/cmd/tui/component/prompt/index.tsx:398:9) at untrack (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:475:12) 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...
The BashTool currently allows some potentially unsafe shell syntax to pass through command parsing. We need to harden the input validation to prevent command injection and ensure a safer execution...
### Question > The free models: Grok Code Fast 1 is currently free on OpenCode for a limited time. The xAI team is using this time to collect feedback and...
### 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 Some...
## Description Subagents spawned via the `task` tool completely ignore agent permission configurations in > v1.0.200. Regardless of what restrictions are defined in `opencode.json`, subagents have unrestricted access to all...
### Description Error: Failed to spawn OpenCode Server. Logs: zu@tauri://localhost/assets/index-BMXdAHf6.js:2:11989 @tauri://localhost/assets/index-BMXdAHf6.js:2:4676 ### Plugins None ### OpenCode version 1.1.8 ### Steps to reproduce 1. Installing MCP 2. Upgraded to the latest...
**Summary** Fixes a security vulnerability where subagents bypassed permission restrictions due to direct tools array inheritance from parent agents. **Problem** Agents with restricted tool access could access parent agent tools...
### Description When using version 1.1.6, the right-side area displays normally, but after updating to version 1.1.8, the right-side area disappears. ### Plugins none ### OpenCode version 1.1.8 ### Steps...
### Description When running OpenCode on Termux (with Debian distribution in chroot/proot), the first execution seems to work, but on the second attempt the program closes abruptly with the message...
### What does this PR do? Adds a new config setting which, when enabled, stops models used in subagents and commands from bubbling up and overriding the main session model...