Skip to content

v0.5.18

Choose a tag to compare

@jacob-bd jacob-bd released this 09 Apr 16:33
· 323 commits to main since this release

What's Changed

Added

  • WSL2 Authentication Support (PR #138)nlm login --wsl launches Windows Chrome from WSL2 for seamless auth. Thanks to @kylebrodeur!
  • WSL2 Diagnosticsnlm doctor now detects WSL2 environments.

Fixed

  • Thread-Safety for Concurrent MCP Tool Calls (PR #135) — Added threading.Lock to BaseClient protecting mutable state from race conditions. Thanks to @xiangyuwang1998!
  • Restored CDP WebSocket Timeout — Re-applied 30-second timeout removed during WSL2 merge.
  • Restored Port Map File Permissions — Re-applied chmod 0o600 removed during WSL2 merge.

Full Changelog: v0.5.17...v0.5.18