mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-rpms.git
synced 2026-09-20 08:03:38 +08:00
Allow editing version.env without confirmation, allow /tmp external directory access, and default bash commands to ask.
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"permission": {
|
|
"read": {
|
|
"version.env": "allow"
|
|
},
|
|
"edit": {
|
|
"version.env": "allow"
|
|
},
|
|
"bash": "allow",
|
|
"external_directory": {
|
|
"/tmp/**": "allow"
|
|
}
|
|
}
|
|
}
|