nextclaw 0.16.3 → 0.16.5

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/index.js CHANGED
@@ -2749,7 +2749,8 @@ var CHANNEL_LABELS = {
2749
2749
  wecom: "WeCom",
2750
2750
  email: "Email",
2751
2751
  slack: "Slack",
2752
- qq: "QQ"
2752
+ qq: "QQ",
2753
+ weixin: "Weixin"
2753
2754
  };
2754
2755
  var RESERVED_PROVIDER_IDS2 = builtinProviderIds2();
2755
2756
  var ChannelCommands = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextclaw",
3
- "version": "0.16.3",
3
+ "version": "0.16.5",
4
4
  "description": "Lightweight personal AI assistant with CLI, multi-provider routing, and channel integrations.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -39,14 +39,14 @@
39
39
  "chokidar": "^3.6.0",
40
40
  "commander": "^12.1.0",
41
41
  "yaml": "^2.8.1",
42
+ "@nextclaw/core": "0.11.5",
43
+ "@nextclaw/ncp": "0.4.0",
44
+ "@nextclaw/ncp-toolkit": "0.4.4",
45
+ "@nextclaw/runtime": "0.2.19",
42
46
  "@nextclaw/mcp": "0.1.52",
43
- "@nextclaw/core": "0.11.3",
44
47
  "@nextclaw/ncp-mcp": "0.1.52",
45
48
  "@nextclaw/ncp-agent-runtime": "0.3.0",
46
- "@nextclaw/ncp": "0.4.0",
47
- "@nextclaw/ncp-toolkit": "0.4.4",
48
49
  "@nextclaw/remote": "0.1.54",
49
- "@nextclaw/runtime": "0.2.17",
50
50
  "@nextclaw/server": "0.11.2",
51
51
  "@nextclaw/openclaw-compat": "0.3.36"
52
52
  },