claude-self-reflect 2.3.5 → 2.3.6

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.
Files changed (2) hide show
  1. package/README.md +11 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,10 +4,19 @@ Claude forgets everything. This fixes that.
4
4
 
5
5
  ## What You Get
6
6
 
7
- Ask Claude about past conversations. Get actual answers.
7
+ Ask Claude about past conversations. Get actual answers. Local-first with no cloud dependencies, but cloud-enhanced search available when you need it.
8
8
 
9
9
  **Before**: "I don't have access to previous conversations"
10
- **After**: "We discussed JWT auth on Tuesday. You decided on 15-minute tokens."
10
+ **After**:
11
+ ```
12
+ ⏺ reflection-specialist(Search FastEmbed vs cloud embedding decision)
13
+ ⎿ Done (3 tool uses · 8.2k tokens · 12.4s)
14
+
15
+ "Found it! Yesterday we decided on FastEmbed for local mode - better privacy,
16
+ no API calls, 384-dimensional embeddings. Works offline too."
17
+ ```
18
+
19
+ The reflection specialist is a specialized sub-agent that Claude automatically spawns when you ask about past conversations. It searches your conversation history in its own isolated context, keeping your main chat clean and focused.
11
20
 
12
21
  Your conversations become searchable. Your decisions stay remembered. Your context persists.
13
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-self-reflect",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "Give Claude perfect memory of all your conversations - Installation wizard for Python MCP server",
5
5
  "keywords": [
6
6
  "claude",