fix: /status when sub-agent (#13130)
Fix https://github.com/openai/codex/issues/13066
This commit is contained in:
parent
9685e7d6d1
commit
b08bdd91e3
1 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue