con un clic
search-memory
// Search the user's personal knowledge base when past insights would improve the response. Trigger proactively for continuity, recurring bugs, design rationale, and remembered workflows.
// Search the user's personal knowledge base when past insights would improve the response. Trigger proactively for continuity, recurring bugs, design rationale, and remembered workflows.
Detect breakthrough moments, durable lessons, and decisions worth preserving. Suggest distillation sparingly, then store high-value knowledge as atomic memories.
Read the user's daily Working Memory briefing at session start or when recent priorities matter. This gives Gemini CLI cross-tool continuity without bloating the main prompt.
Save a concise Gemini CLI handoff summary only when the user explicitly asks. This is intentionally separate from full thread-save, which should use the native Gemini session importer.
Save the real Gemini CLI session to Nowledge Mem only when the user explicitly asks. This uses Gemini's native transcript-backed importer rather than a summary-only fallback.
| name | search-memory |
| description | Search the user's personal knowledge base when past insights would improve the response. Trigger proactively for continuity, recurring bugs, design rationale, and remembered workflows. |
Use Nowledge Mem proactively when prior knowledge would materially improve the answer.
Search when:
Contextual signals — consider searching when:
If MCP tools are available, prefer:
memory_search for durable knowledge.thread_search for prior discussions, previous sessions, or exact conversation history.thread_fetch_messages for progressive inspection of a matching thread.Otherwise:
nmem --json m search for durable knowledge.--mode deep when the first pass is weak or the recall need is conceptual.nmem --json t search for prior discussions, previous sessions, or exact conversation history.source_thread or thread search returns a strong hit, inspect the conversation progressively with nmem --json t show.Prefer the smallest retrieval surface that answers the question.
If the runtime already knows the active project or agent lane, add --space "<space name>" to these commands.
Mention source threads when they add useful historical context.