diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2026-01-17 14:59:46 +0100 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2026-01-17 14:59:46 +0100 |
| commit | cd60510acf9cda0fc308a4b2fa59cfdf05e74416 (patch) | |
| tree | d7bb27795a7939c989e4adb07a95fdb8eafe3a8c | |
| parent | 929c8d40d4d464349dc0eab51aa3e6c0ae752f79 (diff) | |
| download | ymer-cd60510acf9cda0fc308a4b2fa59cfdf05e74416.tar.gz | |
opencode: ask for permission before RCE
| -rw-r--r-- | dot-config/opencode/opencode.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dot-config/opencode/opencode.json b/dot-config/opencode/opencode.json new file mode 100644 index 0000000..32a3d74 --- /dev/null +++ b/dot-config/opencode/opencode.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": { + "bash": { + "*": "ask" + } + } +} |
