Add support for folder mentions in Codex TUI

This commit is contained in:
canvrno-oai
2026-01-31 15:09:06 -08:00
parent 33dc93e4d2
commit cb094f2071
18 changed files with 435 additions and 116 deletions

View File

@@ -5000,6 +5000,13 @@
"null"
]
},
"includeDirs": {
"description": "When true, include matching directories in search results.",
"type": [
"boolean",
"null"
]
},
"query": {
"type": "string"
},
@@ -5050,6 +5057,9 @@
"null"
]
},
"is_dir": {
"type": "boolean"
},
"path": {
"type": "string"
},
@@ -5064,6 +5074,7 @@
},
"required": [
"file_name",
"is_dir",
"path",
"root",
"score"