@nextclaw/companion 0.1.5 → 0.1.7

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