• refactor(auth): replace `TokenRecord` with `coreauth.Auth` and migrate `TokenStore` to `coreauth.Store`
    Some checks failed
    docker-image / docker (push) Has been cancelled
    goreleaser / goreleaser (push) Has been cancelled

    airkjw released this 2025-09-29 01:31:21 +00:00 | 1751 commits to main since this release

    • Replaced TokenRecord with coreauth.Auth for centralized and consistent authentication data structures.
    • Migrated TokenStore interface to coreauth.Store for alignment with core CLIProxy authentication.
    • Updated related login methods, token persistence logic, and file storage handling to use the new coreauth.Auth model.
    Downloads