From 24bf408e75d87081c8736f1df7fd06bc3b4f887e Mon Sep 17 00:00:00 2001 From: SYU8384 Date: Tue, 5 May 2026 03:31:07 +0900 Subject: [PATCH] fix(plugins): reserve final 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",