Files
thedotmack__claude-mem/scripts/bug-report
Alex Newman 44c4de0a4c fix(settings): normalize localhost worker host to 127.0.0.1 (rehost #3436) (#4041)
* 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>
2026-09-11 09:42:47 +00:00
..