Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e45241ddc | ||
|
|
78e9004624 |
+2
-2
@@ -21,8 +21,8 @@ public class AgentLimit
|
|||||||
|
|
||||||
public class UsageResponse
|
public class UsageResponse
|
||||||
{
|
{
|
||||||
[JsonPropertyName("claude_ai_default_5h")] public WindowData? FiveHour { get; set; }
|
[JsonPropertyName("five_hour")] public WindowData? FiveHour { get; set; }
|
||||||
[JsonPropertyName("claude_ai_default")] public WindowData? SevenDay { get; set; }
|
[JsonPropertyName("seven_day")] public WindowData? SevenDay { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class WindowData
|
public class WindowData
|
||||||
|
|||||||
@@ -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)
|
- 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)
|
||||||
- Debug: raw usage API response now included in debug banner so we can see what the endpoint returns
|
- Fix: placeholder cards shown while data loads instead of blank panel
|
||||||
|
|||||||
Reference in New Issue
Block a user