mirror of
https://github.com/thedotmack/claude-mem.git
synced 2026-09-20 04:23:02 +08:00
44c4de0a4c
* fix(settings): normalize localhost worker host to 127.0.0.1 Windows resolvers pick IPv6-first for localhost while the worker binds a single family, so hooks can hang until the 30s API timeout. Normalize localhost to 127.0.0.1 at SettingsDefaultsManager and stop raw process.env bypasses in scripts. Rehost of #3436. Closes #2992. Co-authored-by: Alex Newman <thedotmack@users.noreply.github.com> * fix(settings): point export-memories tests at normalized 127.0.0.1 The localhost→127.0.0.1 host normalization made the export script hit 127.0.0.1, so mocks still listening on localhost returned 500. Co-authored-by: Alex Newman <thedotmack@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Alex Newman <thedotmack@users.noreply.github.com>