cueclaw 0.1.2 → 0.1.4
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 +203 -21
- package/dist/app-6SXWEUZZ.js +3289 -0
- package/dist/{chunk-SEYPA5M2.js → chunk-3HV3MHME.js} +185 -64
- package/dist/chunk-54BGF7G5.js +771 -0
- package/dist/{chunk-RSKXBXSJ.js → chunk-5TV4LNC3.js} +22 -1
- package/dist/{chunk-KRNAXOQ4.js → chunk-FKKDQVRE.js} +2 -1
- package/dist/{chunk-G43R5ASK.js → chunk-HKZ6IN7X.js} +40 -5
- package/dist/chunk-KBLMQZ3P.js +116 -0
- package/dist/{chunk-PZZ6FBGB.js → chunk-MEAAX2SW.js} +4 -3
- package/dist/{chunk-WE5J7GMR.js → chunk-ZOFGQYXX.js} +36 -11
- package/dist/cli.js +123 -89
- package/dist/{config-6NWFKNLW.js → config-FYL6T5JP.js} +4 -1
- package/dist/daemon-Y5HIGH44.js +28 -0
- package/dist/{executor-LS3Y4DO5.js → executor-44MSZ76T.js} +5 -4
- package/dist/logger-HKMIMPCE.js +18 -0
- package/dist/{planner-UU4T5IEN.js → planner-MJ3XBCWH.js} +3 -3
- package/dist/{service-VTUYSAAZ.js → service-Q7USNFFB.js} +4 -3
- package/dist/{setup-NWBKTQCO.js → setup-JK664Y2M.js} +8 -3
- package/dist/{telegram-EFPHL4HC.js → telegram-FH5O4F3K.js} +25 -2
- package/dist/{whatsapp-HFMOFSFI.js → whatsapp-RLNSXSFI.js} +10 -2
- package/package.json +4 -4
- package/dist/app-LWDIWH7K.js +0 -1953
- package/dist/chunk-FAT2VKMJ.js +0 -232
- package/dist/chunk-IB6TU7TP.js +0 -310
- package/dist/chunk-QBOYMF4A.js +0 -42
- package/dist/daemon-WOR4GE5C.js +0 -96
- package/dist/logger-HD23RPWS.js +0 -12
- package/dist/router-ID6RN5AT.js +0 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cueclaw",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Orchestrate agent workflows with natural language. Natural language in, executable DAG out.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"commit-msg": "pnpm commitlint --edit $1"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@anthropic-ai/claude-agent-sdk": "^0.2.
|
|
47
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.63",
|
|
48
48
|
"@anthropic-ai/sdk": "^0.78.0",
|
|
49
49
|
"@inkjs/ui": "^2.0.0",
|
|
50
50
|
"@whiskeysockets/baileys": "7.0.0-rc.9",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"commander": "^14.0.3",
|
|
53
53
|
"cron-parser": "^5.5.0",
|
|
54
54
|
"dotenv": "^17.3.1",
|
|
55
|
-
"grammy": "^1.40.
|
|
55
|
+
"grammy": "^1.40.1",
|
|
56
56
|
"ink": "5",
|
|
57
57
|
"ink-spinner": "^5.0.0",
|
|
58
58
|
"ink-text-input": "^6.0.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@commitlint/config-conventional": "^20.4.2",
|
|
71
71
|
"@eslint/js": "^10.0.1",
|
|
72
72
|
"@types/better-sqlite3": "^7.6.13",
|
|
73
|
-
"@types/node": "^25.3.
|
|
73
|
+
"@types/node": "^25.3.2",
|
|
74
74
|
"@types/react": "^19.2.14",
|
|
75
75
|
"@vitest/coverage-v8": "^4.0.18",
|
|
76
76
|
"eslint": "^10.0.2",
|