nexus-agents 2.63.1 → 2.63.2
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/README.md +7 -7
- package/dist/{chunk-SWF3WIP4.js → chunk-EB7LP5WD.js} +10 -6
- package/dist/{chunk-SWF3WIP4.js.map → chunk-EB7LP5WD.js.map} +1 -1
- package/dist/{chunk-RIMON2SA.js → chunk-PEDEZRPR.js} +26 -3
- package/dist/chunk-PEDEZRPR.js.map +1 -0
- package/dist/{chunk-C3FCZKNW.js → chunk-QJTOZIE7.js} +3 -3
- package/dist/{chunk-UDP5MKHK.js → chunk-V276U3ZC.js} +2 -2
- package/dist/cli.js +14 -7
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-2ZCR7P3T.js → consensus-vote-6FKSINXV.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-WTVF4YEJ.js → setup-command-IP2PV75E.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-RIMON2SA.js.map +0 -1
- /package/dist/{chunk-C3FCZKNW.js.map → chunk-QJTOZIE7.js.map} +0 -0
- /package/dist/{chunk-UDP5MKHK.js.map → chunk-V276U3ZC.js.map} +0 -0
- /package/dist/{consensus-vote-2ZCR7P3T.js.map → consensus-vote-6FKSINXV.js.map} +0 -0
- /package/dist/{setup-command-WTVF4YEJ.js.map → setup-command-IP2PV75E.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-PEDEZRPR.js";
|
|
9
9
|
import "./chunk-NF5KOUKM.js";
|
|
10
10
|
import "./chunk-FHFNOMNK.js";
|
|
11
11
|
import "./chunk-ZC4KHPRL.js";
|
|
@@ -25,4 +25,4 @@ export {
|
|
|
25
25
|
registerConsensusVoteTool,
|
|
26
26
|
resetCorrelationTracker
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=consensus-vote-
|
|
28
|
+
//# sourceMappingURL=consensus-vote-6FKSINXV.js.map
|
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-EB7LP5WD.js";
|
|
650
650
|
import {
|
|
651
651
|
SharedMemoryStore
|
|
652
652
|
} from "./chunk-ED6VQWNG.js";
|
|
@@ -774,7 +774,7 @@ import {
|
|
|
774
774
|
validateApiKeyPresence,
|
|
775
775
|
validateToolInput,
|
|
776
776
|
withTimeout
|
|
777
|
-
} from "./chunk-
|
|
777
|
+
} from "./chunk-PEDEZRPR.js";
|
|
778
778
|
import {
|
|
779
779
|
PROVIDER_ENV_KEYS
|
|
780
780
|
} from "./chunk-NF5KOUKM.js";
|
|
@@ -856,7 +856,7 @@ import {
|
|
|
856
856
|
resolveFallback,
|
|
857
857
|
startStdioServer,
|
|
858
858
|
validateNexusEnv
|
|
859
|
-
} from "./chunk-
|
|
859
|
+
} from "./chunk-QJTOZIE7.js";
|
|
860
860
|
import {
|
|
861
861
|
DEFAULTS
|
|
862
862
|
} from "./chunk-FHFNOMNK.js";
|
|
@@ -6699,7 +6699,7 @@ function buildVotingInput(plan, config) {
|
|
|
6699
6699
|
}
|
|
6700
6700
|
async function executeSingleVote(plan, config, log) {
|
|
6701
6701
|
try {
|
|
6702
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
6702
|
+
const { executeVoting } = await import("./consensus-vote-6FKSINXV.js");
|
|
6703
6703
|
const input = buildVotingInput(plan, config);
|
|
6704
6704
|
const result = await executeVoting(input, log);
|
|
6705
6705
|
return parseVotingResult(result);
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-V276U3ZC.js";
|
|
11
11
|
import "./chunk-EBFXDM3P.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-QJTOZIE7.js";
|
|
13
13
|
import "./chunk-FHFNOMNK.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-ZC4KHPRL.js";
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
setupCommand,
|
|
31
31
|
setupCommandAsync
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=setup-command-
|
|
33
|
+
//# sourceMappingURL=setup-command-IP2PV75E.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.63.
|
|
3
|
+
"version": "2.63.2",
|
|
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",
|