v0.16.0
The 11-tool release: aider support, automatic memory for Claude Code, and a stable on-disk schema.
Added
- aider adapter (11th tool) — indexes Aider sessions from each repo's
.aider.chat.history.md. Discovery is a bounded, capped, symlink-safe walk that opens only that file. - Recall loop (Claude Code plugin) — a SessionStart hook gives Claude Code long-term memory of a project: it auto-injects a small, fenced "prior work here" brief at the start of a session, so the agent recalls past work without being asked. Exact-project scoped, fast, fenced as untrusted data, and a no-op on fresh projects.
Changed
- Schema stability on the road to 1.0 — the durable tables (summaries, tags, notes, archive) now version independently of the disposable cache via a forward-only, additive-only migration runner, so your curation and archived sessions survive every upgrade.
Security
searchstrips control bytes from terminal snippets, so an untrusted session body can no longer inject terminal escape sequences.
Install
- macOS / Linux / WSL:
curl -sSL https://raw.githubusercontent.com/youdie006/sessionwiki/main/scripts/install.sh | sh - Windows (PowerShell):
irm https://raw.githubusercontent.com/youdie006/sessionwiki/main/scripts/install.ps1 | iex - With Rust:
cargo install sessionwiki