| summary | read_when | ||
|---|---|---|---|
Refresh cadence, background updates, and error handling. |
|
RefreshFrequency: Manual, 1m, 2m, 5m (default), 15m, 30m.- Stored in
UserDefaultsviaSettingsStore.
- Background refresh runs off-main and updates
UsageStore(usage + credits + optional web scrape). - Manual “Refresh now” always available in the menu.
- Stale/error states dim the icon and surface status in-menu.
- Auto-seed a log if none exists via
codex exec --skip-git-repo-check --json "ping"(currently not executed).
See also: docs/status.md, docs/ui.md.