From b2fa7ac1d08eeb19cd862680f562f132679fb8f2 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sat, 16 May 2026 14:43:36 -0700 Subject: [PATCH] Document direct turn context override ordering --- codex-rs/core/src/codex_thread.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codex-rs/core/src/codex_thread.rs b/codex-rs/core/src/codex_thread.rs index 5a33c62033..dd1a676dbd 100644 --- a/codex-rs/core/src/codex_thread.rs +++ b/codex-rs/core/src/codex_thread.rs @@ -274,7 +274,10 @@ impl CodexThread { Ok(()) } - /// Apply persistent turn context overrides and return the effective state. + /// Apply persistent turn context overrides directly and return the effective state. + /// + /// This bypasses the submission queue; callers that need ordering relative + /// to turns should submit `Op::TurnContext`. pub async fn update_turn_context_overrides( &self, overrides: CodexThreadTurnContextOverrides,