llmemory search

Full-text search across every imported conversation.

Usage

llmemory search <query>

Runs a SQLite FTS5 full-text search across all messages in the vault, ranking real user/assistant messages above tool output. Filter by role or source to narrow results.

Options

FlagDescription
--limit <number>Maximum results (default 20)
--role <role>Filter by role: user | assistant | tool | system
--source <source>Filter by provider, e.g. codex | claude-code

Examples

llmemory search "database migration"
llmemory search "api key" --role assistant --limit 5

← All commands