mirror of
https://github.com/openai/codex.git
synced 2026-04-27 08:05:51 +00:00
test(app-server): cover thread turn context updates
Document `thread/turnContext/update` more clearly in the protocol and README, including that it updates the live defaults used by later thread-scoped operations. Add a focused app-server regression test that updates a loaded thread's cwd and verifies `thread/read` reflects the new value.
This commit is contained in:
@@ -336,6 +336,7 @@
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"description": "Parameters for `thread/turnContext/update`. Each field is optional; only supplied fields override the thread's defaults for subsequent turns and thread-scoped operations (e.g. shell commands).",
|
||||
"properties": {
|
||||
"approvalPolicy": {
|
||||
"anyOf": [
|
||||
|
||||
Reference in New Issue
Block a user