b60920df05
Every agent must have opencode.json with permission: allow, regardless of adapter type. Without it, opencode auto-rejects file access outside the agent's cwd. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
124 B
JSON
8 lines
124 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"permission": "allow",
|
|
"experimental": {
|
|
"snapshots": false
|
|
}
|
|
}
|