nexus-agents 2.62.0 → 2.63.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-X5WDX7L3.js → chunk-4G7MSCIK.js} +2 -2
- package/dist/{chunk-OJBW4II4.js → chunk-7C32M23X.js} +2 -2
- package/dist/{chunk-V7AFOKWC.js → chunk-FMFQJLMR.js} +3 -3
- package/dist/cli.d.ts +2 -0
- package/dist/cli.js +287 -50
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-FC67SJSP.js → setup-command-QKAVRVLV.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-X5WDX7L3.js.map → chunk-4G7MSCIK.js.map} +0 -0
- /package/dist/{chunk-OJBW4II4.js.map → chunk-7C32M23X.js.map} +0 -0
- /package/dist/{chunk-V7AFOKWC.js.map → chunk-FMFQJLMR.js.map} +0 -0
- /package/dist/{setup-command-FC67SJSP.js.map → setup-command-QKAVRVLV.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -646,7 +646,7 @@ import {
|
|
|
646
646
|
validateWorkflowDependencies,
|
|
647
647
|
withLogging,
|
|
648
648
|
writePredictions
|
|
649
|
-
} from "./chunk-
|
|
649
|
+
} from "./chunk-4G7MSCIK.js";
|
|
650
650
|
import {
|
|
651
651
|
SharedMemoryStore
|
|
652
652
|
} from "./chunk-ED6VQWNG.js";
|
|
@@ -856,7 +856,7 @@ import {
|
|
|
856
856
|
resolveFallback,
|
|
857
857
|
startStdioServer,
|
|
858
858
|
validateNexusEnv
|
|
859
|
-
} from "./chunk-
|
|
859
|
+
} from "./chunk-FMFQJLMR.js";
|
|
860
860
|
import {
|
|
861
861
|
DEFAULTS
|
|
862
862
|
} from "./chunk-H43PABG4.js";
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-7C32M23X.js";
|
|
11
11
|
import "./chunk-QGZBCD2A.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-FMFQJLMR.js";
|
|
13
13
|
import "./chunk-H43PABG4.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-FDNWRZNJ.js";
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
setupCommand,
|
|
31
31
|
setupCommandAsync
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=setup-command-
|
|
33
|
+
//# sourceMappingURL=setup-command-QKAVRVLV.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.63.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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|