Skip to content

v1.2.1

Choose a tag to compare

@CodeAbra CodeAbra released this 01 Jul 06:03

Fixed

  • capture-hooks install no longer breaks the MCP entry. It stopped wiring the wheel-bundled wrapper that shipped without its Node dependencies (it couldn't resolve @modelcontextprotocol/sdk, so the iai-mcp server failed to start after install); install now prefers a runnable wrapper. (#26)
  • HNSW boot-integrity check compares the live index element count instead of the already-repopulated label-map size, so a stale on-disk index is rebuilt rather than silently kept.
  • SessionStart cache refreshes during active (WAKE) operation, not only after a sleep cycle, so long-lived daemons serve current context.
  • macOS CI is green again — socket integration tests use short paths (Darwin AF_UNIX limit) with corrected fixtures.

Added

  • capture-hooks install --components to opt out of re-registering the SessionStart recall hook instead of always putting all three hooks back. (#26)

Thanks to @danielhertz1999-bit and @Marsu6996.