@nextclaw/companion 0.1.28 → 0.1.30

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