When opencode runs as an ACP server (I'm using it in Zed IDE Agent panel), permission prompts show the tool name / kind instead of anything specific.
packages/opencode/src/acp/permission.ts line 60:
title: permission.permission,
Approval prompt for rm -rf foo shows "bash", an edit prompt shows "edit", a webfetch prompt shows "webfetch" instead of the shell command(s) being asked to approve.
I'll follow up with a PR that falls back through those metadata fields so the title reflects the actual context.
When opencode runs as an ACP server (I'm using it in Zed IDE Agent panel), permission prompts show the tool name / kind instead of anything specific.
packages/opencode/src/acp/permission.tsline 60:Approval prompt for
rm -rf fooshows "bash", an edit prompt shows "edit", a webfetch prompt shows "webfetch" instead of the shell command(s) being asked to approve.I'll follow up with a PR that falls back through those metadata fields so the title reflects the actual context.