fix(plugins): reserve pending delivery session slots

This commit is contained in:
Vincent Koc
2026-05-04 11:18:13 -07:00
parent 2511be5244
commit fc7e2a10c8

View File

@@ -66,6 +66,13 @@ const SESSION_ENTRY_RESERVED_SLOT_KEY_LIST = [
"inputTokens",
"outputTokens",
"totalTokens",
"pendingFinalDelivery",
"pendingFinalDeliveryCreatedAt",
"pendingFinalDeliveryLastAttemptAt",
"pendingFinalDeliveryAttemptCount",
"pendingFinalDeliveryLastError",
"pendingFinalDeliveryText",
"pendingFinalDeliveryContext",
"totalTokensFresh",
"estimatedCostUsd",
"cacheRead",