This commit is contained in:
2026-07-24 18:28:05 -07:00
parent 0cee4cc0e2
commit 7871a51d51
3 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"attribution": { "attribution": {
"commit": "", "commit": "",
"pr": "" "pr": "",
"sessionUrl": false
}, },
"permissions": { "permissions": {
"deny": [ "deny": [
+10 -3
View File
@@ -1,7 +1,8 @@
{ {
"attribution": { "attribution": {
"commit": "", "commit": "",
"pr": "" "pr": "",
"sessionUrl": false
}, },
"permissions": { "permissions": {
"allow": [ "allow": [
@@ -40,6 +41,7 @@
"Bash(yadm push --force*)" "Bash(yadm push --force*)"
] ]
}, },
"model": "opus[1m]",
"hooks": { "hooks": {
"Notification": [ "Notification": [
{ {
@@ -69,13 +71,18 @@
"enabled": false, "enabled": false,
"autoAllowBashIfSandboxed": true, "autoAllowBashIfSandboxed": true,
"network": { "network": {
"allowUnixSockets": ["/var/run/docker.sock"], "allowUnixSockets": [
"/var/run/docker.sock"
],
"allowLocalBinding": true "allowLocalBinding": true
}, },
"excludedCommands": ["docker"] "excludedCommands": [
"docker"
]
}, },
"effortLevel": "high", "effortLevel": "high",
"tui": "fullscreen", "tui": "fullscreen",
"skipDangerousModePermissionPrompt": true, "skipDangerousModePermissionPrompt": true,
"agentPushNotifEnabled": true,
"voiceEnabled": true "voiceEnabled": true
} }
+1
View File
@@ -160,3 +160,4 @@ x-scheme-handler/claude-cli=claude-code-url-handler.desktop
x-scheme-handler/mux=mux.desktop x-scheme-handler/mux=mux.desktop
x-scheme-handler/claude=com.anthropic.claude-desktop.desktop x-scheme-handler/claude=com.anthropic.claude-desktop.desktop
x-scheme-handler/t3code=t3code.desktop x-scheme-handler/t3code=t3code.desktop
x-scheme-handler/codex=ChatGPT.desktop