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

@@ -18,6 +18,9 @@
"null"
]
},
"is_dir": {
"type": "boolean"
},
"path": {
"type": "string"
},
@@ -32,6 +35,7 @@
},
"required": [
"file_name",
"is_dir",
"path",
"root",
"score"