From fc7e2a10c8fcadf8f38d3645cb05848accfa4b5d Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 4 May 2026 11:18:13 -0700 Subject: [PATCH] fix(plugins): reserve pending delivery session slots --- src/plugins/session-entry-slot-keys.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/plugins/session-entry-slot-keys.ts b/src/plugins/session-entry-slot-keys.ts index 8415d82249c..2873878c3c9 100644 --- a/src/plugins/session-entry-slot-keys.ts +++ b/src/plugins/session-entry-slot-keys.ts @@ -66,6 +66,13 @@ const SESSION_ENTRY_RESERVED_SLOT_KEY_LIST = [ "inputTokens", "outputTokens", "totalTokens", + "pendingFinalDelivery", + "pendingFinalDeliveryCreatedAt", + "pendingFinalDeliveryLastAttemptAt", + "pendingFinalDeliveryAttemptCount", + "pendingFinalDeliveryLastError", + "pendingFinalDeliveryText", + "pendingFinalDeliveryContext", "totalTokensFresh", "estimatedCostUsd", "cacheRead",