Skip to content

v2.0.3

Choose a tag to compare

@CodeAbra CodeAbra released this 11 Jul 19:31

Fixed

  • Windows daemon compatibility. The background daemon now starts, stops, and reports its own liveness correctly on Windows — shutdown terminates the whole process tree so the store lock is released, the encryption key file is written in binary mode and replaced atomically, and file locking uses a Windows-native region lock so the store package imports and runs.
  • Duplicate-daemon race. The lifecycle lock is now claimed atomically, so two processes starting at the same time can no longer both become the daemon.
  • Schema confidence gate. Mid-confidence memory-schema patterns now correctly reach the user-approval path instead of being dropped.

Desktop binaries (macOS / Windows / Linux, unsigned) attach automatically once the build completes.