mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
Forward standalone turn-context overrides from the TUI to loaded app-server threads via `thread/turnContext/update`, so `/cwd` updates the core thread state instead of only local UI state. Add protocol schemas and regression coverage showing thread-scoped shell commands use the updated cwd after the context override.
5 lines
124 B
JSON
5 lines
124 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "ThreadTurnContextUpdateResponse",
|
|
"type": "object"
|
|
} |