mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
fix: /status when sub-agent (#13130)
Fix https://github.com/openai/codex/issues/13066
This commit is contained in:
@@ -1147,6 +1147,10 @@ impl ChatWidget {
|
||||
Some(event.reasoning_effort),
|
||||
None,
|
||||
);
|
||||
if let Some(mask) = self.active_collaboration_mask.as_mut() {
|
||||
mask.model = Some(model_for_header.clone());
|
||||
mask.reasoning_effort = Some(event.reasoning_effort);
|
||||
}
|
||||
self.refresh_model_display();
|
||||
self.sync_personality_command_enabled();
|
||||
let startup_tooltip_override = self.startup_tooltip_override.take();
|
||||
|
||||
Reference in New Issue
Block a user