nexus-agents 2.85.0 → 2.86.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-IF6TXCSE.js → chunk-EHBSXLX6.js} +26 -1
- package/dist/{chunk-IF6TXCSE.js.map → chunk-EHBSXLX6.js.map} +1 -1
- package/dist/{chunk-OXVOUVKH.js → chunk-QOOYL3B3.js} +3 -3
- package/dist/{chunk-6KZL5DMU.js → chunk-RZNED4KY.js} +285 -185
- package/dist/chunk-RZNED4KY.js.map +1 -0
- package/dist/{chunk-QR4VYHMI.js → chunk-XRROTMWR.js} +2 -2
- package/dist/cli.js +6 -4
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-LPYEXUVC.js → consensus-vote-K7HSOLYR.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-ZXDAR3GQ.js → setup-command-J2AVNUJV.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-6KZL5DMU.js.map +0 -1
- /package/dist/{chunk-OXVOUVKH.js.map → chunk-QOOYL3B3.js.map} +0 -0
- /package/dist/{chunk-QR4VYHMI.js.map → chunk-XRROTMWR.js.map} +0 -0
- /package/dist/{consensus-vote-LPYEXUVC.js.map → consensus-vote-K7HSOLYR.js.map} +0 -0
- /package/dist/{setup-command-ZXDAR3GQ.js.map → setup-command-J2AVNUJV.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-EHBSXLX6.js";
|
|
9
9
|
import "./chunk-6QKMUPDP.js";
|
|
10
10
|
import "./chunk-POTGGTJD.js";
|
|
11
11
|
import "./chunk-4SU4Q37U.js";
|
|
@@ -28,4 +28,4 @@ export {
|
|
|
28
28
|
registerConsensusVoteTool,
|
|
29
29
|
resetCorrelationTracker
|
|
30
30
|
};
|
|
31
|
-
//# sourceMappingURL=consensus-vote-
|
|
31
|
+
//# sourceMappingURL=consensus-vote-K7HSOLYR.js.map
|
package/dist/index.js
CHANGED
|
@@ -519,7 +519,7 @@ import {
|
|
|
519
519
|
validateWorkflow,
|
|
520
520
|
validateWorkflowDependencies,
|
|
521
521
|
withLogging
|
|
522
|
-
} from "./chunk-
|
|
522
|
+
} from "./chunk-RZNED4KY.js";
|
|
523
523
|
import {
|
|
524
524
|
getTokenEnvVars,
|
|
525
525
|
hasToken,
|
|
@@ -632,7 +632,7 @@ import {
|
|
|
632
632
|
validateToolInput,
|
|
633
633
|
withModelNotFoundFallback,
|
|
634
634
|
wrapResilientWithFallback
|
|
635
|
-
} from "./chunk-
|
|
635
|
+
} from "./chunk-EHBSXLX6.js";
|
|
636
636
|
import {
|
|
637
637
|
AdapterModelError,
|
|
638
638
|
BaseAdapter,
|
|
@@ -737,7 +737,7 @@ import {
|
|
|
737
737
|
getKnownNexusVarNames,
|
|
738
738
|
startStdioServer,
|
|
739
739
|
validateNexusEnv
|
|
740
|
-
} from "./chunk-
|
|
740
|
+
} from "./chunk-QOOYL3B3.js";
|
|
741
741
|
import {
|
|
742
742
|
AvailabilityCache,
|
|
743
743
|
filterAvailableModels,
|
|
@@ -5970,7 +5970,7 @@ function buildVotingInput(plan, config) {
|
|
|
5970
5970
|
}
|
|
5971
5971
|
async function executeSingleVote(plan, config, log) {
|
|
5972
5972
|
try {
|
|
5973
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
5973
|
+
const { executeVoting } = await import("./consensus-vote-K7HSOLYR.js");
|
|
5974
5974
|
const input = buildVotingInput(plan, config);
|
|
5975
5975
|
const result = await executeVoting(input, log);
|
|
5976
5976
|
return parseVotingResult(result);
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-XRROTMWR.js";
|
|
12
12
|
import "./chunk-Z5BAZS6F.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-QOOYL3B3.js";
|
|
14
14
|
import "./chunk-4S5GY2MF.js";
|
|
15
15
|
import "./chunk-FOG7PMGM.js";
|
|
16
16
|
import "./chunk-25AQZKMN.js";
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
setupCommand,
|
|
35
35
|
setupCommandAsync
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=setup-command-
|
|
37
|
+
//# sourceMappingURL=setup-command-J2AVNUJV.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.86.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.nexus-substrate/nexus-agents",
|
|
6
6
|
"license": "MIT",
|