Skip to content

v0.7.1 — native Windows setup friction fixes

Choose a tag to compare

@ssamssae ssamssae released this 11 Jul 12:55
c080aad

v0.7.1 — native Windows setup friction fixes

Windows users running setup or doctor outside WSL no longer hit confusing failures:

  • Hook registration detection now normalizes Windows paths, so backslash vs slash and drive-letter case differences no longer cause a false "hook not registered".
  • Starting the daemon on native Windows prints a clear message (the bridge needs tmux and POSIX file locking — run it inside WSL) instead of a ModuleNotFoundError: fcntl traceback.
  • setup and doctor print a py -m bridge_setup fallback when the console script is not on PATH, and the README states that native Windows bridging is unsupported (use WSL).

No behavior changes on macOS/Linux.