
session-indexer
Semantic search over your own Claude Code session history
84
Product Hunt Upvotes
Aug 25, 2026
Launch Date
Aug 26, 2026
First Tracked
About
AI Summary
Session-indexer is a project-specific semantic search tool that indexes Claude Code session transcripts into a local SQLite database, allowing users to retrieve past context using embeddings and automatic fallback methods. It integrates with session-end to provide continuity by summarizing previous decisions and actions.
Per-project semantic search over your Claude Code session history — not a shared or centralized memory store. Indexes JSONL transcripts into a local SQLite file, retrieves via bge-m3 embeddings (Ollama) with automatic FTS5 BM25 fallback, and auto-injects relevant past context at session start. Companion to session-end: session-end gives "where I left off," session-indexer gives "what we decided" — same Stop/SessionStart hooks. Apache 2.0, 75 passing tests, go install and nothing to deploy.
Tags