@nextclaw/ui 0.12.36 → 0.13.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 +79 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,84 @@
1
1
  # @nextclaw/ui
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Release the NextClaw lightweight app platform as a minor feature line.
8
+
9
+ 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.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - @nextclaw/agent-chat@0.2.0
15
+ - @nextclaw/agent-chat-ui@0.4.0
16
+ - @nextclaw/client-sdk@0.2.0
17
+ - @nextclaw/shared@0.2.0
18
+
19
+ ## 0.12.37
20
+
21
+ ### Patch Changes
22
+
23
+ - Auto-generated full public beta release batch.
24
+
25
+ Packages:
26
+ - @nextclaw/agent-chat
27
+ - @nextclaw/agent-chat-ui
28
+ - @nextclaw/app-runtime
29
+ - @nextclaw/app-sdk
30
+ - @nextclaw/channel-extension-dingtalk
31
+ - @nextclaw/channel-extension-discord
32
+ - @nextclaw/channel-extension-email
33
+ - @nextclaw/channel-extension-feishu
34
+ - @nextclaw/channel-extension-qq
35
+ - @nextclaw/channel-extension-slack
36
+ - @nextclaw/channel-extension-telegram
37
+ - @nextclaw/channel-extension-wecom
38
+ - @nextclaw/channel-extension-weixin
39
+ - @nextclaw/channel-extension-whatsapp
40
+ - @nextclaw/client-sdk
41
+ - @nextclaw/companion
42
+ - @nextclaw/core
43
+ - @nextclaw/extension-sdk
44
+ - @nextclaw/feishu-core
45
+ - @nextclaw/kernel
46
+ - @nextclaw/mcp
47
+ - @nextclaw/ncp
48
+ - @nextclaw/ncp-agent-runtime
49
+ - @nextclaw/ncp-agent-runtime-next
50
+ - @nextclaw/ncp-http-agent-client
51
+ - @nextclaw/ncp-http-agent-server
52
+ - @nextclaw/ncp-mcp
53
+ - @nextclaw/ncp-react
54
+ - @nextclaw/ncp-react-ui
55
+ - @nextclaw/ncp-toolkit
56
+ - @nextclaw/nextclaw-hermes-acp-bridge
57
+ - @nextclaw/nextclaw-narp-runtime-claude-code-sdk
58
+ - @nextclaw/nextclaw-narp-runtime-codex-sdk
59
+ - @nextclaw/nextclaw-narp-stdio-runtime-wrapper
60
+ - @nextclaw/nextclaw-ncp-runtime-adapter-hermes-http
61
+ - @nextclaw/nextclaw-ncp-runtime-claude-code-sdk
62
+ - @nextclaw/nextclaw-ncp-runtime-codex-sdk
63
+ - @nextclaw/nextclaw-ncp-runtime-http-client
64
+ - @nextclaw/nextclaw-ncp-runtime-stdio-client
65
+ - @nextclaw/remote
66
+ - @nextclaw/runtime
67
+ - @nextclaw/server
68
+ - @nextclaw/service
69
+ - @nextclaw/shared
70
+ - @nextclaw/ui
71
+ - nextclaw
72
+
73
+ - Updated dependencies
74
+ - @nextclaw/agent-chat@0.1.25
75
+ - @nextclaw/agent-chat-ui@0.3.27
76
+ - @nextclaw/client-sdk@0.1.16
77
+ - @nextclaw/ncp@0.5.20
78
+ - @nextclaw/ncp-http-agent-client@0.3.32
79
+ - @nextclaw/ncp-react@0.4.40
80
+ - @nextclaw/shared@0.1.14
81
+
3
82
  ## 0.12.36
4
83
 
5
84
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/ui",
3
- "version": "0.12.36",
3
+ "version": "0.13.0",
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/ncp": "0.5.19",
32
- "@nextclaw/ncp-http-agent-client": "0.3.31",
33
- "@nextclaw/ncp-react": "0.4.39",
34
- "@nextclaw/client-sdk": "0.1.15",
35
- "@nextclaw/agent-chat": "0.1.24",
36
- "@nextclaw/agent-chat-ui": "0.3.26",
37
- "@nextclaw/shared": "0.1.13"
31
+ "@nextclaw/agent-chat": "0.2.0",
32
+ "@nextclaw/agent-chat-ui": "0.4.0",
33
+ "@nextclaw/client-sdk": "0.2.0",
34
+ "@nextclaw/ncp": "0.5.20",
35
+ "@nextclaw/ncp-http-agent-client": "0.3.32",
36
+ "@nextclaw/ncp-react": "0.4.40",
37
+ "@nextclaw/shared": "0.2.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/react": "^16.3.0",