nexus-agents 2.81.2 → 2.81.3
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/dist/{chunk-37ZXD5B6.js → chunk-755EZIUF.js} +13 -85
- package/dist/{chunk-37ZXD5B6.js.map → chunk-755EZIUF.js.map} +1 -1
- package/dist/{chunk-MRCURXAX.js → chunk-EKLY4LBJ.js} +2 -2
- package/dist/{chunk-6KO6LO3L.js → chunk-WLAQXITV.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.d.ts +27 -1
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/{setup-command-JBTK3LGD.js → setup-command-3VQHU7BZ.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-MRCURXAX.js.map → chunk-EKLY4LBJ.js.map} +0 -0
- /package/dist/{chunk-6KO6LO3L.js.map → chunk-WLAQXITV.js.map} +0 -0
- /package/dist/{setup-command-JBTK3LGD.js.map → setup-command-3VQHU7BZ.js.map} +0 -0
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-EKLY4LBJ.js";
|
|
12
12
|
import "./chunk-6YQCLEHL.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-WLAQXITV.js";
|
|
14
14
|
import "./chunk-WZGCVCRQ.js";
|
|
15
15
|
import "./chunk-73K7575Z.js";
|
|
16
16
|
import "./chunk-V2KWEIV5.js";
|
|
@@ -33,4 +33,4 @@ export {
|
|
|
33
33
|
setupCommand,
|
|
34
34
|
setupCommandAsync
|
|
35
35
|
};
|
|
36
|
-
//# sourceMappingURL=setup-command-
|
|
36
|
+
//# sourceMappingURL=setup-command-3VQHU7BZ.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.81.
|
|
3
|
+
"version": "2.81.3",
|
|
4
4
|
"description": "Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus",
|
|
5
5
|
"mcpName": "io.github.nexus-substrate/nexus-agents",
|
|
6
6
|
"license": "MIT",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|