@botmem/cli 0.32.0 → 0.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ exports.askHelp = `
12
12
 
13
13
  OPTIONS
14
14
  --summarize Use LLM summarization (POST /agent/summarize)
15
- --conversation <id> Continue a conversation (Typesense conversational RAG)
15
+ --conversation <id> Continue a conversation (Postgres search conversational RAG)
16
16
  --source <type> Filter by source (email, message, photo, location)
17
17
  --connector <type> Filter by connector (gmail, slack, whatsapp, imessage)
18
18
  --memory-bank <id> Filter by memory bank ID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botmem/cli",
3
- "version": "0.32.0",
3
+ "version": "0.34.0",
4
4
  "description": "CLI for Botmem — query and manage your personal memory system",
5
5
  "license": "MIT",
6
6
  "repository": {