opencode config: add permission rule to ask before git commands

This commit is contained in:
openhands
2026-07-16 04:36:41 +00:00
parent 67fd789775
commit 4fcb69052e
+3
View File
@@ -66,5 +66,8 @@
}
}
}
},
"permission": {
"bash": { "git *": "ask" }
}
}