cascade-ai 0.5.1 → 0.9.7

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cascade-ai",
3
- "version": "0.5.1",
3
+ "version": "0.9.7",
4
4
  "description": "Multi-tier AI orchestration CLI — T1/T2/T3 hierarchical agent system",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -42,7 +42,6 @@
42
42
  "@anthropic-ai/sdk": "^0.90.0",
43
43
  "@google/genai": "^1.50.1",
44
44
  "@modelcontextprotocol/sdk": "^1.12.0",
45
- "axios": "1.13.6",
46
45
  "bcryptjs": "^2.4.3",
47
46
  "better-sqlite3": "^12.9.0",
48
47
  "chalk": "^5.3.0",
@@ -56,7 +55,7 @@
56
55
  "glob": "^13.0.6",
57
56
  "highlight.js": "^11.10.0",
58
57
  "ignore": "^6.0.2",
59
- "ink": "^5.1.0",
58
+ "ink": "^6.8.0",
60
59
  "ink-select-input": "^6.0.0",
61
60
  "ink-spinner": "^5.0.0",
62
61
  "ink-text-input": "^6.0.0",
@@ -67,15 +66,14 @@
67
66
  "openai": "^4.67.0",
68
67
  "ora": "^8.1.0",
69
68
  "pdfkit": "^0.18.0",
70
- "posthog-node": "^4.2.0",
71
- "react": "^18.3.0",
72
- "react-dom": "^18.3.0",
69
+ "posthog-node": "^5.37.1",
70
+ "react": "^19.2.0",
71
+ "react-dom": "^19.2.0",
73
72
  "simple-git": "^3.27.0",
74
73
  "socket.io": "^4.8.0",
75
74
  "socket.io-msgpack-parser": "^3.0.2",
76
75
  "undici": "^6.21.0",
77
76
  "update-notifier": "^7.3.0",
78
- "uuid": "^10.0.0",
79
77
  "winston": "^3.15.0",
80
78
  "wrap-ansi": "^10.0.0",
81
79
  "zod": "^3.23.8"
@@ -102,14 +100,14 @@
102
100
  "@types/node-cron": "^3.0.11",
103
101
  "@types/node-notifier": "^8.0.5",
104
102
  "@types/pdfkit": "^0.17.5",
105
- "@types/react": "^18.3.12",
106
- "@types/react-dom": "^18.3.1",
103
+ "@types/react": "^19.2.0",
104
+ "@types/react-dom": "^19.2.0",
107
105
  "tsup": "^8.3.0",
108
106
  "typescript": "^5.6.0",
109
107
  "vitest": "^2.1.0"
110
108
  },
111
109
  "engines": {
112
- "node": ">=18.0.0"
110
+ "node": ">=20.0.0"
113
111
  },
114
112
  "keywords": [
115
113
  "ai",
@@ -133,6 +131,7 @@
133
131
  "url": "https://github.com/Varun-SV/Cascade-AI/issues"
134
132
  },
135
133
  "overrides": {
136
- "node-domexception": "npm:domexception@^4.0.0"
134
+ "node-domexception": "npm:domexception@^4.0.0",
135
+ "ws": "^8.21.0"
137
136
  }
138
- }
137
+ }