v1.2.1
Fixed
capture-hooks installno 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 theiai-mcpserver 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_UNIXlimit) with corrected fixtures.
Added
capture-hooks install --componentsto opt out of re-registering the SessionStart recall hook instead of always putting all three hooks back. (#26)
Thanks to @danielhertz1999-bit and @Marsu6996.