Skip to content

v0.21.1

Choose a tag to compare

@nodejsmith-release-please nodejsmith-release-please released this 04 Aug 18:29
306ace6

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)

2026-08-08

  • add opt-in Claude-powered Branch Resume Brief enrichment (#106)
  • harden transcript discovery and capability-gated enrichment fallback (#106)

2026-08-04

  • cache confirmed-OK ingestion checks for faster repeated status audits (#105)
  • recover scoped vector matches beyond the initial KNN window (#102)