Skip to content

Releases: valpere/session-indexer

Release list

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 07:16
v0.3.0
682e469

What's Changed

  • chore(deps): Bump modernc.org/sqlite from 1.53.0 to 1.54.0 by @dependabot[bot] in #40
  • chore(deps): Bump actions/setup-go from 6 to 7 by @dependabot[bot] in #39
  • feat(distill): circuit breaker + graceful stop, resumable by design by @valpere in #43
  • fix(session-end): agy prompt was silently dropped via stdin, not read by @valpere in #44
  • chore(fix-review): replace ad-hoc cli tier with canonical external_agents by @valpere in #45
  • chore(fix-review): add agy to external_agents tier by @valpere in #46
  • fix(deps): bump go 1.26.5 -> 1.26.6, fixes 4 stdlib CVEs by @valpere in #51
  • docs: add CONTRIBUTING.md, fix stale go1.26.5 references by @valpere in #53
  • chore(deps): Bump modernc.org/sqlite from 1.54.0 to 1.57.0 by @dependabot[bot] in #49
  • chore(ci): add scheduled trigger to govulncheck workflow by @valpere in #54
  • feat(db): record embedding model per row; re-embed on model change by @valpere in #56
  • chore: ignore sbin/ by @valpere in #57
  • docs(readme): add Product Hunt launch badge by @valpere in #58
  • chore(ci): file an issue on scheduled vulncheck failure by @valpere in #60
  • chore(ci): scope issues:write permission away from push/PR vulncheck runs by @valpere in #62
  • chore(ci): pin govulncheck as a go.mod tool dependency by @valpere in #63
  • feat: browse the index without a query (sessions/list/show/facts list) by @valpere in #65
  • chore: gitignore per-machine sessions.db backup files by @valpere in #67
  • docs: add browsing FAQ entry (sessions/list/show/facts list) by @valpere in #68
  • docs: investigation — session-indexer tree (decided not to build) by @valpere in #69
  • docs: versioning policy, CHANGELOG.md, v2->v3 migration guide; bump to v0.3.0 by @valpere in #70

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:44
v0.2.0
1ee0c8f

What's Changed

  • test: add regression tests (binary filter, noise boundary, cosine edge-cases) by @valpere in #12
  • ci: release workflow, govulncheck security scan, dependabot by @valpere in #13
  • chore(deps): Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #14
  • chore(deps): Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #15
  • chore(deps): Bump actions/checkout from 4 to 7 by @dependabot[bot] in #16
  • docs: extend README comparison + Ollama install link by @valpere in #17
  • refactor: drop python3 dependency — replace with jq by @valpere in #18
  • docs: update UC-6 — python → jq for /recall formatting by @valpere in #19
  • docs: document orchestrator/subagent recall pattern by @valpere in #20
  • docs: document hook-common.sh rotation helper and drop-python3 in hooks by @valpere in #21
  • docs: add MemMachine to centralized-memory comparison by @valpere in #22
  • chore: gitignore .claude/settings.local.json by @valpere in #24
  • chore: track .claude/ (agents, hooks, skills) and add spec-dispersion doc by @valpere in #25
  • chore: sync fixes and additions from ~/wrk/common skill library by @valpere in #26
  • chore: gitignore sqlite WAL sidecar files by @valpere in #27
  • chore: sync fixes from ~/wrk/common skill library, part 2 by @valpere in #28
  • docs: add explicit single-user scope statement + FAQ on DB storage/worktrees by @valpere in #30
  • fix: patch-pin go.mod to 1.26.5, fixing GO-2026-5856 in CI vulncheck by @valpere in #32
  • chore: gitignore self-learn accumulated state by @valpere in #33
  • feat: add facts layer — distill and query subject-predicate-object claims by @valpere in #34
  • docs: add UC-11/UC-12 for the facts layer by @valpere in #35
  • chore: remove per-project session-recall skill (now user-level) by @valpere in #36
  • docs: /recall is now a user-level skill, not per-project by @valpere in #37
  • feat(distill): default OLLAMA_DISTILL_MODEL to glm-5.2:cloud, add --model flag by @valpere in #38
  • feat(distill): concurrent workers, retry-with-jitter, --limit, progress by @valpere in #41
  • chore: bump version to 0.2.0 by @valpere in #42

Full Changelog: v0.1.0...v0.2.0