Skip to content

v0.6.2 — Magic-link login resilience

Choose a tag to compare

@w1ckedxt w1ckedxt released this 21 Jun 19:26
· 7 commits to main since this release

v0.6.2 — Magic-link login resilience

Hardens sally login against transient backend hiccups.

Fixed

  • sally login no longer fails on a one-off server/network blip. The magic-link request now retries (with backoff and a 30s timeout) on 5xx and connection/timeout errors, and only surfaces an error if it genuinely can't get through. Rate-limit (429) and invalid-email responses are never retried — so you fail fast when you should, and recover quietly when it's just a cold connection.

Cosmetic-free, behaviour-only. Published to npm with SLSA provenance and to the MCP Registry via trusted publishing (OIDC).

npm i -g @cynicalsally/cli@latest