diff options
| author | Aiden Cline <[email protected]> | 2025-10-25 01:32:46 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-25 01:32:46 -0500 |
| commit | 98d51dde6a194a9e2399679313fcfcb848366f0d (patch) | |
| tree | 0efec0f25092dedb313fbf555e871c3b982713ce /opencode.json | |
| parent | 5fec5ff4249e820865e8b9c2b3bb92cdc3504a1e (diff) | |
| download | opencode-98d51dde6a194a9e2399679313fcfcb848366f0d.tar.gz opencode-98d51dde6a194a9e2399679313fcfcb848366f0d.zip | |
acp: slash commands, agents, permissions, @ references, code cleanup (#3403)
Co-authored-by: yetone <[email protected]>
Diffstat (limited to 'opencode.json')
| -rw-r--r-- | opencode.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/opencode.json b/opencode.json index 720ece5c1..a8819ebdc 100644 --- a/opencode.json +++ b/opencode.json @@ -1,3 +1,8 @@ { - "$schema": "https://opencode.ai/config.json" + "$schema": "https://opencode.ai/config.json", + "permission": { + "bash": { + "cat*": "ask" + } + } } |
