fix: correct minimax usage + show reset

This commit is contained in:
Peter Steinberger
2026-01-16 09:36:37 +00:00
parent d0c986c4f0
commit 0391f6553b
5 changed files with 65 additions and 13 deletions

View File

@@ -168,6 +168,7 @@ export async function buildStatusReply(params: {
const formatted = formatUsageWindowSummary(snapshot, {
now: Date.now(),
maxWindows: 2,
includeResets: true,
});
if (formatted) usageByProvider.set(snapshot.provider, formatted);
}