mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
Add experimental exec server URL handling (#15196)
Add a config and attempt to start the server.
This commit is contained in:
@@ -1895,6 +1895,10 @@
|
||||
"experimental_compact_prompt_file": {
|
||||
"$ref": "#/definitions/AbsolutePathBuf"
|
||||
},
|
||||
"experimental_exec_server_url": {
|
||||
"description": "Experimental / do not use. Overrides the URL used when connecting to a remote exec server.",
|
||||
"type": "string"
|
||||
},
|
||||
"experimental_realtime_start_instructions": {
|
||||
"description": "Experimental / do not use. Replaces the built-in realtime start instructions inserted into developer messages when realtime becomes active.",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user