Skip to content

v0.1.1

Choose a tag to compare

@bnimit bnimit released this 04 Jun 19:05
· 67 commits to main since this release
61e4e9a

Fix: hook breaks all Claude sessions after pipx install

memor install-hook wrote a path to bin/memor-hook.py relative to the source tree, which doesn't exist in site-packages after pipx install. This caused every Claude Code session to fail with:

UserPromptSubmit operation blocked by hook:
  can't open file '.../site-packages/bin/memor-hook.py': [Errno 2] No such file or directory

Changes

  • memor-hook is now a proper console_scripts entry point (installed to ~/.local/bin/ by pipx)
  • memor install-hook resolves the entry point via shutil.which instead of guessing a file path
  • Hook sidecar startup uses python -m memor.hook_server instead of a fragile path

If you're affected

Run memor install-hook again after upgrading, or manually remove the hooks section from ~/.claude/settings.json.