Description
When "bash": "ask" is set in opencode.json and the session is running via the Zed ACP agent panel (not the TUI), bash tool calls are silently rejected. The agent receives "The user rejected permission to use this specific tool call" — the same message as an explicit user denial — but no permission prompt is ever shown. The session stalls with no indication of what happened.
This is different from #28312 and #29422, where a prompt appears but gets stuck. Here the prompt never appears at all.
Plugins
None
OpenCode version
1.15.11
Steps to reproduce
- Set
"bash": "ask" in opencode.json
- Open an opencode session via the Zed ACP agent panel
- Ask the agent to run any shell command
- Agent attempts
bash tool call
- No prompt appears; agent receives a silent rejection indistinguishable from an explicit deny
Screenshot and/or share link
N/A — the bug manifests as absence of a prompt, nothing visible to screenshot.
Operating System
Linux
Terminal
Zed ACP agent panel (not a terminal emulator — this is the embedded agent UI)
Description
When
"bash": "ask"is set inopencode.jsonand the session is running via the Zed ACP agent panel (not the TUI),bashtool calls are silently rejected. The agent receives"The user rejected permission to use this specific tool call"— the same message as an explicit user denial — but no permission prompt is ever shown. The session stalls with no indication of what happened.This is different from #28312 and #29422, where a prompt appears but gets stuck. Here the prompt never appears at all.
Plugins
None
OpenCode version
1.15.11
Steps to reproduce
"bash": "ask"inopencode.jsonbashtool callScreenshot and/or share link
N/A — the bug manifests as absence of a prompt, nothing visible to screenshot.
Operating System
Linux
Terminal
Zed ACP agent panel (not a terminal emulator — this is the embedded agent UI)