@clauderecallhq/cli 0.77.0 → 0.77.3

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/dist/cli.js +234 -234
  2. package/package.json +13 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clauderecallhq/cli",
3
- "version": "0.77.0",
3
+ "version": "0.77.3",
4
4
  "description": "Never lose a Claude Code session again. Local, fast, searchable memory over every session you've ever run.",
5
5
  "type": "module",
6
6
  "homepage": "https://clauderecall.com",
@@ -29,33 +29,7 @@
29
29
  "LICENSE"
30
30
  ],
31
31
  "scripts": {
32
- "dev": "tsx src/cli.ts",
33
- "build": "npm run build:cli && npm run build:tooling && npm run build:web",
34
- "build:cli": "tsc && node scripts/build-bundle.mjs",
35
- "build:tooling": "tsc -p tooling/tsconfig.json && mkdir -p dist/marketing/prospects && cp tooling/marketing/prospects/schema.sql dist/marketing/prospects/schema.sql && mkdir -p dist/marketing/cold-email/templates && cp -r tooling/marketing/cold-email/templates/defaults dist/marketing/cold-email/templates/defaults && mkdir -p dist/marketing/dashboard && cp tooling/marketing/dashboard/ui.html dist/marketing/dashboard/ui.html && mkdir -p dist/marketing/cold-email/dashboard/public && cp -r tooling/marketing/cold-email/dashboard/public/. dist/marketing/cold-email/dashboard/public/ && chmod +x dist/marketing/prospects/cli.js dist/marketing/scrapers/cli.js dist/marketing/cold-email/cli.js",
36
- "build:web": "vite build",
37
- "dev:web": "vite",
38
- "start": "node dist/cli.js",
39
- "typecheck": "tsc --noEmit",
40
- "recall": "tsx src/cli.ts",
41
- "test": "npm run test:unit",
42
- "test:unit": "npm run build:cli && npm run build:tooling && node --experimental-test-module-mocks --test test/*.test.mjs",
43
- "test:mcp": "npm run build:cli && node --test test/mcp.smoke.test.mjs",
44
- "test:e2e": "playwright test",
45
- "test:e2e:ui": "playwright test --ui",
46
- "test:e2e:debug": "playwright test --debug",
47
- "tiktok:follow": "tsx tooling/marketing/scrapers/tiktok-auto-follow.ts",
48
- "version-bump": "node scripts/bump-versions.mjs",
49
- "version-bump:dry": "node scripts/bump-versions.mjs --dry-run",
50
- "installs": "node scripts/installs.mjs",
51
- "deploy:site": "bash site/scripts/deploy/deploy-to-production.sh",
52
- "deploy:site:skip-build": "bash site/scripts/deploy/deploy-to-production.sh --skip-build",
53
- "deploy:site:dry-run": "bash site/scripts/deploy/deploy-to-production.sh --dry-run",
54
- "prepare": "node scripts/prepare.mjs",
55
- "postinstall": "node scripts/postinstall.mjs",
56
- "verify:bundle-deps": "node scripts/verify-bundle-deps.mjs",
57
- "check:versions": "node scripts/check-versions.mjs",
58
- "prepublishOnly": "npm run check:versions && npm run build:cli && npm run verify:bundle-deps"
32
+ "postinstall": "node scripts/postinstall.mjs"
59
33
  },
60
34
  "keywords": [
61
35
  "claude",
@@ -80,8 +54,11 @@
80
54
  "x64",
81
55
  "arm64"
82
56
  ],
57
+ "overrides": {
58
+ "onnxruntime-node": "1.23.2"
59
+ },
83
60
  "dependencies": {
84
- "@anthropic-ai/sdk": "^0.95.1",
61
+ "@anthropic-ai/sdk": "^0.96.0",
85
62
  "@hono/node-server": "^2.0.2",
86
63
  "@modelcontextprotocol/sdk": "^1.29.0",
87
64
  "chalk": "^5.3.0",
@@ -89,7 +66,7 @@
89
66
  "cli-table3": "^0.6.5",
90
67
  "commander": "^14.0.3",
91
68
  "date-fns": "^4.1.0",
92
- "hono": "^4.6.3",
69
+ "hono": "^4.12.19",
93
70
  "ink": "^7.0.1",
94
71
  "ink-text-input": "^6.0.0",
95
72
  "jose": "^6.2.2",
@@ -102,7 +79,7 @@
102
79
  "devDependencies": {
103
80
  "@fontsource/inter": "^5.2.8",
104
81
  "@fontsource/jetbrains-mono": "^5.2.8",
105
- "@huggingface/transformers": "^3.4.1",
82
+ "@huggingface/transformers": "^4.2.0",
106
83
  "@playwright/test": "^1.59.1",
107
84
  "@tanstack/react-query": "^5.99.1",
108
85
  "@tanstack/react-virtual": "^3.13.24",
@@ -110,14 +87,14 @@
110
87
  "@types/d3": "^7.4.3",
111
88
  "@types/dompurify": "^3.0.5",
112
89
  "@types/mailparser": "^3.4.6",
113
- "@types/node": "^25.6.2",
90
+ "@types/node": "^25.8.0",
114
91
  "@types/nodemailer": "^8.0.0",
115
92
  "@types/react": "^19.2.14",
116
93
  "@types/react-dom": "^19.2.3",
117
- "@vitejs/plugin-react": "^6.0.1",
94
+ "@vitejs/plugin-react": "^6.0.2",
118
95
  "autoprefixer": "^10.5.0",
119
96
  "better-sqlite3": "^12.9.0",
120
- "bullmq": "^5.76.3",
97
+ "bullmq": "^5.76.9",
121
98
  "clsx": "^2.1.1",
122
99
  "d3": "^7.9.0",
123
100
  "dompurify": "^3.4.0",
@@ -134,10 +111,10 @@
134
111
  "postcss": "^8.5.10",
135
112
  "react-dom": "^19.2.5",
136
113
  "tailwindcss": "^3.4.19",
137
- "tsx": "^4.19.1",
114
+ "tsx": "^4.22.0",
138
115
  "typescript": "^6.0.3",
139
116
  "ulid": "^3.0.2",
140
- "vite": "^8.0.8",
117
+ "vite": "^8.0.13",
141
118
  "wink-bm25-text-search": "^3.1.2"
142
119
  }
143
120
  }