Skip to content

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 08 Mar 20:22
· 118 commits to main since this release
a883bf4

1.2.4 (2026-03-08)

Bug Fixes

  • embeddings: make incremental generation content-hash based and project-safe (8a2f025)

    • use content hashes as the source of truth for incremental freshness instead of relying on mtimes
    • distinguish full scans from partial file updates so stale embeddings are only pruned when safe
    • prune deleted file and document embeddings during full scans to keep review context current
    • scope project structure embeddings and retrieval by project path to avoid cross-project collisions
    • harden retrieval and summary invalidation so code review uses up-to-date project context