@nextclaw/companion 0.1.34 → 0.1.35

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