nexus-agents 2.45.0 → 2.46.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/dist/{chunk-4H72SYYW.js → chunk-5Y7QBD2H.js} +3 -3
- package/dist/{chunk-WFYCKG4J.js → chunk-GVK2Z7PV.js} +1895 -1558
- package/dist/chunk-GVK2Z7PV.js.map +1 -0
- package/dist/{chunk-BMDTDKJK.js → chunk-KCOGC24K.js} +2 -2
- package/dist/cli.js +5 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-GX4Y4B5U.js → setup-command-OF4QXTBF.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-WFYCKG4J.js.map +0 -1
- /package/dist/{chunk-4H72SYYW.js.map → chunk-5Y7QBD2H.js.map} +0 -0
- /package/dist/{chunk-BMDTDKJK.js.map → chunk-KCOGC24K.js.map} +0 -0
- /package/dist/{setup-command-GX4Y4B5U.js.map → setup-command-OF4QXTBF.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -656,7 +656,7 @@ import {
|
|
|
656
656
|
validateWorkflowDependencies,
|
|
657
657
|
withLogging,
|
|
658
658
|
writePredictions
|
|
659
|
-
} from "./chunk-
|
|
659
|
+
} from "./chunk-GVK2Z7PV.js";
|
|
660
660
|
import {
|
|
661
661
|
getTokenEnvVars,
|
|
662
662
|
hasToken,
|
|
@@ -851,7 +851,7 @@ import {
|
|
|
851
851
|
connectTransport,
|
|
852
852
|
createServer,
|
|
853
853
|
startStdioServer
|
|
854
|
-
} from "./chunk-
|
|
854
|
+
} from "./chunk-5Y7QBD2H.js";
|
|
855
855
|
import "./chunk-ULDKSIS7.js";
|
|
856
856
|
import {
|
|
857
857
|
MemoryError
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-KCOGC24K.js";
|
|
11
11
|
import "./chunk-MWLAUEG5.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-5Y7QBD2H.js";
|
|
13
13
|
import "./chunk-633WH2ML.js";
|
|
14
14
|
import "./chunk-XXHVHW4K.js";
|
|
15
15
|
import "./chunk-5XX5ROV6.js";
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
setupCommand,
|
|
27
27
|
setupCommandAsync
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=setup-command-
|
|
29
|
+
//# sourceMappingURL=setup-command-OF4QXTBF.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.46.0",
|
|
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.williamzujkowski/nexus-agents",
|
|
6
6
|
"license": "MIT",
|