What's Changed
Added
- WSL2 Authentication Support (PR #138) —
nlm login --wsllaunches Windows Chrome from WSL2 for seamless auth. Thanks to @kylebrodeur! - WSL2 Diagnostics —
nlm doctornow 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