@nextclaw/ui 0.11.10 → 0.11.12
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 +20 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @nextclaw/ui
|
|
2
2
|
|
|
3
|
+
## 0.11.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Republish Nextclaw UI with upstream frontend dependency chain.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @nextclaw/agent-chat@0.1.4
|
|
10
|
+
- @nextclaw/agent-chat-ui@0.2.14
|
|
11
|
+
- @nextclaw/ncp@0.4.1
|
|
12
|
+
- @nextclaw/ncp-http-agent-client@0.3.5
|
|
13
|
+
- @nextclaw/ncp-react@0.4.4
|
|
14
|
+
|
|
15
|
+
## 0.11.11
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Release frontend UI changes only.
|
|
20
|
+
|
|
3
21
|
## 0.11.10
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -356,6 +374,7 @@
|
|
|
356
374
|
- Switch skill distribution to marketplace-first flow and remove GitHub-based skill install paths.
|
|
357
375
|
|
|
358
376
|
This release includes:
|
|
377
|
+
|
|
359
378
|
- skill/plugin model clean split (skill: `builtin` + `marketplace` only)
|
|
360
379
|
- marketplace API migration from bundled JSON to D1-backed source
|
|
361
380
|
- CLI support for marketplace skill upload/update/install
|
|
@@ -416,6 +435,7 @@
|
|
|
416
435
|
- Unified minor release for accumulated architecture, engine, and chat UX updates.
|
|
417
436
|
|
|
418
437
|
Includes:
|
|
438
|
+
|
|
419
439
|
- New pluggable engine runtime support (Codex SDK / Claude Agent SDK)
|
|
420
440
|
- Skill-context propagation and chat interaction stability improvements
|
|
421
441
|
- Main workspace routing and conversation UX refinements
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextclaw/ui",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"tailwind-merge": "^2.5.4",
|
|
29
29
|
"zod": "^3.23.8",
|
|
30
30
|
"zustand": "^5.0.2",
|
|
31
|
-
"@nextclaw/
|
|
32
|
-
"@nextclaw/ncp
|
|
33
|
-
"@nextclaw/agent-chat-ui": "0.2.
|
|
34
|
-
"@nextclaw/agent-
|
|
35
|
-
"@nextclaw/ncp": "0.4.
|
|
31
|
+
"@nextclaw/agent-chat": "0.1.4",
|
|
32
|
+
"@nextclaw/ncp": "0.4.1",
|
|
33
|
+
"@nextclaw/agent-chat-ui": "0.2.14",
|
|
34
|
+
"@nextclaw/ncp-http-agent-client": "0.3.5",
|
|
35
|
+
"@nextclaw/ncp-react": "0.4.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@testing-library/react": "^16.3.0",
|