PonyMux 0.10 Adds Full-Text Search Across Claude Code and Codex Chat History

AI coding agent tools like Claude Code and Codex store complete conversation logs locally on disk, but retrieving specific past discussions has long been difficult without manual grep commands or third-party utilities. PonyMux 0.10 addresses this by integrating full-text search directly into its existing Cmd+K terminal launcher, allowing users to search across all stored conversation transcripts from a single interface. The feature indexes every prompt, agent response, and tool call from local JSONL and session files, returning matched snippets with highlighted keywords. The index is built using SQLite FTS5 with trigram tokenization, enabling substring and CJK language matches without extra configuration, and updates automatically via filesystem events after the initial 10–30 second setup. The search index is stored separately and can be paused or rebuilt from settings without affecting other PonyMux data.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in