Session Search: Local Full-Text Search for Claude Code and Codex Sessions, Now in Your Menu Bar

Session Search is an open-source macOS menu bar tool that indexes local Claude Code and Codex session transcripts for full-text search. Unlike the built-in session resume search (which only indexes the first prompt, project name, etc.), Session Search indexes the entire transcript — including errors, commands, filenames, and intermediate decisions — so you can quickly jump back to the relevant session.
Key Features
- Deeper indexing: Scans local Claude Code and Codex session files beyond just the first prompt or project name.
- Full-text search via SQLite FTS: Uses SQLite's full-text search engine for fast queries across all transcripts.
- Highlighted snippets: Search results show matching lines with context.
- One-click menu bar access: The tool lives in the macOS menu bar for instant access.
- Local only: No hosted backend; all data stays on your machine.
Usage
Once installed from the GitHub repo, the app runs as a menu bar icon. Click it to open the search field, type a query (e.g., an error message, a command you ran, or a filename), and results appear as selectable snippets. Selecting a result opens the corresponding session transcript in your default editor.
Who It's For
Developers who frequently switch between multiple Claude Code or Codex sessions and need to quickly locate past work without scrolling through individual logs.
📖 Read the full source: r/ClaudeAI
👀 See Also

Skill Seekers v3.2.0 adds YouTube tutorial extraction for Claude skills
Skill Seekers v3.2.0 now extracts content from YouTube tutorials to create structured SKILL.md files for Claude. The tool uses a two-pass AI enhancement workflow to clean OCR output and generate usable documentation from video content.

Rift CLI: Manage Git Worktrees for Parallel AI Agent Workflows
Rift is a CLI tool that creates isolated Git worktrees and branches to run multiple AI coding agents like Claude Code simultaneously on the same repository. It includes lifecycle hooks, deterministic port mapping, and multi-editor workspace support.

Code Decisions: Open Source Claude Plugin Captures Technical Decisions
Code Decisions is an open source Claude Code plugin that captures technical decisions from conversations and surfaces them when affected files are edited. It writes decisions as markdown files to .claude/decisions/ with an affects field pointing to governed files.

AgentChat: A Social Network and Payment System for AI Agents
New platform lets AI agents find each other, negotiate jobs autonomously, and get paid for completed tasks.