@nextclaw/ui 0.12.20 → 0.12.21
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 +95 -0
- package/dist/assets/api-lwyw9j7i.js +15 -0
- package/dist/assets/{app-manager-provider-BZr5VxCe.js → app-manager-provider-C0ONQxUg.js} +1 -1
- package/dist/assets/{app-navigation.config-BjIj_FLm.js → app-navigation.config-DgiR0c5_.js} +1 -1
- package/dist/assets/{channels-list-page-L6FFtRYn.js → channels-list-page-Dl839n02.js} +1 -1
- package/dist/assets/{chat-ZQIVJChB.js → chat-DwUf7AKR.js} +36 -36
- package/dist/assets/chat-page-B-FvPmA7.js +1 -0
- package/dist/assets/{desktop-update-config-AXzb7OEa.js → desktop-update-config-D5g_gPak.js} +1 -1
- package/dist/assets/{dialog-DgybjpeU.js → dialog-CdtCU2xX.js} +1 -1
- package/dist/assets/{dist-CxcPOISF.js → dist-CuqvE--P.js} +1 -1
- package/dist/assets/{es2015-BVRlEE06.js → es2015-yYU5Ad5w.js} +1 -1
- package/dist/assets/{index-B7RsQ-ne.js → index-Doxyk7L2.js} +2 -2
- package/dist/assets/marketplace-page-BRHkZaO5.js +1 -0
- package/dist/assets/{marketplace-page-ClRW-W3g.js → marketplace-page-CawcdL6Y.js} +1 -1
- package/dist/assets/mcp-marketplace-page-CL7BF4dD.js +1 -0
- package/dist/assets/{mcp-marketplace-page-DtngnIi0.js → mcp-marketplace-page-DEGfJ_70.js} +1 -1
- package/dist/assets/{model-config-D_y8F0j6.js → model-config-r-1RPSrZ.js} +1 -1
- package/dist/assets/{notice-card-uzwjFyML.js → notice-card-BPtCVEKW.js} +1 -1
- package/dist/assets/{popover-C8tMB7tR.js → popover-jbfQhYQh.js} +1 -1
- package/dist/assets/{provider-scoped-model-input-ORZutTDv.js → provider-scoped-model-input-gdk2lmRi.js} +1 -1
- package/dist/assets/{providers-list-DSc3d8me.js → providers-list-DpISIr3M.js} +1 -1
- package/dist/assets/remote-BnRNqMlb.js +1 -0
- package/dist/assets/{runtime-config-page-B4uSax1I.js → runtime-config-page-DQ8YY8Lc.js} +1 -1
- package/dist/assets/{search-config-CaqqlsdW.js → search-config-BWqz8nqY.js} +1 -1
- package/dist/assets/{secrets-config-llf5ROde.js → secrets-config-CjzSNg0Y.js} +1 -1
- package/dist/assets/{select-uO-zhYsH.js → select-Cw5Zkb1w.js} +1 -1
- package/dist/assets/{sessions-config-page-BqOXte9x.js → sessions-config-page-beoDPtII.js} +2 -2
- package/dist/assets/{setting-row-BIiXR4hx.js → setting-row-Cjl2d40s.js} +1 -1
- package/dist/assets/{tag-chip-DVbgpsYW.js → tag-chip-CoWHxYJj.js} +1 -1
- package/dist/assets/{theme-provider-BU77FNSB.js → theme-provider-B5XReW_-.js} +1 -1
- package/dist/assets/{tooltip-CvAtG-kT.js → tooltip-GYzH-Hfq.js} +1 -1
- package/dist/assets/{use-config-D2QgG7qc.js → use-config-BhJHD3-G.js} +1 -1
- package/dist/assets/{use-confirm-dialog-BBClFV8E.js → use-confirm-dialog-Bqgy3Gi-.js} +1 -1
- package/dist/assets/{use-infinite-scroll-loader-CWzpUecQ.js → use-infinite-scroll-loader-BfexitoF.js} +1 -1
- package/dist/assets/{use-viewport-layout-C6EN0_eq.js → use-viewport-layout-D33zVbr5.js} +1 -1
- package/dist/index.html +15 -15
- package/dist/sw.js +4 -7
- package/package.json +9 -9
- package/public/sw.js +4 -7
- package/src/app/hooks/use-app-event-consumers.ts +1 -1
- package/src/features/agents/components/agents-page.test.tsx +34 -19
- package/src/features/agents/components/agents-page.tsx +6 -18
- package/src/features/channels/components/config/channel-form.tsx +6 -2
- package/src/features/chat/index.ts +1 -1
- package/src/features/chat/managers/chat-session-list.manager.test.ts +24 -0
- package/src/features/chat/managers/chat-session-list.manager.ts +7 -0
- package/src/features/pwa/managers/pwa-service-worker-cache.manager.test.ts +16 -0
- package/src/features/system-status/components/desktop-update-config.tsx +1 -1
- package/src/features/system-status/managers/runtime-update.manager.ts +1 -3
- package/src/features/system-status/stores/runtime-update.store.ts +1 -1
- package/src/platforms/desktop/types/desktop-update.types.ts +1 -1
- package/src/shared/components/common/brand-header.tsx +1 -1
- package/src/shared/lib/api/README.md +4 -0
- package/src/shared/lib/api/index.ts +12 -12
- package/src/shared/lib/api/{services/client.service.ts → managers/client.manager.ts} +2 -2
- package/src/shared/lib/api/ncp-session.test.ts +3 -3
- package/src/shared/lib/api/{services/runtime-update.service.ts → runtime-update.utils.ts} +2 -2
- package/src/shared/lib/api/{services/agents.service.ts → utils/agents.utils.ts} +1 -1
- package/src/shared/lib/api/{services/channel-auth.service.ts → utils/channel-auth.utils.ts} +1 -1
- package/src/shared/lib/api/{services/config.service.ts → utils/config.utils.ts} +1 -1
- package/src/shared/lib/api/{services/marketplace.service.ts → utils/marketplace.utils.ts} +1 -1
- package/src/shared/lib/api/{services/mcp-marketplace.service.ts → utils/mcp-marketplace.utils.ts} +1 -1
- package/src/shared/lib/api/{services/ncp-attachments.service.ts → utils/ncp-attachments.utils.ts} +1 -1
- package/src/shared/lib/api/{services/ncp-session.service.ts → utils/ncp-session.utils.ts} +1 -1
- package/src/shared/lib/api/{services/remote.service.ts → utils/remote.utils.ts} +1 -1
- package/src/shared/lib/api/{services/runtime-control.service.ts → utils/runtime-control.utils.ts} +1 -1
- package/src/shared/lib/api/{services/server-path.service.ts → utils/server-path.utils.ts} +1 -1
- package/src/shared/lib/transport/transport.types.ts +1 -1
- package/tsconfig.json +2 -3
- package/vite.config.ts +1 -2
- package/vitest.config.ts +1 -2
- package/dist/assets/api-Dai6UR3J.js +0 -15
- package/dist/assets/chat-page-CR1yI96r.js +0 -1
- package/dist/assets/marketplace-page-Bj55-6F2.js +0 -1
- package/dist/assets/mcp-marketplace-page-_Wu2VnHy.js +0 -1
- package/dist/assets/remote-rWiu3cys.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,74 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.12.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Stable minor release for the NextClaw npm package, with patch releases for the workspace dependency closure.
|
|
8
|
+
|
|
9
|
+
Packages:
|
|
10
|
+
|
|
11
|
+
- @nextclaw/agent-chat
|
|
12
|
+
- @nextclaw/agent-chat-ui
|
|
13
|
+
- @nextclaw/app-runtime
|
|
14
|
+
- @nextclaw/app-sdk
|
|
15
|
+
- @nextclaw/channel-extension-weixin
|
|
16
|
+
- @nextclaw/channel-plugin-dingtalk
|
|
17
|
+
- @nextclaw/channel-plugin-discord
|
|
18
|
+
- @nextclaw/channel-plugin-email
|
|
19
|
+
- @nextclaw/channel-plugin-feishu
|
|
20
|
+
- @nextclaw/channel-plugin-mochat
|
|
21
|
+
- @nextclaw/channel-plugin-qq
|
|
22
|
+
- @nextclaw/channel-plugin-slack
|
|
23
|
+
- @nextclaw/channel-plugin-telegram
|
|
24
|
+
- @nextclaw/channel-plugin-wecom
|
|
25
|
+
- @nextclaw/channel-plugin-whatsapp
|
|
26
|
+
- @nextclaw/channel-runtime
|
|
27
|
+
- @nextclaw/client-sdk
|
|
28
|
+
- @nextclaw/companion
|
|
29
|
+
- @nextclaw/core
|
|
30
|
+
- @nextclaw/extension-sdk
|
|
31
|
+
- @nextclaw/feishu-core
|
|
32
|
+
- @nextclaw/kernel
|
|
33
|
+
- @nextclaw/mcp
|
|
34
|
+
- @nextclaw/ncp
|
|
35
|
+
- @nextclaw/ncp-agent-runtime
|
|
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-stdio-runtime-wrapper
|
|
46
|
+
- @nextclaw/nextclaw-ncp-runtime-adapter-hermes-http
|
|
47
|
+
- @nextclaw/nextclaw-ncp-runtime-claude-code-sdk
|
|
48
|
+
- @nextclaw/nextclaw-ncp-runtime-codex-sdk
|
|
49
|
+
- @nextclaw/nextclaw-ncp-runtime-http-client
|
|
50
|
+
- @nextclaw/nextclaw-ncp-runtime-plugin-claude-code-sdk
|
|
51
|
+
- @nextclaw/nextclaw-ncp-runtime-plugin-codex-sdk
|
|
52
|
+
- @nextclaw/nextclaw-ncp-runtime-stdio-client
|
|
53
|
+
- @nextclaw/openclaw-compat
|
|
54
|
+
- @nextclaw/remote
|
|
55
|
+
- @nextclaw/runtime
|
|
56
|
+
- @nextclaw/server
|
|
57
|
+
- @nextclaw/service
|
|
58
|
+
- @nextclaw/shared
|
|
59
|
+
- @nextclaw/ui
|
|
60
|
+
- nextclaw
|
|
61
|
+
|
|
62
|
+
- Updated dependencies
|
|
63
|
+
- @nextclaw/agent-chat@0.1.12
|
|
64
|
+
- @nextclaw/agent-chat-ui@0.3.14
|
|
65
|
+
- @nextclaw/client-sdk@0.1.2
|
|
66
|
+
- @nextclaw/ncp@0.5.7
|
|
67
|
+
- @nextclaw/ncp-http-agent-client@0.3.19
|
|
68
|
+
- @nextclaw/ncp-react@0.4.27
|
|
69
|
+
- @nextclaw/server@0.12.14
|
|
70
|
+
- @nextclaw/shared@0.1.1
|
|
71
|
+
|
|
3
72
|
## 0.12.20
|
|
4
73
|
|
|
5
74
|
### Patch Changes
|
|
@@ -7,6 +76,7 @@
|
|
|
7
76
|
- 0251268: Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
8
77
|
|
|
9
78
|
Packages:
|
|
79
|
+
|
|
10
80
|
- @nextclaw/agent-chat-ui
|
|
11
81
|
- @nextclaw/channel-plugin-feishu
|
|
12
82
|
- @nextclaw/channel-plugin-weixin
|
|
@@ -23,6 +93,7 @@
|
|
|
23
93
|
- 2418020: Auto-generated full public beta release batch.
|
|
24
94
|
|
|
25
95
|
Packages:
|
|
96
|
+
|
|
26
97
|
- @nextclaw/agent-chat
|
|
27
98
|
- @nextclaw/agent-chat-ui
|
|
28
99
|
- @nextclaw/app-runtime
|
|
@@ -71,6 +142,7 @@
|
|
|
71
142
|
- a5da9d6: Auto-generated full public beta release batch.
|
|
72
143
|
|
|
73
144
|
Packages:
|
|
145
|
+
|
|
74
146
|
- @nextclaw/agent-chat
|
|
75
147
|
- @nextclaw/agent-chat-ui
|
|
76
148
|
- @nextclaw/app-runtime
|
|
@@ -119,6 +191,7 @@
|
|
|
119
191
|
- 1600643: Auto-generated full public beta release batch.
|
|
120
192
|
|
|
121
193
|
Packages:
|
|
194
|
+
|
|
122
195
|
- @nextclaw/agent-chat
|
|
123
196
|
- @nextclaw/agent-chat-ui
|
|
124
197
|
- @nextclaw/app-runtime
|
|
@@ -167,6 +240,7 @@
|
|
|
167
240
|
- 223037c: Auto-generated full public beta release batch.
|
|
168
241
|
|
|
169
242
|
Packages:
|
|
243
|
+
|
|
170
244
|
- @nextclaw/agent-chat
|
|
171
245
|
- @nextclaw/agent-chat-ui
|
|
172
246
|
- @nextclaw/app-runtime
|
|
@@ -234,6 +308,7 @@
|
|
|
234
308
|
- Auto-generated full public beta release batch.
|
|
235
309
|
|
|
236
310
|
Packages:
|
|
311
|
+
|
|
237
312
|
- @nextclaw/agent-chat
|
|
238
313
|
- @nextclaw/agent-chat-ui
|
|
239
314
|
- @nextclaw/app-runtime
|
|
@@ -296,6 +371,7 @@
|
|
|
296
371
|
- Auto-generated full public beta release batch.
|
|
297
372
|
|
|
298
373
|
Packages:
|
|
374
|
+
|
|
299
375
|
- @nextclaw/agent-chat
|
|
300
376
|
- @nextclaw/agent-chat-ui
|
|
301
377
|
- @nextclaw/app-runtime
|
|
@@ -358,6 +434,7 @@
|
|
|
358
434
|
- Auto-generated full public beta release batch.
|
|
359
435
|
|
|
360
436
|
Packages:
|
|
437
|
+
|
|
361
438
|
- @nextclaw/agent-chat
|
|
362
439
|
- @nextclaw/agent-chat-ui
|
|
363
440
|
- @nextclaw/app-runtime
|
|
@@ -420,6 +497,7 @@
|
|
|
420
497
|
- Auto-generated full public beta release batch.
|
|
421
498
|
|
|
422
499
|
Packages:
|
|
500
|
+
|
|
423
501
|
- @nextclaw/agent-chat
|
|
424
502
|
- @nextclaw/agent-chat-ui
|
|
425
503
|
- @nextclaw/app-runtime
|
|
@@ -501,6 +579,7 @@
|
|
|
501
579
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
502
580
|
|
|
503
581
|
Packages:
|
|
582
|
+
|
|
504
583
|
- @nextclaw/agent-chat-ui
|
|
505
584
|
- @nextclaw/channel-plugin-feishu
|
|
506
585
|
- @nextclaw/channel-plugin-weixin
|
|
@@ -540,6 +619,7 @@
|
|
|
540
619
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
541
620
|
|
|
542
621
|
Packages:
|
|
622
|
+
|
|
543
623
|
- @nextclaw/agent-chat-ui
|
|
544
624
|
- @nextclaw/ui
|
|
545
625
|
- nextclaw
|
|
@@ -554,6 +634,7 @@
|
|
|
554
634
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
555
635
|
|
|
556
636
|
Packages:
|
|
637
|
+
|
|
557
638
|
- @nextclaw/agent-chat-ui
|
|
558
639
|
- @nextclaw/ui
|
|
559
640
|
|
|
@@ -567,6 +648,7 @@
|
|
|
567
648
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
568
649
|
|
|
569
650
|
Packages:
|
|
651
|
+
|
|
570
652
|
- @nextclaw/agent-chat-ui
|
|
571
653
|
- @nextclaw/ui
|
|
572
654
|
- nextclaw
|
|
@@ -587,6 +669,7 @@
|
|
|
587
669
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
588
670
|
|
|
589
671
|
Packages:
|
|
672
|
+
|
|
590
673
|
- @nextclaw/ui
|
|
591
674
|
- nextclaw
|
|
592
675
|
|
|
@@ -597,6 +680,7 @@
|
|
|
597
680
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
598
681
|
|
|
599
682
|
Packages:
|
|
683
|
+
|
|
600
684
|
- @nextclaw/agent-chat-ui
|
|
601
685
|
- @nextclaw/channel-plugin-dingtalk
|
|
602
686
|
- @nextclaw/channel-plugin-discord
|
|
@@ -649,6 +733,7 @@
|
|
|
649
733
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
650
734
|
|
|
651
735
|
Packages:
|
|
736
|
+
|
|
652
737
|
- @nextclaw/agent-chat-ui
|
|
653
738
|
- @nextclaw/channel-plugin-dingtalk
|
|
654
739
|
- @nextclaw/channel-plugin-discord
|
|
@@ -700,6 +785,7 @@
|
|
|
700
785
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
701
786
|
|
|
702
787
|
Packages:
|
|
788
|
+
|
|
703
789
|
- @nextclaw/agent-chat-ui
|
|
704
790
|
- @nextclaw/channel-plugin-dingtalk
|
|
705
791
|
- @nextclaw/channel-plugin-discord
|
|
@@ -751,6 +837,7 @@
|
|
|
751
837
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
752
838
|
|
|
753
839
|
Packages:
|
|
840
|
+
|
|
754
841
|
- @nextclaw/agent-chat-ui
|
|
755
842
|
- @nextclaw/channel-plugin-dingtalk
|
|
756
843
|
- @nextclaw/channel-plugin-discord
|
|
@@ -786,6 +873,7 @@
|
|
|
786
873
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
787
874
|
|
|
788
875
|
Packages:
|
|
876
|
+
|
|
789
877
|
- @nextclaw/agent-chat
|
|
790
878
|
- @nextclaw/agent-chat-ui
|
|
791
879
|
- @nextclaw/channel-plugin-dingtalk
|
|
@@ -836,6 +924,7 @@
|
|
|
836
924
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
837
925
|
|
|
838
926
|
Packages:
|
|
927
|
+
|
|
839
928
|
- @nextclaw/agent-chat-ui
|
|
840
929
|
- @nextclaw/channel-plugin-dingtalk
|
|
841
930
|
- @nextclaw/channel-plugin-discord
|
|
@@ -876,6 +965,7 @@
|
|
|
876
965
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
877
966
|
|
|
878
967
|
Packages:
|
|
968
|
+
|
|
879
969
|
- @nextclaw/agent-chat-ui
|
|
880
970
|
- @nextclaw/channel-plugin-weixin
|
|
881
971
|
- @nextclaw/core
|
|
@@ -901,6 +991,7 @@
|
|
|
901
991
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
902
992
|
|
|
903
993
|
Packages:
|
|
994
|
+
|
|
904
995
|
- @nextclaw/agent-chat
|
|
905
996
|
- @nextclaw/agent-chat-ui
|
|
906
997
|
- @nextclaw/channel-plugin-dingtalk
|
|
@@ -956,6 +1047,7 @@
|
|
|
956
1047
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
957
1048
|
|
|
958
1049
|
Packages:
|
|
1050
|
+
|
|
959
1051
|
- @nextclaw/agent-chat
|
|
960
1052
|
- @nextclaw/channel-plugin-dingtalk
|
|
961
1053
|
- @nextclaw/channel-plugin-discord
|
|
@@ -994,6 +1086,7 @@
|
|
|
994
1086
|
- Auto-generated patch release for packages with meaningful drift after their latest version commit.
|
|
995
1087
|
|
|
996
1088
|
Packages:
|
|
1089
|
+
|
|
997
1090
|
- @nextclaw/agent-chat
|
|
998
1091
|
- @nextclaw/core
|
|
999
1092
|
- @nextclaw/feishu-core
|
|
@@ -1510,6 +1603,7 @@
|
|
|
1510
1603
|
- Switch skill distribution to marketplace-first flow and remove GitHub-based skill install paths.
|
|
1511
1604
|
|
|
1512
1605
|
This release includes:
|
|
1606
|
+
|
|
1513
1607
|
- skill/plugin model clean split (skill: `builtin` + `marketplace` only)
|
|
1514
1608
|
- marketplace API migration from bundled JSON to D1-backed source
|
|
1515
1609
|
- CLI support for marketplace skill upload/update/install
|
|
@@ -1570,6 +1664,7 @@
|
|
|
1570
1664
|
- Unified minor release for accumulated architecture, engine, and chat UX updates.
|
|
1571
1665
|
|
|
1572
1666
|
Includes:
|
|
1667
|
+
|
|
1573
1668
|
- New pluggable engine runtime support (Codex SDK / Claude Agent SDK)
|
|
1574
1669
|
- Skill-context propagation and chat interaction stability improvements
|
|
1575
1670
|
- Main workspace routing and conversation UX refinements
|