Skip to content

Commit a90793a

Browse files
committed
Execute gh command without sandboxing
1 parent 8485e77 commit a90793a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/dot_claude/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@
1414
"Bash(tail:*)"
1515
],
1616
"deny": [
17+
"Bash(gh auth:*)",
1718
"Bash(git push:*)",
1819
"Bash(sudo:*)"
1920
],
2021
"defaultMode": "acceptEdits"
2122
},
2223
"sandbox": {
23-
"enabled": true
24+
"enabled": true,
25+
"excludedCommands": [
26+
"gh"
27+
]
2428
},
2529
"alwaysThinkingEnabled": false
2630
}

0 commit comments

Comments
 (0)