@nextclaw/ui 0.14.4-beta.0 → 0.14.4
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.
- package/CHANGELOG.md +65 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.14.4
|
|
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/agent-chat@0.2.16
|
|
60
|
+
- @nextclaw/agent-chat-ui@0.5.4
|
|
61
|
+
- @nextclaw/client-sdk@0.4.7
|
|
62
|
+
- @nextclaw/ncp@0.6.6
|
|
63
|
+
- @nextclaw/ncp-http-agent-client@0.3.48
|
|
64
|
+
- @nextclaw/ncp-react@0.4.56
|
|
65
|
+
- @nextclaw/ncp-toolkit@0.5.41
|
|
66
|
+
- @nextclaw/shared@0.3.3
|
|
67
|
+
|
|
3
68
|
## 0.14.4-beta.0
|
|
4
69
|
|
|
5
70
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextclaw/ui",
|
|
3
|
-
"version": "0.14.4
|
|
3
|
+
"version": "0.14.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"tailwind-merge": "^2.5.4",
|
|
29
29
|
"zod": "^3.23.8",
|
|
30
30
|
"zustand": "^5.0.2",
|
|
31
|
-
"@nextclaw/
|
|
32
|
-
"@nextclaw/
|
|
33
|
-
"@nextclaw/ncp
|
|
34
|
-
"@nextclaw/
|
|
35
|
-
"@nextclaw/agent-
|
|
36
|
-
"@nextclaw/
|
|
37
|
-
"@nextclaw/
|
|
38
|
-
"@nextclaw/
|
|
31
|
+
"@nextclaw/agent-chat-ui": "0.5.4",
|
|
32
|
+
"@nextclaw/agent-chat": "0.2.16",
|
|
33
|
+
"@nextclaw/ncp": "0.6.6",
|
|
34
|
+
"@nextclaw/client-sdk": "0.4.7",
|
|
35
|
+
"@nextclaw/ncp-http-agent-client": "0.3.48",
|
|
36
|
+
"@nextclaw/ncp-toolkit": "0.5.41",
|
|
37
|
+
"@nextclaw/shared": "0.3.3",
|
|
38
|
+
"@nextclaw/ncp-react": "0.4.56"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@testing-library/react": "^16.3.0",
|