From 5281b81ddfbfd7a5d3bb18957bfbd2a73fb7feec Mon Sep 17 00:00:00 2001 From: DhanushSantosh Date: Fri, 23 Jan 2026 17:39:36 +0530 Subject: [PATCH] fix: change usage card to show 'Session' with '5h window' subtitle Updated the first usage card in the popover to correctly label the session-based usage as 'Session' with '5h window' subtitle instead of 'Weekly' with 'All models', accurately reflecting Claude's 5-hour rolling window rate limit. Co-Authored-By: Claude Haiku 4.5 --- apps/ui/src/components/usage-popover.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/ui/src/components/usage-popover.tsx b/apps/ui/src/components/usage-popover.tsx index 216e4e66..dc383a1f 100644 --- a/apps/ui/src/components/usage-popover.tsx +++ b/apps/ui/src/components/usage-popover.tsx @@ -377,13 +377,6 @@ export function UsagePopover() { />
- +
{claudeUsage.costLimit && claudeUsage.costLimit > 0 && (