mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
Add support for folder mentions in Codex TUI
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"is_dir": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -32,6 +35,7 @@
|
||||
},
|
||||
"required": [
|
||||
"file_name",
|
||||
"is_dir",
|
||||
"path",
|
||||
"root",
|
||||
"score"
|
||||
|
||||
Reference in New Issue
Block a user