@nextclaw/companion 0.1.1-beta.4 → 0.1.1-beta.6

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/CHANGELOG.md +110 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,115 @@
1
1
  # @nextclaw/companion
2
2
 
3
+ ## 0.1.1-beta.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Auto-generated full public beta release batch.
8
+
9
+ Packages:
10
+ - @nextclaw/agent-chat
11
+ - @nextclaw/agent-chat-ui
12
+ - @nextclaw/app-runtime
13
+ - @nextclaw/app-sdk
14
+ - @nextclaw/channel-plugin-dingtalk
15
+ - @nextclaw/channel-plugin-discord
16
+ - @nextclaw/channel-plugin-email
17
+ - @nextclaw/channel-plugin-feishu
18
+ - @nextclaw/channel-plugin-mochat
19
+ - @nextclaw/channel-plugin-qq
20
+ - @nextclaw/channel-plugin-slack
21
+ - @nextclaw/channel-plugin-telegram
22
+ - @nextclaw/channel-plugin-wecom
23
+ - @nextclaw/channel-plugin-weixin
24
+ - @nextclaw/channel-plugin-whatsapp
25
+ - @nextclaw/channel-runtime
26
+ - @nextclaw/client-sdk
27
+ - @nextclaw/companion
28
+ - @nextclaw/core
29
+ - @nextclaw/feishu-core
30
+ - @nextclaw/kernel
31
+ - @nextclaw/mcp
32
+ - @nextclaw/ncp
33
+ - @nextclaw/ncp-agent-runtime
34
+ - @nextclaw/ncp-http-agent-client
35
+ - @nextclaw/ncp-http-agent-server
36
+ - @nextclaw/ncp-mcp
37
+ - @nextclaw/ncp-react
38
+ - @nextclaw/ncp-react-ui
39
+ - @nextclaw/ncp-toolkit
40
+ - @nextclaw/nextclaw-hermes-acp-bridge
41
+ - @nextclaw/nextclaw-ncp-runtime-adapter-hermes-http
42
+ - @nextclaw/nextclaw-ncp-runtime-claude-code-sdk
43
+ - @nextclaw/nextclaw-ncp-runtime-codex-sdk
44
+ - @nextclaw/nextclaw-ncp-runtime-http-client
45
+ - @nextclaw/nextclaw-ncp-runtime-plugin-claude-code-sdk
46
+ - @nextclaw/nextclaw-ncp-runtime-plugin-codex-sdk
47
+ - @nextclaw/nextclaw-ncp-runtime-stdio-client
48
+ - @nextclaw/openclaw-compat
49
+ - @nextclaw/remote
50
+ - @nextclaw/runtime
51
+ - @nextclaw/server
52
+ - @nextclaw/ui
53
+ - nextclaw
54
+
55
+ - Updated dependencies
56
+ - @nextclaw/client-sdk@0.1.1-beta.6
57
+
58
+ ## 0.1.1-beta.5
59
+
60
+ ### Patch Changes
61
+
62
+ - Auto-generated full public beta release batch.
63
+
64
+ Packages:
65
+ - @nextclaw/agent-chat
66
+ - @nextclaw/agent-chat-ui
67
+ - @nextclaw/app-runtime
68
+ - @nextclaw/app-sdk
69
+ - @nextclaw/channel-plugin-dingtalk
70
+ - @nextclaw/channel-plugin-discord
71
+ - @nextclaw/channel-plugin-email
72
+ - @nextclaw/channel-plugin-feishu
73
+ - @nextclaw/channel-plugin-mochat
74
+ - @nextclaw/channel-plugin-qq
75
+ - @nextclaw/channel-plugin-slack
76
+ - @nextclaw/channel-plugin-telegram
77
+ - @nextclaw/channel-plugin-wecom
78
+ - @nextclaw/channel-plugin-weixin
79
+ - @nextclaw/channel-plugin-whatsapp
80
+ - @nextclaw/channel-runtime
81
+ - @nextclaw/client-sdk
82
+ - @nextclaw/companion
83
+ - @nextclaw/core
84
+ - @nextclaw/feishu-core
85
+ - @nextclaw/kernel
86
+ - @nextclaw/mcp
87
+ - @nextclaw/ncp
88
+ - @nextclaw/ncp-agent-runtime
89
+ - @nextclaw/ncp-http-agent-client
90
+ - @nextclaw/ncp-http-agent-server
91
+ - @nextclaw/ncp-mcp
92
+ - @nextclaw/ncp-react
93
+ - @nextclaw/ncp-react-ui
94
+ - @nextclaw/ncp-toolkit
95
+ - @nextclaw/nextclaw-hermes-acp-bridge
96
+ - @nextclaw/nextclaw-ncp-runtime-adapter-hermes-http
97
+ - @nextclaw/nextclaw-ncp-runtime-claude-code-sdk
98
+ - @nextclaw/nextclaw-ncp-runtime-codex-sdk
99
+ - @nextclaw/nextclaw-ncp-runtime-http-client
100
+ - @nextclaw/nextclaw-ncp-runtime-plugin-claude-code-sdk
101
+ - @nextclaw/nextclaw-ncp-runtime-plugin-codex-sdk
102
+ - @nextclaw/nextclaw-ncp-runtime-stdio-client
103
+ - @nextclaw/openclaw-compat
104
+ - @nextclaw/remote
105
+ - @nextclaw/runtime
106
+ - @nextclaw/server
107
+ - @nextclaw/ui
108
+ - nextclaw
109
+
110
+ - Updated dependencies
111
+ - @nextclaw/client-sdk@0.1.1-beta.5
112
+
3
113
  ## 0.1.1-beta.4
4
114
 
5
115
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/companion",
3
- "version": "0.1.1-beta.4",
3
+ "version": "0.1.1-beta.6",
4
4
  "private": false,
5
5
  "description": "Standalone Electron companion shell for active NextClaw agents.",
6
6
  "author": "NextClaw Team",
@@ -16,7 +16,7 @@
16
16
  "react": "^18.3.1",
17
17
  "react-dom": "^18.3.1",
18
18
  "zustand": "^5.0.2",
19
- "@nextclaw/client-sdk": "0.1.1-beta.4"
19
+ "@nextclaw/client-sdk": "0.1.1-beta.6"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^18.3.12",