mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
fix: use AbsolutePathBuf for permission profile file roots
This commit is contained in:
@@ -3411,7 +3411,7 @@
|
||||
"properties": {
|
||||
"read": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
"$ref": "#/definitions/AbsolutePathBuf"
|
||||
},
|
||||
"type": [
|
||||
"array",
|
||||
@@ -3420,7 +3420,7 @@
|
||||
},
|
||||
"write": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
"$ref": "#/definitions/AbsolutePathBuf"
|
||||
},
|
||||
"type": [
|
||||
"array",
|
||||
|
||||
Reference in New Issue
Block a user