nexus-agents 2.63.1 → 2.63.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.
@@ -5,7 +5,7 @@ import {
5
5
  executeVoting,
6
6
  registerConsensusVoteTool,
7
7
  resetCorrelationTracker
8
- } from "./chunk-RIMON2SA.js";
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-2ZCR7P3T.js.map
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-SWF3WIP4.js";
649
+ } from "./chunk-WYKMVZZS.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-RIMON2SA.js";
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-C3FCZKNW.js";
859
+ } from "./chunk-53FRKIEQ.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-2ZCR7P3T.js");
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-UDP5MKHK.js";
10
+ } from "./chunk-F4XV6DGK.js";
11
11
  import "./chunk-EBFXDM3P.js";
12
- import "./chunk-C3FCZKNW.js";
12
+ import "./chunk-53FRKIEQ.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-WTVF4YEJ.js.map
33
+ //# sourceMappingURL=setup-command-2JSXOAIS.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.63.1",
3
+ "version": "2.63.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.williamzujkowski/nexus-agents",
6
6
  "license": "MIT",