mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
Add app-server environment registry for exec-server routing
Expose app-server environment register/list RPCs, persist environment selection through thread lifecycle flows, and cover the new routing behavior with app-server tests. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -2187,6 +2187,12 @@
|
||||
"cwd": {
|
||||
"type": "string"
|
||||
},
|
||||
"environmentId": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"instructionSources": {
|
||||
"default": [],
|
||||
"description": "Instruction source files currently loaded for this thread.",
|
||||
|
||||
Reference in New Issue
Block a user