github kortix-ai/suna v0.9.96
v0.9.96 — Fix session-page reconnect storm against stopped sandboxes

one hour ago

Stops the infinite refresh/reconnect storm on the session page when a sandbox is stopped. A stopped box answers /kortix/health with 503; the frontend misread that as connected+booting and fast-polled every 150ms forever, which re-fired all health-gated file/SSE queries (walls of /global/event 503s, auth0 CORS redirects, /file/content?path=.opencode 400s). Now the 503 boot window is bounded (120s -> mark unreachable, 5s poll), and .opencode/.kortix/.git are never read as file content.

What's Changed

  • chore(release): VERSION → 0.9.96 [skip ci] by @github-actions[bot] in #4156
  • feat(sdk+whitelabel): Kortix-as-a-Backend — wrapper-backend reference + server-grade SDK surface by @markokraemer in #4145
  • chore(dev-eks): deploy dev-533a23be [skip ci] by @github-actions[bot] in #4160

Full Changelog: v0.9.95...v0.9.96

Don't miss a new suna release

NewReleases is sending notifications on new releases.