Skip to content

Code Brain v0.2.0

Choose a tag to compare

@ezBuilder ezBuilder released this 17 Jun 13:50
· 13 commits to main since this release

Code Brain v0.2.0

Minor release — new retrieval/memory/eval features land since v0.1.3.

Highlights

  • Graft 3 retrieval/memory/eval upgrades
    • self_improveeval_loop pass-rate fitness (rule retention gates on eval pass-rate, not token regression alone)
    • KV-cache-stable context_budget prefix ordering (byte-stable cacheable prefix → higher prompt-cache hit rate)
    • memory_tier page-in: offline sleep-time HOT consolidation (memory_hot.py + ai memory page-in + sleep-time job)
  • Re-inject Code Brain context on /clear and compact (SessionStart hook matcher fix)
  • CI/infra hardening: Windows preflight, cancellable CI, managed-merge dedup, detached-smoke focus, fake-worker decoupling, lean global kit

Verification

  • 1081 tests passed / 4 skipped
  • All 23 doctor checks green
  • Invariants held: no network on hot paths, stdlib-only, fail-soft

Full changelog: v0.1.3...v0.2.0