Commit Graph

1 Commits

Author SHA1 Message Date
Alexander 273213cbed feat(ratelimit): persist window token counters across restarts
Save window state (resets_at + token counts) to ~/.claude/ on shutdown
and every poll cycle. On startup, restore counters if the window hasn't
rolled over. Fixes token counters resetting to zero on deploy.
2026-04-14 14:07:28 +02:00