Upgrade Codex to the latest version (#947)

* Upgrade Codex to the latest version

Use the new `app-server` protocol to interact with codex cli.

* Fix spawn errors

* simplify session forking

* Append spawn errors to the logs
This commit is contained in:
Solomon
2025-10-07 14:57:41 +01:00
committed by GitHub
parent 41eaa061fe
commit 7c10c00d93
10 changed files with 1815 additions and 1410 deletions

View File

@@ -76,6 +76,30 @@
null
]
},
"profile": {
"type": [
"string",
"null"
]
},
"base_instructions": {
"type": [
"string",
"null"
]
},
"include_plan_tool": {
"type": [
"boolean",
"null"
]
},
"include_apply_patch_tool": {
"type": [
"boolean",
"null"
]
},
"base_command_override": {
"title": "Base Command Override",
"description": "Override the base command with a custom command",