Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 15:37
6803362

0.1.0 (2026-06-18)

⚠ BREAKING CHANGES

  • binary, command, env vars, and data dir are renamed.

Features

  • cli: S3 show/resume/name + session-grouped search (38d4334)
  • cli: show --range/--count + numbered messages + always show total (9abc7ca)
  • embed: S7 semantic search (opt-in Candle, hybrid RRF) (6d0699f)
  • parser: S1 jsonl parser — content flattening, routing, fixtures, golden tests (510759e)
  • plugin: S8 Claude Code plugin + README (e9540e7)
  • recover: S4 compaction recovery (the wedge) (768974b)
  • release: S6 cross-platform release pipeline (539748e)
  • store,index: S2 SQLite index + FTS search (39761f0)
  • topology: S5 tree — worktree/session topology (292bdb9)

Bug Fixes

  • address 10-user QA findings (df04d8f)
  • embed: cap embedding threads so it doesn't pin the whole machine (a59012a)
  • store: make v3 migration idempotent for partially-present chunk tables (977cce5)

Performance

  • embed: chunk-level semantic via fastembed/ort — ~40h → ~10min (ea661df)

Code Refactoring

  • rename project recall -> wend (7abbea0)

Miscellaneous