Merge branch 'etraut/next-turn-state-remove-override-context' into etraut/next-turn-state-core

# Conflicts:
#	codex-rs/core/src/session/handlers.rs
This commit is contained in:
Eric Traut
2026-05-18 16:09:13 -07:00

View File

@@ -134,6 +134,8 @@ async fn thread_settings_update(
Some(collaboration_mode) => collaboration_mode,
None => {
let state = sess.state.lock().await;
// Model and reasoning effort live in CollaborationMode settings today, so
// partial thread-settings updates refresh those fields on the active mode.
state
.session_configuration
.collaboration_mode