Skip to content

v1.4.3

Choose a tag to compare

@thebriangao thebriangao released this 07 Jun 23:33
· 1 commit to main since this release

Hardening pass on the totem update flow from 1.4.2:

  • Version picker dates each version by its commit date (so backfilled tags like v1.1.0 read 2026-05-26, in chronological order); dropped the duplicate v1.0.0 tag.
  • Every deployment state handled — none / local / Fly·Railway·Cloud Run / self-hosted Docker — branching on your recorded deploy, never a hardcoded assumption. Self-host gets exact rebuild/restart steps instead of a /health check that falsely passed against the old container.
  • Missing platform CLI now gives a clear "local updated, deploy not pushed" message instead of a cryptic spawn ENOENT.
  • Token carry-over after a cloud redeploy is surfaced (a restart can strand a rotated refresh token; points at totem auth).