@nextclaw/ui 0.12.31 → 0.12.33
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 +130 -0
- package/dist/assets/{api-CKKNxbsy.js → api-rASx2-N4.js} +1 -1
- package/dist/assets/{app-manager-provider-BM1hziPv.js → app-manager-provider-CUkcbdWk.js} +1 -1
- package/dist/assets/{channels-list-page-GD_IBCbY.js → channels-list-page-ZWYqfcCe.js} +1 -1
- package/dist/assets/{chat-page-Ty6QH2Tc.js → chat-page-ACm58eUO.js} +1 -1
- package/dist/assets/cpu-DKc3bQic.js +3 -0
- package/dist/assets/desktop-C-cDRCBY.js +3 -0
- package/dist/assets/{desktop-update-config-jWt63bXG.js → desktop-update-config-DAD9JN9Q.js} +1 -1
- package/dist/assets/{dialog-DWZeMf9V.js → dialog-CR80q3Rm.js} +1 -1
- package/dist/assets/{dist-DN-YM_0Y.js → dist-NBjcwlsw.js} +1 -1
- package/dist/assets/doc-browser-D2pq4IHR.js +1 -0
- package/dist/assets/doc-browser-DhIkcy0-.js +1 -0
- package/dist/assets/{doc-browser-context-FukQHvyo.js → doc-browser-context-BPeeiNJ_.js} +1 -1
- package/dist/assets/{doc-browser-CAhfnm0D.js → doc-browser-fLs0TcdS.js} +1 -1
- package/dist/assets/{es2015-ZJ-nWL4L.js → es2015-CVAuMqlM.js} +1 -1
- package/dist/assets/index-DV57tBmg.css +1 -0
- package/dist/assets/index-Db9Cufsy.js +100 -0
- package/dist/assets/{marketplace-page-DzwJTbAg.js → marketplace-page-CAp_gpNe.js} +2 -2
- package/dist/assets/marketplace-page-PPY5uMHK.js +1 -0
- package/dist/assets/mcp-marketplace-page-87__92b1.js +1 -0
- package/dist/assets/{mcp-marketplace-page-BUMkGb6q.js → mcp-marketplace-page-C6HENB6V.js} +1 -1
- package/dist/assets/{model-config-Cgiw7ejv.js → model-config-CK3a8DWH.js} +1 -1
- package/dist/assets/{notice-card-BM2_YNoc.js → notice-card-CF4AJPM3.js} +1 -1
- package/dist/assets/{popover-2H9DS7Cv.js → popover-DeAliE_4.js} +1 -1
- package/dist/assets/{provider-scoped-model-input-DsZJ44ZV.js → provider-scoped-model-input-B8LJ6RCt.js} +1 -1
- package/dist/assets/{providers-list-BrViWRyR.js → providers-list-BTPjqNdK.js} +1 -1
- package/dist/assets/remote-DiPWGRZc.js +1 -0
- package/dist/assets/runtime-config-page-Bb9he7t8.js +1 -0
- package/dist/assets/{search-config-Deb56TtE.js → search-config-BkbSXa9d.js} +1 -1
- package/dist/assets/{secrets-config-JJkgNCnO.js → secrets-config-DFbHCb9n.js} +1 -1
- package/dist/assets/{select-C2c10F3e.js → select-HI5kiwX_.js} +1 -1
- package/dist/assets/{setting-row-CB_ZFbIZ.js → setting-row-B4QnghjV.js} +1 -1
- package/dist/assets/{tag-chip-CrQfVN3A.js → tag-chip-BPgMfp9l.js} +1 -1
- package/dist/assets/{use-config-jAYudJxy.js → use-config-BFqzVF8Y.js} +1 -1
- package/dist/assets/{use-infinite-scroll-loader-B97V1Ywd.js → use-infinite-scroll-loader-DXhw9W4l.js} +1 -1
- package/dist/index.html +16 -16
- package/package.json +9 -9
- package/src/app/components/layout/app-layout.test.tsx +58 -4
- package/src/app/components/layout/app-layout.tsx +2 -2
- package/src/app/components/theme-provider.tsx +0 -1
- package/src/app/hooks/use-viewport-layout.ts +0 -1
- package/src/features/chat/components/chat-session-workspace-panel.tsx +54 -51
- package/src/features/chat/components/conversation/chat-conversation-panel.test.tsx +2 -1
- package/src/features/chat/managers/chat-session-list.manager.test.ts +6 -4
- package/src/features/chat/managers/chat-session-list.manager.ts +0 -6
- package/src/features/chat/utils/chat-message-invalid-tool-arguments.utils.test.ts +79 -0
- package/src/features/chat/utils/chat-message-part.utils.ts +34 -19
- package/src/main.tsx +5 -3
- package/src/platforms/desktop/components/desktop-app-shell.test.tsx +42 -8
- package/src/platforms/desktop/components/desktop-window-chrome.tsx +89 -13
- package/src/platforms/desktop/types/desktop-update.types.ts +6 -2
- package/src/shared/components/doc-browser/doc-browser-context.tsx +0 -27
- package/src/shared/components/doc-browser/doc-browser.test.tsx +11 -9
- package/src/shared/components/doc-browser/doc-browser.tsx +37 -63
- package/src/shared/components/resizable-right-panel/resizable-right-panel.test.tsx +38 -0
- package/src/shared/components/resizable-right-panel/resizable-right-panel.tsx +46 -0
- package/dist/assets/cpu-DPPwMzoC.js +0 -3
- package/dist/assets/desktop-BwONApN9.js +0 -3
- package/dist/assets/doc-browser-p9DDNPWB.js +0 -1
- package/dist/assets/doc-browser-rZIQIjuw.js +0 -1
- package/dist/assets/index-B7CVI2ys.css +0 -1
- package/dist/assets/index-SS1xPoWD.js +0 -100
- package/dist/assets/marketplace-page-DZEljaFz.js +0 -1
- package/dist/assets/mcp-marketplace-page-NfOsALIL.js +0 -1
- package/dist/assets/remote-Dm6hKGew.js +0 -1
- package/dist/assets/runtime-config-page-CvvW9VBj.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,135 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.12.33
|
|
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-feishu
|
|
15
|
+
- @nextclaw/channel-extension-qq
|
|
16
|
+
- @nextclaw/channel-extension-weixin
|
|
17
|
+
- @nextclaw/channel-plugin-dingtalk
|
|
18
|
+
- @nextclaw/channel-plugin-discord
|
|
19
|
+
- @nextclaw/channel-plugin-email
|
|
20
|
+
- @nextclaw/channel-plugin-slack
|
|
21
|
+
- @nextclaw/channel-plugin-telegram
|
|
22
|
+
- @nextclaw/channel-plugin-wecom
|
|
23
|
+
- @nextclaw/channel-plugin-whatsapp
|
|
24
|
+
- @nextclaw/channel-runtime
|
|
25
|
+
- @nextclaw/client-sdk
|
|
26
|
+
- @nextclaw/companion
|
|
27
|
+
- @nextclaw/core
|
|
28
|
+
- @nextclaw/extension-sdk
|
|
29
|
+
- @nextclaw/feishu-core
|
|
30
|
+
- @nextclaw/kernel
|
|
31
|
+
- @nextclaw/mcp
|
|
32
|
+
- @nextclaw/ncp
|
|
33
|
+
- @nextclaw/ncp-agent-runtime
|
|
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/openclaw-compat
|
|
50
|
+
- @nextclaw/remote
|
|
51
|
+
- @nextclaw/runtime
|
|
52
|
+
- @nextclaw/server
|
|
53
|
+
- @nextclaw/service
|
|
54
|
+
- @nextclaw/shared
|
|
55
|
+
- @nextclaw/ui
|
|
56
|
+
- nextclaw
|
|
57
|
+
|
|
58
|
+
- Updated dependencies
|
|
59
|
+
- @nextclaw/agent-chat@0.1.21
|
|
60
|
+
- @nextclaw/agent-chat-ui@0.3.23
|
|
61
|
+
- @nextclaw/client-sdk@0.1.12
|
|
62
|
+
- @nextclaw/ncp@0.5.16
|
|
63
|
+
- @nextclaw/ncp-http-agent-client@0.3.28
|
|
64
|
+
- @nextclaw/ncp-react@0.4.36
|
|
65
|
+
- @nextclaw/server@0.12.24
|
|
66
|
+
- @nextclaw/shared@0.1.10
|
|
67
|
+
|
|
68
|
+
## 0.12.32
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- Auto-generated full public beta release batch.
|
|
73
|
+
|
|
74
|
+
Packages:
|
|
75
|
+
- @nextclaw/agent-chat
|
|
76
|
+
- @nextclaw/agent-chat-ui
|
|
77
|
+
- @nextclaw/app-runtime
|
|
78
|
+
- @nextclaw/app-sdk
|
|
79
|
+
- @nextclaw/channel-extension-feishu
|
|
80
|
+
- @nextclaw/channel-extension-qq
|
|
81
|
+
- @nextclaw/channel-extension-weixin
|
|
82
|
+
- @nextclaw/channel-plugin-dingtalk
|
|
83
|
+
- @nextclaw/channel-plugin-discord
|
|
84
|
+
- @nextclaw/channel-plugin-email
|
|
85
|
+
- @nextclaw/channel-plugin-slack
|
|
86
|
+
- @nextclaw/channel-plugin-telegram
|
|
87
|
+
- @nextclaw/channel-plugin-wecom
|
|
88
|
+
- @nextclaw/channel-plugin-whatsapp
|
|
89
|
+
- @nextclaw/channel-runtime
|
|
90
|
+
- @nextclaw/client-sdk
|
|
91
|
+
- @nextclaw/companion
|
|
92
|
+
- @nextclaw/core
|
|
93
|
+
- @nextclaw/extension-sdk
|
|
94
|
+
- @nextclaw/feishu-core
|
|
95
|
+
- @nextclaw/kernel
|
|
96
|
+
- @nextclaw/mcp
|
|
97
|
+
- @nextclaw/ncp
|
|
98
|
+
- @nextclaw/ncp-agent-runtime
|
|
99
|
+
- @nextclaw/ncp-http-agent-client
|
|
100
|
+
- @nextclaw/ncp-http-agent-server
|
|
101
|
+
- @nextclaw/ncp-mcp
|
|
102
|
+
- @nextclaw/ncp-react
|
|
103
|
+
- @nextclaw/ncp-react-ui
|
|
104
|
+
- @nextclaw/ncp-toolkit
|
|
105
|
+
- @nextclaw/nextclaw-hermes-acp-bridge
|
|
106
|
+
- @nextclaw/nextclaw-narp-runtime-claude-code-sdk
|
|
107
|
+
- @nextclaw/nextclaw-narp-runtime-codex-sdk
|
|
108
|
+
- @nextclaw/nextclaw-narp-stdio-runtime-wrapper
|
|
109
|
+
- @nextclaw/nextclaw-ncp-runtime-adapter-hermes-http
|
|
110
|
+
- @nextclaw/nextclaw-ncp-runtime-claude-code-sdk
|
|
111
|
+
- @nextclaw/nextclaw-ncp-runtime-codex-sdk
|
|
112
|
+
- @nextclaw/nextclaw-ncp-runtime-http-client
|
|
113
|
+
- @nextclaw/nextclaw-ncp-runtime-stdio-client
|
|
114
|
+
- @nextclaw/openclaw-compat
|
|
115
|
+
- @nextclaw/remote
|
|
116
|
+
- @nextclaw/runtime
|
|
117
|
+
- @nextclaw/server
|
|
118
|
+
- @nextclaw/service
|
|
119
|
+
- @nextclaw/shared
|
|
120
|
+
- @nextclaw/ui
|
|
121
|
+
- nextclaw
|
|
122
|
+
|
|
123
|
+
- Updated dependencies
|
|
124
|
+
- @nextclaw/agent-chat@0.1.20
|
|
125
|
+
- @nextclaw/agent-chat-ui@0.3.22
|
|
126
|
+
- @nextclaw/client-sdk@0.1.11
|
|
127
|
+
- @nextclaw/ncp@0.5.15
|
|
128
|
+
- @nextclaw/ncp-http-agent-client@0.3.27
|
|
129
|
+
- @nextclaw/ncp-react@0.4.35
|
|
130
|
+
- @nextclaw/server@0.12.23
|
|
131
|
+
- @nextclaw/shared@0.1.9
|
|
132
|
+
|
|
3
133
|
## 0.12.31
|
|
4
134
|
|
|
5
135
|
### Patch Changes
|