v0.7.0
What's Changed
- chore(deps): bump blake3 from 1.8.4 to 1.8.5 by @dependabot[bot] in #180
- fix: GitNotesBackend unsupported methods return typed BackendUnsupported error by @usercise in #193
- fix: cap GitNotesBackend list at 500 entries to prevent O(n) hang by @usercise in #194
- feat: add schema_version to NoteRecord for forward-compat detection by @usercise in #195
- feat(#199,#200): remove ask, plan, spec, snapshot, history, verify commands by @usercise in #204
- feat(#198): GitMetaBackend — zero-infra memory via git-meta-lib 0.1.9 by @usercise in #203
- chore(deps): bump tower-http from 0.6.8 to 0.6.10 by @dependabot[bot] in #210
- chore(deps): bump calamine from 0.34.0 to 0.35.0 by @dependabot[bot] in #209
- chore(deps): bump tokio from 1.52.1 to 1.52.3 by @dependabot[bot] in #208
- chore(deps): bump utoipa from 5.4.0 to 5.5.0 by @dependabot[bot] in #207
- feat(#201): add spelunk context command as agent session entry point by @usercise in #206
- docs: reframe spelunk as index-free by default by @usercise in #211
- feat(#197): memory harvest --source entire (Entire.io checkpoints) by @usercise in #212
- fix(#197): add contains_secret checks to harvest_entire LLM fallback path by @usercise in #213
- chore: clean up dirty worktree by commiting left over files by @usercise in #218
- fix: prevent self-referential .spelunk symlink in git worktrees by @usercise in #219
- refactor(#214): replace git rev-parse subprocess calls with gix::discover by @usercise in #217
Full Changelog: v0.6.0...v0.7.0