Merge branch 'etraut/next-turn-state-user-input-context' into etraut/next-turn-state-remove-user-input-with-context

This commit is contained in:
Eric Traut
2026-05-18 16:07:45 -07:00

View File

@@ -261,6 +261,8 @@ async fn thread_settings_update(
collaboration_mode
} else {
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