@nextclaw/companion 0.1.35-beta.0 → 0.2.0

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