• v1.3.1 582280f4c5

    Refactor token management, client initialization, and project handling
    Some checks failed
    goreleaser / goreleaser (push) Has been cancelled

    airkjw released this 2025-07-04 09:08:58 +00:00 | 2088 commits to main since this release

    • Consolidated TokenStorage struct into internal/auth/models.go for better organization.
    • Updated Client to use TokenStorage for managing email and project ID.
    • Simplified SetupUser method to ensure proper token and project assignment.
    • Refactored API handlers to leverage new GetEmail and GetProjectID methods in Client.
    • Cleanup: Removed unused structures and redundant code from client.go and auth.go.
    • Adjusted CLI flow in login.go and run.go for streamlined user onboarding.
    Downloads