@nextclaw/companion 0.1.22 → 0.1.24

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 +64 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,69 @@
1
1
  # @nextclaw/companion
2
2
 
3
+ ## 0.1.24
4
+
5
+ ### Patch Changes
6
+
7
+ - @nextclaw/client-sdk@0.2.7
8
+
9
+ ## 0.1.23
10
+
11
+ ### Patch Changes
12
+
13
+ - Auto-generated full public beta release batch.
14
+
15
+ Packages:
16
+ - @nextclaw/agent-chat
17
+ - @nextclaw/agent-chat-ui
18
+ - @nextclaw/app-runtime
19
+ - @nextclaw/app-sdk
20
+ - @nextclaw/channel-extension-dingtalk
21
+ - @nextclaw/channel-extension-discord
22
+ - @nextclaw/channel-extension-email
23
+ - @nextclaw/channel-extension-feishu
24
+ - @nextclaw/channel-extension-qq
25
+ - @nextclaw/channel-extension-slack
26
+ - @nextclaw/channel-extension-telegram
27
+ - @nextclaw/channel-extension-wecom
28
+ - @nextclaw/channel-extension-weixin
29
+ - @nextclaw/channel-extension-whatsapp
30
+ - @nextclaw/client-sdk
31
+ - @nextclaw/companion
32
+ - @nextclaw/core
33
+ - @nextclaw/extension-sdk
34
+ - @nextclaw/feishu-core
35
+ - @nextclaw/kernel
36
+ - @nextclaw/mcp
37
+ - @nextclaw/ncp
38
+ - @nextclaw/ncp-agent-runtime
39
+ - @nextclaw/ncp-agent-runtime-next
40
+ - @nextclaw/ncp-http-agent-client
41
+ - @nextclaw/ncp-http-agent-server
42
+ - @nextclaw/ncp-mcp
43
+ - @nextclaw/ncp-react
44
+ - @nextclaw/ncp-react-ui
45
+ - @nextclaw/ncp-toolkit
46
+ - @nextclaw/nextclaw-hermes-acp-bridge
47
+ - @nextclaw/nextclaw-narp-runtime-claude-code-sdk
48
+ - @nextclaw/nextclaw-narp-runtime-codex-sdk
49
+ - @nextclaw/nextclaw-narp-runtime-opencode
50
+ - @nextclaw/nextclaw-narp-stdio-runtime-wrapper
51
+ - @nextclaw/nextclaw-ncp-runtime-adapter-hermes-http
52
+ - @nextclaw/nextclaw-ncp-runtime-claude-code-sdk
53
+ - @nextclaw/nextclaw-ncp-runtime-codex-sdk
54
+ - @nextclaw/nextclaw-ncp-runtime-http-client
55
+ - @nextclaw/nextclaw-ncp-runtime-stdio-client
56
+ - @nextclaw/remote
57
+ - @nextclaw/runtime
58
+ - @nextclaw/server
59
+ - @nextclaw/service
60
+ - @nextclaw/shared
61
+ - @nextclaw/ui
62
+ - nextclaw
63
+
64
+ - Updated dependencies
65
+ - @nextclaw/client-sdk@0.2.6
66
+
3
67
  ## 0.1.22
4
68
 
5
69
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/companion",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
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.2.5"
19
+ "@nextclaw/client-sdk": "0.2.7"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^18.3.12",