mirror of
https://github.com/openai/codex.git
synced 2026-05-26 05:55:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user