fix: correct minimax usage + show reset
This commit is contained in:
@@ -311,6 +311,7 @@ export function createSessionStatusTool(opts?: {
|
||||
const formatted = formatUsageWindowSummary(snapshot, {
|
||||
now: Date.now(),
|
||||
maxWindows: 2,
|
||||
includeResets: true,
|
||||
});
|
||||
if (formatted) usageByProvider.set(snapshot.provider, formatted);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user