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.
- package/README.md +8 -17
- 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
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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
|
|