Skip to content

Add claude-session-search (Tools & Utilities) - #549

Open
aleducode wants to merge 1 commit into
jqueryscript:mainfrom
aleducode:add-claude-session-search
Open

Add claude-session-search (Tools & Utilities)#549
aleducode wants to merge 1 commit into
jqueryscript:mainfrom
aleducode:add-claude-session-search

Conversation

@aleducode

Copy link
Copy Markdown

Adds claude-session-search — a local full-text search engine for Claude Code session history.

  • Indexes everything under ~/.claude/projects/ (prompts, responses, thinking, tool calls/outputs, subagent transcripts) into SQLite FTS5
  • BM25 ranking, diacritic-insensitive, filters by project/role/date; each result can copy a claude --resume command
  • Zero runtime dependencies (Python stdlib only), binds 127.0.0.1, fully offline
  • On PyPI: uvx claude-session-search · MIT · tests + CI

Placed at the end of Tools & Utilities following the star-count ordering. Thanks for maintaining the list!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant