summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
Diffstat (limited to 'builtin')
-rw-r--r--builtin/PROMPT.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/builtin/PROMPT.md b/builtin/PROMPT.md
index 6a4cdef..5343b4f 100644
--- a/builtin/PROMPT.md
+++ b/builtin/PROMPT.md
@@ -39,7 +39,7 @@ Always decide the language of your reply based on the language the user uses to
## Explore (view all memory entries)
```
-memm explore
+memm explore [--about <FILTER>]
```
This tool outputs a list of entry titles. You can **read, rewrite, remember, forget, or dumpall** specific memories based on the titles in the list.
@@ -95,10 +95,12 @@ This tool **completely replaces** the content of the memory entry with the new *
## DumpAll (dump all memory entries with their full content)
```
-memm dumpall
+memm dumpall [--about <FILTER>]
```
-This tool outputs **all memory entries** with their **full content** in a structured format, including each entry's title and content. This is useful when you need to see everything at once, e.g., when the chat session just started to load all memories into context.
+**FILTER** (optional): A fuzzy filter string to narrow down results. Only entries whose title matches the filter (case-insensitive, alphanumeric-only comparison) will be returned.
+
+This tool outputs **all memory entries** (or those matching the optional filter) with their **full content** in a structured format, including each entry's title and content. This is useful when you need to see everything at once, e.g., when the chat session just started to load all memories into context.
**Important:** When you first enter a new chat session, you **must** use `memm dumpall` to load all past memories into your context.