codex: fix CI failure on PR #15106

This commit is contained in:
Eric Traut
2026-03-19 23:12:12 -06:00
parent 6058aba292
commit be700f8284
2 changed files with 2 additions and 1 deletions

1
codex-rs/Cargo.lock generated
View File

@@ -1488,7 +1488,6 @@ dependencies = [
"codex-app-server-protocol",
"codex-arg0",
"codex-core",
"codex-features",
"codex-feedback",
"codex-protocol",
"futures",

View File

@@ -281,6 +281,8 @@ async fn start_plugin_request_client(
client_name: "codex-tui".to_string(),
client_version: env!("CARGO_PKG_VERSION").to_string(),
experimental_api: true,
auto_handle_chatgpt_auth_refresh: false,
allow_legacy_notifications: true,
opt_out_notification_methods: Vec::new(),
channel_capacity: DEFAULT_IN_PROCESS_CHANNEL_CAPACITY,
})