mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-07-29 19:05:30 +00:00
Settings gains a Usage Refresh picker mirroring the quota cadence pattern. Auto keeps the adaptive default (30s active, battery and Low Power backoff); fixed cadences ignore power state but an open popover always gets the active 30s; Manual never auto-spawns, refreshing only on popover open, Refresh Now, and first launch (wake included: manual wakes run stuck-state cleanup without spawning). Stored in UserDefaults as CodeBurnMenubarRefreshSeconds (-1 auto, 0 manual, else seconds) and documented in the README with the defaults-write escape hatch. Refs #647 |
||
|---|---|---|
| .. | ||
| CapacityEstimator.swift | ||
| ClaudeCredentialStore.swift | ||
| ClaudeSubscriptionService.swift | ||
| CLIClaudeConfig.swift | ||
| CodexCredentialStore.swift | ||
| CodexSubscriptionService.swift | ||
| CodexUsage.swift | ||
| DataClient.swift | ||
| MenubarPayload.swift | ||
| MenubarStatusCache.swift | ||
| QuotaSummary.swift | ||
| SubscriptionRefreshCadence.swift | ||
| SubscriptionSnapshotStore.swift | ||
| SubscriptionUsage.swift | ||
| UpdateChecker.swift | ||
| UsageRefreshCadence.swift | ||