github kortix-ai/suna v0.13.10
v0.13.10 — Fixes false "temporarily unavailable" errors

2 hours ago

Fixed

  • "Kortix is temporarily unavailable" when nothing was wrong. A single failed read of the maintenance flag was treated as a decision to lock the platform down. The API then rejected every write and showed that message to everyone using Kortix, with no one having touched the maintenance setting. An unreadable flag now means normal operation. Maintenance mode is only ever an explicit action, and a real one still holds while the flag store is briefly unreachable.

  • Being sent to the maintenance page after one failed status check. A momentary network problem in the browser was enough to navigate you out of a working session. It no longer is.

Security

  • Updated the SSH library bundled in our app runtime past CVE-2026-56854, an authentication bypass caused by source-address restrictions not being enforced (golang.org/x/crypto 0.53.0 to 0.55.0).

Internal

  • Two browser errors that were never Kortix defects — one thrown by a browser extension, one by the graphics library behind our background visuals — no longer report as product errors in our monitoring.

What's Changed

  • chore(release): staging VERSION → 0.13.10 [skip ci] by @github-actions[bot] in #7058
  • release: maintenance fail-open (prod ApiError flood) by @kubet in #7097
  • Release v0.13.10 — Fixes false "temporarily unavailable" errors by @github-actions[bot] in #7098

Full Changelog: v0.13.9...v0.13.10

Don't miss a new suna release

NewReleases is sending notifications on new releases.