diff --git a/codex-rs/tui/src/app.rs b/codex-rs/tui/src/app.rs index a49b5a263e..035544e1d0 100644 --- a/codex-rs/tui/src/app.rs +++ b/codex-rs/tui/src/app.rs @@ -4367,7 +4367,12 @@ impl App { if let Some(status) = next_status { match app_server - .thread_goal_set(thread_id, None, Some(status), None) + .thread_goal_set( + thread_id, + /*objective*/ None, + Some(status), + /*token_budget*/ None, + ) .await { Ok(response) => self.chat_widget.add_info_message(