@nextclaw/companion 0.1.28-beta.0 → 0.1.28

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