nextclaw 0.19.16 → 0.19.17
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/dist/cli/app/index.js +3519 -1
- package/package.json +17 -17
- package/resources/USAGE.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nextclaw",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.17",
|
|
4
4
|
"description": "Lightweight personal AI assistant with CLI, multi-provider routing, and channel integrations.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
"commander": "^12.1.0",
|
|
42
42
|
"jszip": "^3.10.1",
|
|
43
43
|
"yaml": "^2.8.1",
|
|
44
|
-
"@nextclaw/core": "0.12.
|
|
45
|
-
"@nextclaw/
|
|
46
|
-
"@nextclaw/
|
|
47
|
-
"@nextclaw/ncp": "0.5.
|
|
48
|
-
"@nextclaw/
|
|
49
|
-
"@nextclaw/
|
|
50
|
-
"@nextclaw/ncp-toolkit": "0.5.
|
|
51
|
-
"@nextclaw/nextclaw-
|
|
52
|
-
"@nextclaw/nextclaw-ncp-runtime-
|
|
53
|
-
"@nextclaw/
|
|
54
|
-
"@nextclaw/
|
|
55
|
-
"@nextclaw/
|
|
56
|
-
"@nextclaw/
|
|
57
|
-
"@nextclaw/
|
|
58
|
-
"@nextclaw/
|
|
44
|
+
"@nextclaw/core": "0.12.19",
|
|
45
|
+
"@nextclaw/kernel": "0.1.8",
|
|
46
|
+
"@nextclaw/mcp": "0.1.84",
|
|
47
|
+
"@nextclaw/ncp": "0.5.12",
|
|
48
|
+
"@nextclaw/ncp-agent-runtime": "0.3.22",
|
|
49
|
+
"@nextclaw/ncp-mcp": "0.1.86",
|
|
50
|
+
"@nextclaw/ncp-toolkit": "0.5.17",
|
|
51
|
+
"@nextclaw/nextclaw-hermes-acp-bridge": "0.1.11",
|
|
52
|
+
"@nextclaw/nextclaw-ncp-runtime-http-client": "0.1.11",
|
|
53
|
+
"@nextclaw/nextclaw-ncp-runtime-stdio-client": "0.1.12",
|
|
54
|
+
"@nextclaw/openclaw-compat": "1.0.19",
|
|
55
|
+
"@nextclaw/remote": "0.1.96",
|
|
56
|
+
"@nextclaw/runtime": "0.2.51",
|
|
57
|
+
"@nextclaw/service": "0.1.11",
|
|
58
|
+
"@nextclaw/server": "0.12.19"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/node": "^20.17.6",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"tsx": "^4.19.2",
|
|
64
64
|
"typescript": "^5.6.3",
|
|
65
65
|
"vitest": "^4.1.2",
|
|
66
|
-
"@nextclaw/ui": "0.12.
|
|
66
|
+
"@nextclaw/ui": "0.12.28"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"dev": "tsx watch --tsconfig tsconfig.json src/cli/app/index.ts",
|
package/resources/USAGE.md
CHANGED
|
@@ -710,7 +710,7 @@ All message channels use a common **allowFrom** rule:
|
|
|
710
710
|
|
|
711
711
|
Configure channels in the UI at http://127.0.0.1:55667 or in `~/.nextclaw/config.json` under `channels`.
|
|
712
712
|
|
|
713
|
-
Use `nextclaw channels list --json` when an automation or AI agent needs
|
|
713
|
+
Use `nextclaw channels list --json` when an automation or AI agent needs exact runtime channel ids, default accounts, and bound user ids before calling messaging tools. Treat returned `channels[].id` values as authoritative; do not guess aliases such as `wechat` for the Weixin channel.
|
|
714
714
|
|
|
715
715
|
### Discord
|
|
716
716
|
|