Module updates no longer break running portals

When a Store module auto-updates, its new files land beside the old ones and pods pick the new version up at their next restart. Until then, a running pod keeps using the version it loaded at boot — and parts of that version load lazily, on first use, possibly hours later.

The boot-time cleanup that reclaims old module folders did not know that. Once the update had made the old folder "no longer current", any pod that happened to boot would clean it up — out from under the sibling pods still running it. The first lazy use after that failed with a missing-file error: on 2026-08-27 that was chat through an updated AI provider answering Could not load file or assembly 'OpenAI' on every model, until the pod was restarted.

Two rarer variants of the same cleanup could leave a module folder half-deleted (its main file present, its dependencies gone) or delete a module's current folder outright after a transient read glitch on the shared volume — both leaving the module marked installed with broken or missing files behind it.

What changed

What you will notice

Store-module auto-updates roll out without breaking the pods still running the previous version — no more sudden missing-file errors between an update landing and the restart that applies it.

Reconnecting…
The server was updated. Reloading the page to pick up the latest version.