Compare commits

...
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ public class AgentLimit
public class UsageResponse
{
[JsonPropertyName("claude_ai_default_5h")] public WindowData? FiveHour { get; set; }
[JsonPropertyName("claude_ai_default")] public WindowData? SevenDay { get; set; }
[JsonPropertyName("five_hour")] public WindowData? FiveHour { get; set; }
[JsonPropertyName("seven_day")] public WindowData? SevenDay { get; set; }
}
public class WindowData
+3 -3
View File
@@ -1,4 +1,4 @@
## What's new in beta.31
## What's new in beta.32
- Fix: placeholder cards now show after sign-in when no usage data is cached yet (main panel no longer goes blank)
- Debug: raw usage API response now included in debug banner so we can see what the endpoint returns
- Fix: usage response fields were completely wrong — five_hour/seven_day not claude_ai_default_5h/claude_ai_default (this is why limits never loaded)
- Fix: placeholder cards shown while data loads instead of blank panel