• v1.2.0 79acea5976

    Refactor authentication and service initialization code
    Some checks failed
    goreleaser / goreleaser (push) Has been cancelled

    airkjw released this 2025-07-03 16:43:15 +00:00

    • Moved login and service management logic to internal/cmd package (login.go and run.go).
    • Introduced DoLogin and StartService functions for modularity.
    • Enhanced error handling by using structured ErrorMessage in Client.
    • Improved token file saving process and added project-specific token identification.
    • Updated API handlers to handle more detailed error responses, including status codes.
    Downloads