发布

  • Store credential cache in file instead of keychain, use cache for per-provider menubar

    frostbyte_neo 发布于 2026-05-17 14:18:58 +00:00

    Credential cache: switched from keychain to file-based storage under
    Application Support. Ad-hoc signed builds invalidate keychain ACLs on
    every rebuild, causing repeated macOS password prompts. Existing
    keychain entries are migrated to file on first read, then deleted.

    Per-provider menubar: the Codex/Claude/etc tabs previously re-parsed
    all sessions from scratch (22s). Now parses only today with the
    provider filter and uses the daily cache for historical days, matching
    the fast path the All tab already uses.

    Daily cache bumped to v7 to force a clean rebuild after pricing and
    provider changes since v6.

    下载附件