@nextclaw/ui 0.12.37 → 0.13.1
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 +79 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,84 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.13.1
|
|
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-dingtalk
|
|
15
|
+
- @nextclaw/channel-extension-discord
|
|
16
|
+
- @nextclaw/channel-extension-email
|
|
17
|
+
- @nextclaw/channel-extension-feishu
|
|
18
|
+
- @nextclaw/channel-extension-qq
|
|
19
|
+
- @nextclaw/channel-extension-slack
|
|
20
|
+
- @nextclaw/channel-extension-telegram
|
|
21
|
+
- @nextclaw/channel-extension-wecom
|
|
22
|
+
- @nextclaw/channel-extension-weixin
|
|
23
|
+
- @nextclaw/channel-extension-whatsapp
|
|
24
|
+
- @nextclaw/client-sdk
|
|
25
|
+
- @nextclaw/companion
|
|
26
|
+
- @nextclaw/core
|
|
27
|
+
- @nextclaw/extension-sdk
|
|
28
|
+
- @nextclaw/feishu-core
|
|
29
|
+
- @nextclaw/kernel
|
|
30
|
+
- @nextclaw/mcp
|
|
31
|
+
- @nextclaw/ncp
|
|
32
|
+
- @nextclaw/ncp-agent-runtime
|
|
33
|
+
- @nextclaw/ncp-agent-runtime-next
|
|
34
|
+
- @nextclaw/ncp-http-agent-client
|
|
35
|
+
- @nextclaw/ncp-http-agent-server
|
|
36
|
+
- @nextclaw/ncp-mcp
|
|
37
|
+
- @nextclaw/ncp-react
|
|
38
|
+
- @nextclaw/ncp-react-ui
|
|
39
|
+
- @nextclaw/ncp-toolkit
|
|
40
|
+
- @nextclaw/nextclaw-hermes-acp-bridge
|
|
41
|
+
- @nextclaw/nextclaw-narp-runtime-claude-code-sdk
|
|
42
|
+
- @nextclaw/nextclaw-narp-runtime-codex-sdk
|
|
43
|
+
- @nextclaw/nextclaw-narp-stdio-runtime-wrapper
|
|
44
|
+
- @nextclaw/nextclaw-ncp-runtime-adapter-hermes-http
|
|
45
|
+
- @nextclaw/nextclaw-ncp-runtime-claude-code-sdk
|
|
46
|
+
- @nextclaw/nextclaw-ncp-runtime-codex-sdk
|
|
47
|
+
- @nextclaw/nextclaw-ncp-runtime-http-client
|
|
48
|
+
- @nextclaw/nextclaw-ncp-runtime-stdio-client
|
|
49
|
+
- @nextclaw/remote
|
|
50
|
+
- @nextclaw/runtime
|
|
51
|
+
- @nextclaw/server
|
|
52
|
+
- @nextclaw/service
|
|
53
|
+
- @nextclaw/shared
|
|
54
|
+
- @nextclaw/ui
|
|
55
|
+
- nextclaw
|
|
56
|
+
|
|
57
|
+
- Updated dependencies
|
|
58
|
+
- @nextclaw/agent-chat@0.2.1
|
|
59
|
+
- @nextclaw/agent-chat-ui@0.4.1
|
|
60
|
+
- @nextclaw/client-sdk@0.2.1
|
|
61
|
+
- @nextclaw/ncp@0.5.21
|
|
62
|
+
- @nextclaw/ncp-http-agent-client@0.3.33
|
|
63
|
+
- @nextclaw/ncp-react@0.4.41
|
|
64
|
+
- @nextclaw/shared@0.2.1
|
|
65
|
+
|
|
66
|
+
## 0.13.0
|
|
67
|
+
|
|
68
|
+
### Minor Changes
|
|
69
|
+
|
|
70
|
+
- Release the NextClaw lightweight app platform as a minor feature line.
|
|
71
|
+
|
|
72
|
+
Panel Apps now receive developer-friendly bridge results: service action lists resolve to arrays, service action invokes resolve to business payloads, and built-in app creator skills document the canonical Panel + Service + Agent contract.
|
|
73
|
+
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- Updated dependencies
|
|
77
|
+
- @nextclaw/agent-chat@0.2.0
|
|
78
|
+
- @nextclaw/agent-chat-ui@0.4.0
|
|
79
|
+
- @nextclaw/client-sdk@0.2.0
|
|
80
|
+
- @nextclaw/shared@0.2.0
|
|
81
|
+
|
|
3
82
|
## 0.12.37
|
|
4
83
|
|
|
5
84
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextclaw/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"tailwind-merge": "^2.5.4",
|
|
29
29
|
"zod": "^3.23.8",
|
|
30
30
|
"zustand": "^5.0.2",
|
|
31
|
-
"@nextclaw/agent-chat": "0.1
|
|
32
|
-
"@nextclaw/agent-chat-ui": "0.
|
|
33
|
-
"@nextclaw/client-sdk": "0.1
|
|
34
|
-
"@nextclaw/ncp": "0.5.
|
|
35
|
-
"@nextclaw/ncp-http-agent-client": "0.3.
|
|
36
|
-
"@nextclaw/ncp-react": "0.4.
|
|
37
|
-
"@nextclaw/shared": "0.1
|
|
31
|
+
"@nextclaw/agent-chat": "0.2.1",
|
|
32
|
+
"@nextclaw/agent-chat-ui": "0.4.1",
|
|
33
|
+
"@nextclaw/client-sdk": "0.2.1",
|
|
34
|
+
"@nextclaw/ncp": "0.5.21",
|
|
35
|
+
"@nextclaw/ncp-http-agent-client": "0.3.33",
|
|
36
|
+
"@nextclaw/ncp-react": "0.4.41",
|
|
37
|
+
"@nextclaw/shared": "0.2.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@testing-library/react": "^16.3.0",
|