Changelog.
Every release, newest first. Generated from git tags at build time.
v0.75.1
chore(release): v0.75.1 — tegspun v0.75.1 (deferral retraction + ship-audit follow-ups)
v0.75.0
chore(release): v0.75.0 — tegspun M1 + M2 fixes (final: includes CHANGELOG + plugin manifest sync)
v0.8.0
v0.8.0 — Collections
v0.7.0
v0.7.0: VS Code extension + auto-alias correlator
v0.5.0
feat: v0.5 — Model Context Protocol server
Ship claude-recall-mcp, an MCP stdio server that lets Claude Desktop /
Claude Code (or any MCP client) call Recall as native tools. All
read-only, all local — the server never writes to the index and never
opens a network socket.
Tools:
- list_projects every indexed project with counts
- list_sessions recent sessions, filterable by project/tag/date
- list_tags tag cloud with counts
- search FTS5 search with inline `#tag-name` tokens
- get_session full transcript, accepts 8+-char id prefix
- context_for_session the moat, reachable as a tool call
Shares the same SQLite file and the same formatSessionAsContext() as
the CLI and HTTP daemon, so the condensed markdown that `recall
context` pipes to stdout is identical to what an MCP client receives.
Also:
- `recall mcp` subcommand — ergonomic shim that spawns the stdio
server; useful for debugging an MCP config by running the exact
same entry the client will
- RECALL_HOME env var override on ~/.recall — enables isolated test
profiles without touching production data
- Node integration smoke test (test/mcp.smoke.test.mjs) exercises
every tool through the official MCP client against a temp-home
fixture DB; `npm run test:mcp` builds + runs it
- Command Center gains an MCP section (10 sections total) with
copy-paste configs for Claude Desktop and Claude Code
- README + ROADMAP updated; ROADMAP v0.5 marked ✅v0.4.4
chore: baseline v0.4.4 import
Initial commit capturing the shipped state of Claude Recall as described in HANDOFF.md, README.md, and ROADMAP.md: - v0.1 — tracer bullet CLI - v0.2 — background daemon + file watcher - v0.3 — React web UI (three-pane, FTS search, markdown) - v0.3.1 — jump-to-match, pins, exports, date range, print mode - v0.4 — recall context <id> re-injection (the moat) - v0.4.1 — session aliases - v0.4.2 — session notes - v0.4.2.1 — Command Center, UX polish pass - v0.4.3 — tags, #tag search syntax, transcript virtualization - v0.4.4 — cross-session diff (side-by-side compare) Also includes: - Playwright E2E scaffold under e2e/ - .claude/settings.local.json ignored (machine-local preferences)