From 96da76b77c4aa13c199ebea3f9dff8a2b25c5990 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Tue, 23 Dec 2025 10:48:20 +0100 Subject: [PATCH] NIT 3 --- codex-rs/protocol/src/message_history.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/protocol/src/message_history.rs b/codex-rs/protocol/src/message_history.rs index 02f61111ee..2fe1681976 100644 --- a/codex-rs/protocol/src/message_history.rs +++ b/codex-rs/protocol/src/message_history.rs @@ -7,6 +7,7 @@ use ts_rs::TS; pub struct HistoryEntry { pub conversation_id: String, #[serde(default, skip_serializing_if = "Option::is_none")] + #[ts(optional)] pub agent_id: Option, pub ts: u64, pub text: String,