nextclaw 0.21.4-beta.0 → 0.21.5-beta.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.
- package/package.json +16 -16
- package/ui-dist/assets/{api-CA2udGyv.js → api-C0F4luAh.js} +9 -4
- package/ui-dist/assets/{app-presenter-provider-B9ChYida.js → app-presenter-provider-3K24vYTD.js} +2 -2
- package/ui-dist/assets/{channels-list-page-PrT4a9g4.js → channels-list-page-DT8gjnFw.js} +1 -1
- package/ui-dist/assets/{chat-page-CImtIhmN.js → chat-page-By1I_JyH.js} +1 -1
- package/ui-dist/assets/{confirm-dialog-l4FYdzga.js → confirm-dialog-a7YIzprP.js} +1 -1
- package/ui-dist/assets/{desktop-update-config-p3rJIgRg.js → desktop-update-config-CbJZyLND.js} +1 -1
- package/ui-dist/assets/index-CevK3jug.css +1 -0
- package/ui-dist/assets/{index-DFC_DdT1.js → index-DBOXf-UA.js} +43 -43
- package/ui-dist/assets/mcp-marketplace-page-C2O8-sSE.js +1 -0
- package/ui-dist/assets/{mcp-marketplace-page-DhqcnhZc.js → mcp-marketplace-page-IhNyQ9Hh.js} +1 -1
- package/ui-dist/assets/{model-config-C9ydDDFh.js → model-config-Z7oAQmlP.js} +1 -1
- package/ui-dist/assets/{notice-card-BfXlhPjX.js → notice-card-DhE1Fafy.js} +1 -1
- package/ui-dist/assets/{provider-scoped-model-input-CkeEyTfO.js → provider-scoped-model-input-BfhiS3GD.js} +1 -1
- package/ui-dist/assets/{providers-list-9eOBQFUn.js → providers-list-DpAMol1o.js} +1 -1
- package/ui-dist/assets/remote-hKy7hvBh.js +1 -0
- package/ui-dist/assets/{runtime-config-page-B30PC6bx.js → runtime-config-page-BvLypM3f.js} +1 -1
- package/ui-dist/assets/{search-config-RN01uPJQ.js → search-config-mD9kAsXy.js} +1 -1
- package/ui-dist/assets/{secrets-config-CTZ_TGoA.js → secrets-config-Dvd4VEDw.js} +1 -1
- package/ui-dist/assets/{tag-chip-Dnb2VuWh.js → tag-chip-BFTpu75w.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.
|
|
3
|
+
"version": "0.21.5-beta.0",
|
|
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/
|
|
45
|
-
"@nextclaw/
|
|
46
|
-
"@nextclaw/mcp": "0.2.
|
|
47
|
-
"@nextclaw/ncp": "0.
|
|
48
|
-
"@nextclaw/ncp-
|
|
49
|
-
"@nextclaw/ncp-
|
|
50
|
-
"@nextclaw/ncp-
|
|
51
|
-
"@nextclaw/nextclaw-
|
|
52
|
-
"@nextclaw/nextclaw-
|
|
53
|
-
"@nextclaw/nextclaw-ncp-runtime-stdio-client": "0.2.
|
|
54
|
-
"@nextclaw/
|
|
55
|
-
"@nextclaw/
|
|
56
|
-
"@nextclaw/
|
|
57
|
-
"@nextclaw/server": "0.
|
|
44
|
+
"@nextclaw/kernel": "0.4.1-beta.0",
|
|
45
|
+
"@nextclaw/core": "0.14.1-beta.0",
|
|
46
|
+
"@nextclaw/mcp": "0.2.11-beta.0",
|
|
47
|
+
"@nextclaw/ncp": "0.6.0-beta.0",
|
|
48
|
+
"@nextclaw/ncp-mcp": "0.1.106-beta.0",
|
|
49
|
+
"@nextclaw/ncp-toolkit": "0.5.35-beta.0",
|
|
50
|
+
"@nextclaw/ncp-agent-runtime": "0.3.41-beta.0",
|
|
51
|
+
"@nextclaw/nextclaw-hermes-acp-bridge": "0.2.10-beta.0",
|
|
52
|
+
"@nextclaw/nextclaw-ncp-runtime-http-client": "0.2.10-beta.0",
|
|
53
|
+
"@nextclaw/nextclaw-ncp-runtime-stdio-client": "0.2.10-beta.0",
|
|
54
|
+
"@nextclaw/runtime": "0.3.11-beta.0",
|
|
55
|
+
"@nextclaw/remote": "0.2.11-beta.0",
|
|
56
|
+
"@nextclaw/service": "0.2.11-beta.0",
|
|
57
|
+
"@nextclaw/server": "0.14.1-beta.0"
|
|
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.
|
|
65
|
+
"@nextclaw/ui": "0.13.11-beta.0"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"dev": "tsx watch --tsconfig ../../scripts/dev/dev-runtime.tsconfig.json src/cli/app/index.ts",
|