@nextclaw/companion 0.1.14-beta.4 → 0.1.14-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 +114 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,119 @@
1
1
  # @nextclaw/companion
2
2
 
3
+ ## 0.1.14-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-extension-dingtalk
15
+ - @nextclaw/channel-extension-discord
16
+ - @nextclaw/channel-extension-email
17
+ - @nextclaw/channel-extension-feishu
18
+ - @nextclaw/channel-extension-qq
19
+ - @nextclaw/channel-extension-slack
20
+ - @nextclaw/channel-extension-telegram
21
+ - @nextclaw/channel-extension-wecom
22
+ - @nextclaw/channel-extension-weixin
23
+ - @nextclaw/channel-extension-whatsapp
24
+ - @nextclaw/client-sdk
25
+ - @nextclaw/companion
26
+ - @nextclaw/core
27
+ - @nextclaw/extension-sdk
28
+ - @nextclaw/feishu-core
29
+ - @nextclaw/kernel
30
+ - @nextclaw/mcp
31
+ - @nextclaw/ncp
32
+ - @nextclaw/ncp-agent-runtime
33
+ - @nextclaw/ncp-agent-runtime-next
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-narp-runtime-claude-code-sdk
42
+ - @nextclaw/nextclaw-narp-runtime-codex-sdk
43
+ - @nextclaw/nextclaw-narp-stdio-runtime-wrapper
44
+ - @nextclaw/nextclaw-ncp-runtime-adapter-hermes-http
45
+ - @nextclaw/nextclaw-ncp-runtime-claude-code-sdk
46
+ - @nextclaw/nextclaw-ncp-runtime-codex-sdk
47
+ - @nextclaw/nextclaw-ncp-runtime-http-client
48
+ - @nextclaw/nextclaw-ncp-runtime-stdio-client
49
+ - @nextclaw/remote
50
+ - @nextclaw/runtime
51
+ - @nextclaw/server
52
+ - @nextclaw/service
53
+ - @nextclaw/shared
54
+ - @nextclaw/ui
55
+ - nextclaw
56
+
57
+ - Updated dependencies
58
+ - @nextclaw/client-sdk@0.1.14-beta.6
59
+
60
+ ## 0.1.14-beta.5
61
+
62
+ ### Patch Changes
63
+
64
+ - Auto-generated full public beta release batch.
65
+
66
+ Packages:
67
+ - @nextclaw/agent-chat
68
+ - @nextclaw/agent-chat-ui
69
+ - @nextclaw/app-runtime
70
+ - @nextclaw/app-sdk
71
+ - @nextclaw/channel-extension-dingtalk
72
+ - @nextclaw/channel-extension-discord
73
+ - @nextclaw/channel-extension-email
74
+ - @nextclaw/channel-extension-feishu
75
+ - @nextclaw/channel-extension-qq
76
+ - @nextclaw/channel-extension-slack
77
+ - @nextclaw/channel-extension-telegram
78
+ - @nextclaw/channel-extension-wecom
79
+ - @nextclaw/channel-extension-weixin
80
+ - @nextclaw/channel-extension-whatsapp
81
+ - @nextclaw/client-sdk
82
+ - @nextclaw/companion
83
+ - @nextclaw/core
84
+ - @nextclaw/extension-sdk
85
+ - @nextclaw/feishu-core
86
+ - @nextclaw/kernel
87
+ - @nextclaw/mcp
88
+ - @nextclaw/ncp
89
+ - @nextclaw/ncp-agent-runtime
90
+ - @nextclaw/ncp-agent-runtime-next
91
+ - @nextclaw/ncp-http-agent-client
92
+ - @nextclaw/ncp-http-agent-server
93
+ - @nextclaw/ncp-mcp
94
+ - @nextclaw/ncp-react
95
+ - @nextclaw/ncp-react-ui
96
+ - @nextclaw/ncp-toolkit
97
+ - @nextclaw/nextclaw-hermes-acp-bridge
98
+ - @nextclaw/nextclaw-narp-runtime-claude-code-sdk
99
+ - @nextclaw/nextclaw-narp-runtime-codex-sdk
100
+ - @nextclaw/nextclaw-narp-stdio-runtime-wrapper
101
+ - @nextclaw/nextclaw-ncp-runtime-adapter-hermes-http
102
+ - @nextclaw/nextclaw-ncp-runtime-claude-code-sdk
103
+ - @nextclaw/nextclaw-ncp-runtime-codex-sdk
104
+ - @nextclaw/nextclaw-ncp-runtime-http-client
105
+ - @nextclaw/nextclaw-ncp-runtime-stdio-client
106
+ - @nextclaw/remote
107
+ - @nextclaw/runtime
108
+ - @nextclaw/server
109
+ - @nextclaw/service
110
+ - @nextclaw/shared
111
+ - @nextclaw/ui
112
+ - nextclaw
113
+
114
+ - Updated dependencies
115
+ - @nextclaw/client-sdk@0.1.14-beta.5
116
+
3
117
  ## 0.1.14-beta.4
4
118
 
5
119
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/companion",
3
- "version": "0.1.14-beta.4",
3
+ "version": "0.1.14-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.14-beta.4"
19
+ "@nextclaw/client-sdk": "0.1.14-beta.6"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^18.3.12",