v0.9.108
LatestFixed
- Opening an idle-stopped session now wakes it on its own instead of dead-ending on "OpenCode failed to load / sandbox not ready." When a real user hits a stopped-but-resumable box, the runtime resumes in place, and the session's status flips to running without a manual refresh.
- Invitation listing and acceptance no longer error — a database column the code relied on was missing and is now added.
- Sessions keep their sandbox identity through recovery and reprovision cleanly after a daemon boot error.
- Quieter, more reliable UI: the transient "runtime still starting" state is no longer reported as an error, and a couple of edge-case crashes (malformed links, a non-string command template) are guarded.
New
- Executor connection profiles — group a connector's credentials under a named profile.
What's Changed
- chore(release): VERSION → 0.9.108 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/4513
- fix(db): add invitation acceptance identity migration by @markokraemer in https://github.com/kortix-ai/suna/pull/4514
- fix(web): guard malformed markdown prefetch links by @markokraemer in https://github.com/kortix-ai/suna/pull/4515
- fix(web): guard non-string command templates by @markokraemer in https://github.com/kortix-ai/suna/pull/4518
- fix(web): suppress transient runtime-not-ready telemetry by @markokraemer in https://github.com/kortix-ai/suna/pull/4516
- fix(web): suppress exact browser image-load noise by @markokraemer in https://github.com/kortix-ai/suna/pull/4517
Full Changelog: https://github.com/kortix-ai/suna/compare/v0.9.107...v0.9.108