Skip to content

v0.20.0-beta.8

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Jun 02:56
· 14 commits to main since this release
07790c5

Delta since previous beta (v0.20.0-beta.7) — 1 new changeset.

Patch Changes

  • Keep an open browser tab's ok start server alive. The web editor now holds a single, app-lifetime /collab/keepalive WebSocket — the same presence-invisible keepalive the desktop app and MCP shim already use — so the server's 30-minute idle-shutdown can no longer fire out from under an open tab when no document is focused or during a brief reconnect. Previously, with no doc open the only liveness signal was the per-document collab connections, so an idle tab could lose its server and every editor/tool call would fail until reload. Closing the tab still lets the server idle-shut-down normally, and the keepalive reconnects across a server restart on a new port. Multiple tabs each hold their own keepalive. The keepalive adds no presence-bar entry.