From 375af6e9d0716cbcf4e5c979b2ed156c8c7aa6e0 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Wed, 15 Apr 2026 22:58:15 -0700 Subject: [PATCH] codex: satisfy goal TUI argument lint --- codex-rs/tui/src/app.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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(