fix: keep usage day buckets correct across DST (#103097)

* fix: bucket usage days across DST

* docs: document DST-aware usage dates

* perf: reuse usage day formatters

* fix: preserve usage fallback on older gateways

* docs: normalize usage changelog entry

* docs: leave release changelog unchanged

* fix: handle skipped timezone dates
This commit is contained in:
Peter Steinberger
2026-07-09 22:39:57 +01:00
committed by GitHub
parent 90b68536c4
commit db44b284ff
17 changed files with 760 additions and 162 deletions

View File

@@ -62,7 +62,7 @@ const DEFAULTED_OPTIONAL_INIT_PARAM_ENTRIES: readonly [string, readonly string[]
],
["SessionsCompactParams", ["agentId"]],
["SessionsResolveParams", ["allowMissing"]],
["SessionsUsageParams", ["agentId", "agentScope"]],
["SessionsUsageParams", ["agentId", "agentScope", "timeZone"]],
["ChatHistoryParams", ["agentId", "offset"]],
["ChatSendParams", ["agentId"]],
["ChatAbortParams", ["agentId", "preserveSideRuns"]],