mirror of
https://github.com/cole-maxwell1/dotfiles.git
synced 2026-08-02 12:23:54 -04:00
Add: allow which and find.
- Removes "opencode.jsonc": "deny"
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
"head *": "allow",
|
"head *": "allow",
|
||||||
"tail *": "allow",
|
"tail *": "allow",
|
||||||
"echo *": "allow",
|
"echo *": "allow",
|
||||||
|
"which *": "allow",
|
||||||
|
"find *": "allow",
|
||||||
"ls *": "allow",
|
"ls *": "allow",
|
||||||
"wc *": "allow",
|
"wc *": "allow",
|
||||||
"go build *": "allow",
|
"go build *": "allow",
|
||||||
@@ -41,7 +43,6 @@
|
|||||||
"id_rsa": "deny",
|
"id_rsa": "deny",
|
||||||
"id_ed25519": "deny",
|
"id_ed25519": "deny",
|
||||||
".aws/credentials": "deny",
|
".aws/credentials": "deny",
|
||||||
"opencode.jsonc": "deny",
|
|
||||||
"~/.ssh/known_hosts": "allow",
|
"~/.ssh/known_hosts": "allow",
|
||||||
},
|
},
|
||||||
"grep": "allow",
|
"grep": "allow",
|
||||||
@@ -115,12 +116,9 @@
|
|||||||
"snapshot": true,
|
"snapshot": true,
|
||||||
// OpenCode Quota: tuiCommandDisplay chooses whether native TUI command output appears in the session transcript or a local popup dialog.
|
// OpenCode Quota: tuiCommandDisplay chooses whether native TUI command output appears in the session transcript or a local popup dialog.
|
||||||
// OpenCode Quota: loads the server plugin for slash commands and quota checks.
|
// OpenCode Quota: loads the server plugin for slash commands and quota checks.
|
||||||
"plugin": [
|
"plugin": ["./plugin/ibmi-gate.ts", "@slkiser/opencode-quota@latest"],
|
||||||
"./plugin/ibmi-gate.ts",
|
|
||||||
"@slkiser/opencode-quota@latest"
|
|
||||||
],
|
|
||||||
"provider": {
|
"provider": {
|
||||||
// Detected zai authentication; opencode-quota added this global provider declaration.
|
// Detected zai authentication; opencode-quota added this global provider declaration.
|
||||||
"zai": {}
|
"zai": {},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user