clementine-agent 1.18.194 → 1.18.195

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 (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clementine-agent",
3
- "version": "1.18.194",
3
+ "version": "1.18.195",
4
4
  "description": "Clementine — Personal AI Assistant (TypeScript)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,8 +28,8 @@
28
28
  "postinstall": "node scripts/postinstall.js 2>/dev/null || true"
29
29
  },
30
30
  "dependencies": {
31
- "@anthropic-ai/claude-agent-sdk": "^0.2.138",
32
- "@anthropic-ai/sdk": "^0.91.0",
31
+ "@anthropic-ai/claude-agent-sdk": "^0.2.139",
32
+ "@anthropic-ai/sdk": "^0.95.2",
33
33
  "@composio/claude-agent-sdk": "^0.8.1",
34
34
  "@composio/core": "^0.8.1",
35
35
  "@huggingface/transformers": "^4.2.0",
@@ -56,6 +56,10 @@
56
56
  "ws": "^8.19.0",
57
57
  "zod": "^4.3.6"
58
58
  },
59
+ "//overrides": "1.18.195 — force nested @anthropic-ai/sdk to a version that fixes GHSA-p7fg-763f-g4gf (Local Filesystem Memory Tool file-permissions). claude-agent-sdk pulls in 0.81.0 transitively; this override pins it across the tree.",
60
+ "overrides": {
61
+ "@anthropic-ai/sdk": "^0.95.2"
62
+ },
59
63
  "devDependencies": {
60
64
  "@types/better-sqlite3": "^7.6.13",
61
65
  "@types/express": "^5.0.0",