feat: Add conversation history search with SQLite FTS5#156
Open
feat: Add conversation history search with SQLite FTS5#156
Conversation
Implement powerful conversation history search and playback capabilities: - Add SQLite database with FTS5 full-text search index - Create history module with database, loader, and search components - Add CLI commands: history load, history search, history play - Support incremental loading with duplicate detection - Filter by type (stt/tts), date, or full-text query - Resolve audio files from YYYY/MM directory structure - Audio playback via mpv, afplay, or ffplay - Update VoiceMode skill documentation with search examples Key features: - Fast full-text search across all conversation history - Incremental sync - won't duplicate already-loaded exchanges - Database stored at ~/.voicemode/cache/conversations.db - Compatible with existing JSONL conversation logs - Deterministic exchange IDs for reliable deduplication Tested with real conversation data (334 exchanges loaded successfully) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
voicemode history loadcommand to import JSONL conversation logs into SQLitevoicemode history searchcommand with FTS5 full-text searchvoicemode history playcommand to play audio clips from search resultsFeatures
~/.voicemode/cache/conversations.dbUsage
Related
🤖 Generated with Claude Code