@gotza02/sequential-thinking 10000.0.7 → 10000.0.8
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 +19 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,9 +24,27 @@ Forces the AI to think before acting using a strict block-based flow:
|
|
|
24
24
|
- **Fallback Protection:** Intelligent warning system when API keys are missing.
|
|
25
25
|
|
|
26
26
|
### 🌐 Web Search Integration
|
|
27
|
-
- Built-in support for **Exa**, **Brave**, and **
|
|
27
|
+
- Built-in support for **Exa**, **Brave**, **Google Search**, and **DuckDuckGo** (New!).
|
|
28
28
|
- Allows the AI to "pause and research" during the thinking process.
|
|
29
29
|
|
|
30
|
+
## 🛠️ Recent Updates (v10000.0.7+)
|
|
31
|
+
|
|
32
|
+
### 🔒 Security & Stability
|
|
33
|
+
- **Enhanced Shell Protection:** Blocks dangerous shell metacharacters and risky commands (e.g., `curl | sh`, `rm -rf`).
|
|
34
|
+
- **ReDoS Protection:** Validates regex patterns to prevent Denial of Service attacks.
|
|
35
|
+
- **Path Safety:** Strict path traversal checks to keep operations within the project root.
|
|
36
|
+
- **Resource Limits:** Enforces file size limits (10MB) for editing and parsing to prevent memory exhaustion.
|
|
37
|
+
|
|
38
|
+
### ⚡ Performance & Caching
|
|
39
|
+
- **Graph Caching:** Implemented intelligent caching for the Knowledge Graph (max 1000 files) to speed up analysis.
|
|
40
|
+
- **Rate Limiting:** Added request rate limiting for HTTP endpoints and search providers.
|
|
41
|
+
- **Auto-Cleanup:** Automatically manages backup files (keeps last 10) and prunes old thought history.
|
|
42
|
+
|
|
43
|
+
### ✨ New Capabilities
|
|
44
|
+
- **DuckDuckGo Support:** Added a no-API-key search provider fallback.
|
|
45
|
+
- **Graceful Shutdown:** Ensures data (thoughts, notes) is saved correctly when the server stops.
|
|
46
|
+
- **Enhanced API:** Improved `/health` endpoint with system stats and added pagination to `/api/notes`.
|
|
47
|
+
|
|
30
48
|
## 📦 Installation
|
|
31
49
|
|
|
32
50
|
```bash
|