MemorySafe 0.4.1
MemorySafe 0.4.1
Windows installs the same way as macOS and Linux: one marketplace plugin, one
uv-provided Python, one runtime directory, and the dashboard starts there too.
The separate Windows installer and the pip runtime builder behind it are gone,
and uv's download is checksum-verified before it runs.
Also in this release:
- The Windows launcher no longer rejects every uv download as a checksum
mismatch, and no longer writes CRLF onto the JSON-RPC channel. - A first start that fails prints its install log instead of discarding it.
- MemorySafe closes the SQLite connections it was leaving open, which on
Windows kept a handle on the database file. - Windows now runs in CI beside Linux and macOS.
Known limitation: the prompt-time capture hint hook does not run on Windows
(hooks.json cannot name a per-platform command). Automatic capture still works
there when the assistant calls memorysafe_auto_capture, and the hook never
blocks a prompt.
Upgrading from 0.4.0 does not rebuild your runtime: requirements.lock and the
Python pin are unchanged.