nextclaw 0.21.4-beta.0 → 0.21.4-beta.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/package.json +16 -16
- package/ui-dist/assets/{api-CA2udGyv.js → api-DhI2lb1f.js} +9 -4
- package/ui-dist/assets/{app-presenter-provider-B9ChYida.js → app-presenter-provider-BFbrQp8q.js} +1 -1
- package/ui-dist/assets/{channels-list-page-PrT4a9g4.js → channels-list-page-B6CvmU9T.js} +1 -1
- package/ui-dist/assets/{chat-page-CImtIhmN.js → chat-page-Ch4ShlKB.js} +1 -1
- package/ui-dist/assets/{confirm-dialog-l4FYdzga.js → confirm-dialog-DXRWJ5uB.js} +1 -1
- package/ui-dist/assets/{desktop-update-config-p3rJIgRg.js → desktop-update-config-DPk5V1Nl.js} +1 -1
- package/ui-dist/assets/index-CevK3jug.css +1 -0
- package/ui-dist/assets/{index-DFC_DdT1.js → index-DZoXsgdz.js} +43 -43
- package/ui-dist/assets/mcp-marketplace-page-9maf_9fL.js +1 -0
- package/ui-dist/assets/{mcp-marketplace-page-DhqcnhZc.js → mcp-marketplace-page-WAgpy0hp.js} +1 -1
- package/ui-dist/assets/{model-config-C9ydDDFh.js → model-config-CixioI5U.js} +1 -1
- package/ui-dist/assets/{notice-card-BfXlhPjX.js → notice-card-BLklZuEa.js} +1 -1
- package/ui-dist/assets/{provider-scoped-model-input-CkeEyTfO.js → provider-scoped-model-input-BbWqk2yz.js} +1 -1
- package/ui-dist/assets/{providers-list-9eOBQFUn.js → providers-list-C_JOSjYd.js} +1 -1
- package/ui-dist/assets/remote-qtmzkte2.js +1 -0
- package/ui-dist/assets/{runtime-config-page-B30PC6bx.js → runtime-config-page-ByvKO6Yn.js} +1 -1
- package/ui-dist/assets/{search-config-RN01uPJQ.js → search-config-Cl2_NgFY.js} +1 -1
- package/ui-dist/assets/{secrets-config-CTZ_TGoA.js → secrets-config-BkR72J4g.js} +1 -1
- package/ui-dist/assets/{tag-chip-Dnb2VuWh.js → tag-chip-Kib_ljle.js} +1 -1
- package/ui-dist/index.html +41 -14
- package/ui-dist/sw.js +6 -31
- package/ui-dist/assets/index-BCq7kbC8.css +0 -1
- package/ui-dist/assets/mcp-marketplace-page-DNHSmfDf.js +0 -1
- package/ui-dist/assets/remote-fGlxrJI_.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nextclaw",
|
|
3
|
-
"version": "0.21.4-beta.
|
|
3
|
+
"version": "0.21.4-beta.1",
|
|
4
4
|
"description": "Powerful AI assistant for coordinating agents, skills, CLI tools, automations, and messaging apps.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
"commander": "^12.1.0",
|
|
42
42
|
"jszip": "^3.10.1",
|
|
43
43
|
"yaml": "^2.8.1",
|
|
44
|
-
"@nextclaw/core": "0.
|
|
45
|
-
"@nextclaw/
|
|
46
|
-
"@nextclaw/mcp": "0.
|
|
47
|
-
"@nextclaw/ncp": "0.5.29-beta.
|
|
48
|
-
"@nextclaw/ncp-
|
|
49
|
-
"@nextclaw/
|
|
50
|
-
"@nextclaw/
|
|
51
|
-
"@nextclaw/nextclaw-
|
|
52
|
-
"@nextclaw/nextclaw-
|
|
53
|
-
"@nextclaw/nextclaw-ncp-runtime-
|
|
54
|
-
"@nextclaw/
|
|
55
|
-
"@nextclaw/
|
|
56
|
-
"@nextclaw/runtime": "0.3.10-beta.
|
|
57
|
-
"@nextclaw/server": "0.
|
|
44
|
+
"@nextclaw/core": "0.14.0-beta.1",
|
|
45
|
+
"@nextclaw/ncp-agent-runtime": "0.3.40-beta.1",
|
|
46
|
+
"@nextclaw/ncp-mcp": "0.1.105-beta.1",
|
|
47
|
+
"@nextclaw/ncp": "0.5.29-beta.1",
|
|
48
|
+
"@nextclaw/ncp-toolkit": "0.5.34-beta.1",
|
|
49
|
+
"@nextclaw/mcp": "0.2.10-beta.1",
|
|
50
|
+
"@nextclaw/kernel": "0.4.0-beta.1",
|
|
51
|
+
"@nextclaw/nextclaw-hermes-acp-bridge": "0.2.9-beta.1",
|
|
52
|
+
"@nextclaw/nextclaw-ncp-runtime-stdio-client": "0.2.9-beta.1",
|
|
53
|
+
"@nextclaw/nextclaw-ncp-runtime-http-client": "0.2.9-beta.1",
|
|
54
|
+
"@nextclaw/service": "0.2.10-beta.1",
|
|
55
|
+
"@nextclaw/remote": "0.2.10-beta.1",
|
|
56
|
+
"@nextclaw/runtime": "0.3.10-beta.1",
|
|
57
|
+
"@nextclaw/server": "0.14.0-beta.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/node": "^20.17.6",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"tsx": "^4.19.2",
|
|
63
63
|
"typescript": "^5.6.3",
|
|
64
64
|
"vitest": "^4.1.2",
|
|
65
|
-
"@nextclaw/ui": "0.13.10-beta.
|
|
65
|
+
"@nextclaw/ui": "0.13.10-beta.1"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"dev": "tsx watch --tsconfig ../../scripts/dev/dev-runtime.tsconfig.json src/cli/app/index.ts",
|