From 1f0621d1290b7aeecf93d0b0f68eb0eb73f68e04 Mon Sep 17 00:00:00 2001 From: Matthew Zeng Date: Mon, 26 Jan 2026 10:12:05 -0800 Subject: [PATCH] update --- codex-rs/app-server-protocol/src/protocol/v2.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/app-server-protocol/src/protocol/v2.rs b/codex-rs/app-server-protocol/src/protocol/v2.rs index 28954c7cde..76c3070fb2 100644 --- a/codex-rs/app-server-protocol/src/protocol/v2.rs +++ b/codex-rs/app-server-protocol/src/protocol/v2.rs @@ -1001,6 +1001,7 @@ pub struct AppInfo { pub name: String, pub description: Option, pub logo_url: Option, + pub logo_url_dark: Option, pub install_url: Option, #[serde(default)] pub is_accessible: bool,