mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
Include spawn agent model metadata in app-server items (#14410)
- add model and reasoning effort to app-server collab spawn items and notifications - regenerate app-server protocol schemas for the new fields --------- Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -579,6 +579,8 @@ fn collab_spawn_begin_and_end_emit_item_events() {
|
||||
new_agent_nickname: None,
|
||||
new_agent_role: None,
|
||||
prompt: prompt.clone(),
|
||||
model: "gpt-5".to_string(),
|
||||
reasoning_effort: ReasoningEffortConfig::default(),
|
||||
status: AgentStatus::Running,
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user