claude-self-reflect 2.3.9 → 2.4.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.
Files changed (2) hide show
  1. package/README.md +8 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,23 +49,14 @@ claude-self-reflect setup --voyage-key=YOUR_ACTUAL_KEY_HERE
49
49
 
50
50
  5 minutes. Everything automatic. Just works.
51
51
 
52
- > [!IMPORTANT]
53
- > **Security Update v2.3.3** - This version addresses critical security vulnerabilities. Please update immediately.
54
- >
55
- > ### 🔒 Privacy & Data Exchange
56
- >
57
- > | Mode | Data Storage | External API Calls | Data Sent | Search Quality |
58
- > |------|--------------|-------------------|-----------|----------------|
59
- > | **Local (Default)** | Your machine only | None | Nothing leaves your computer | Good - uses efficient local embeddings |
60
- > | **Cloud (Opt-in)** | Your machine | Voyage AI | Conversation text for embedding generation | Better - uses state-of-the-art models |
61
- >
62
- > **Disclaimer**: Cloud mode sends conversation content to Voyage AI for processing. Review their [privacy policy](https://www.voyageai.com/privacy) before enabling.
63
- >
64
- > ### Security Fixes in v2.3.3
65
- > - ✅ Removed hardcoded API keys
66
- > - ✅ Fixed command injection vulnerabilities
67
- > - ✅ Patched vulnerable dependencies
68
- > - ✅ Local embeddings by default using FastEmbed
52
+ ### 🔒 Privacy & Data Exchange
53
+
54
+ | Mode | Data Storage | External API Calls | Data Sent | Search Quality |
55
+ |------|--------------|-------------------|-----------|----------------|
56
+ | **Local (Default)** | Your machine only | None | Nothing leaves your computer | Good - uses efficient local embeddings |
57
+ | **Cloud (Opt-in)** | Your machine | Voyage AI | Conversation text for embedding generation | Better - uses state-of-the-art models |
58
+
59
+ **Note**: Cloud mode sends conversation content to Voyage AI for processing. Review their [privacy policy](https://www.voyageai.com/privacy) before enabling.
69
60
 
70
61
  ## The Magic
71
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-self-reflect",
3
- "version": "2.3.9",
3
+ "version": "2.4.0",
4
4
  "description": "Give Claude perfect memory of all your conversations - Installation wizard for Python MCP server",
5
5
  "keywords": [
6
6
  "claude",