Vorno 0.18.0
August 20, 2026
Features
- Idle agent timeout is now a workspace setting — an idle session's warm agent process is released after a configurable number of minutes (default 60;
0keeps agents alive until quit). The session itself stays fully usable: the next message transparently restarts its agent and the conversation resumes where it left off. Find it under Workspace Settings → Advanced. (#167,9d6d5549)
Improvements
- Bundled documentation now reconciles on launch instead of only writing. A setup guide renamed or dropped in a later build no longer lingers from an earlier install — stale guides are pruned, so the agent can't follow a dead OAuth path or a renamed scope that only fails at credential time. (#166,
9c0bacdf) - Releases now publish documentation automatically. A successful signed release republishes vorno.ai/docs and appends the version to vorno.ai/changelog, with the outcome reported in the release summary. (#165,
9b3bb04c)
Bug Fixes
- Idle and archived sessions no longer accumulate live agent processes. Every session kept its agent subprocess alive until the app quit — scheduled automations added ~25–30 leaked processes a day, and archiving a session never released its runtime. Idle sessions past the workspace timeout and archived sessions now release their agent process; sessions with background tasks still running are never interrupted. (#167,
1cee69f9) - Revoking or updating a shared session now targets the backend that stores it. Share update and revoke calls were built from the current service endpoint constant instead of the share's own persisted URL, which would strand shares created before any future backend move. Both now route by the share's recorded address. (#159,
a8ededfd)