You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
recover scoped vector matches beyond the initial KNN window (#102)
Performance Improvements
cache confirmed-OK ingestion checks for faster repeated status audits (#105)
2026-08-24
fix a memory spike in sync-current that could freeze the machine (7.5 GB observed) by capping sync-path embedding at 4096 tokens, dropping the worst-case peak to ~4 GB (#166)
warn when a database's schema version is ahead of what the running code expects, instead of silently treating it as fully migrated (#167)
2026-08-19
surface previously-silent parsing, database, and hook failures to the per-process log files instead of failing silently (#154)
2026-08-14
fix a crash on upgrading pre-v4 databases caused by an index referencing a column added by a later migration (#136)
2026-08-09
fix false-positive capability check failures caused by unrelated, concurrent Claude Code sessions (#112)