Add experimental exec server URL handling (#15196)

Add a config and attempt to start the server.
This commit is contained in:
pakrym-oai
2026-03-19 11:25:11 -07:00
committed by GitHub
parent 267499bed8
commit 1837038f4e
7 changed files with 126 additions and 6 deletions

View File

@@ -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"