Description
While working with opencode ACP integration, e.g. with Avante.nvim, there is no Approve/Reject UI to grant/deny permissions to tools execution when there are tools with set permission to ask in opencode config.
The AI Assistant just hangs waiting for my approval for the tool calling. No UI shows up for that interaction.
OpenCode version
0.15.1
Steps to reproduce
- Require Ask permission for a tool e.g. edit
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"edit": "ask",
"bash": "ask"
}
}
- Prompt to have the tool invoked e.g. edit a test.txt to add some testing text.
Screenshot and/or share link
Operating System
macOS
Terminal
Ghostty
Description
While working with opencode ACP integration, e.g. with Avante.nvim, there is no Approve/Reject UI to grant/deny permissions to tools execution when there are tools with set permission to
askin opencode config.The AI Assistant just hangs waiting for my approval for the tool calling. No UI shows up for that interaction.
OpenCode version
0.15.1
Steps to reproduce
{ "$schema": "https://opencode.ai/config.json", "permission": { "edit": "ask", "bash": "ask" } }Screenshot and/or share link
Operating System
macOS
Terminal
Ghostty