Search and resume Claude Code and Codex sessions from Raycast, across both CLI and desktop app session stores.
~/.claude)~/Library/Application Support/Claude/claude-code-sessions)~/.codex)~/.codex, detected from originator = "Codex Desktop")| Command | Description |
|---|---|
| Vibelet Search | Browse and search Claude Code and Codex sessions |
Return View conversation, or matched context when searching contentCommand + O Open in Claude.app or Codex.appCommand + T Resume in the configured terminalCommand + R Copy Resume CommandCommand + Shift + R Copy Resume Command with the CLI permission-skip flagCommand + Shift + M Copy MarkdownCommand + Shift + P Copy Plain TextCommand + Shift + C Copy Session IDclaude executable name or path.codex executable name or path.The extension reads session files directly from disk:
~/.claude/sessions/*.json plus ~/.claude/projects/<encoded-path>/<session>.jsonl~/Library/Application Support/Claude/claude-code-sessions/<user>/<workspace>/local_*.json~/.codex/sessions/YYYY/MM/DD/rollout-*.jsonlStartup indexing reads only the beginning of each session file to extract titles quickly. Full messages are loaded when a conversation is opened.
Full-content search uses ripgrep. The first content search downloads the ripgrep binary into Raycast's support directory if it is not already cached there.
Session content stays on your machine and is never uploaded.