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

WAYD: A 60-Second Social Break Inside Claude Code, Cursor, and Copilot CLI
WAYD is a plugin for Claude Code, Cursor, and Copilot CLI that lets you post one-line vibes about your coding day under mood-tags and scroll a feed of other devs' reactions — all from your terminal, backed by GitHub Issues.

Open-source MCP server enables AI agents to handle L402 payments via Lightning Network
A Python MCP plugin built with FastMCP intercepts HTTP 402 Payment Required responses, pays Lightning Network invoices, and retrieves data for AI agents. The repository includes a local dummy-agent for testing without spending real funds.

Pilot: A Browser Automation Tool Built Entirely with Claude Code
A non-developer used Claude Code to build Pilot, a Chrome automation tool that lets AI control browsers via accessibility tree navigation. The tool assigns numbers to clickable elements so Claude can issue commands like 'click 5' instead of guessing screen positions.

New Structured Data API Provides Subscription Pricing for LLM Agents
A developer has released a structured data API that normalizes subscription pricing across streaming platforms, ride-share services, dating apps, and other subscription-based platforms. The API provides consistent JSON schemas, region-aware pricing where available, and MCP-compatible endpoints for LLM agents to consume without scraping.