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.
@@ -5,7 +5,7 @@ import {
5
5
  executeVoting,
6
6
  registerConsensusVoteTool,
7
7
  resetCorrelationTracker
8
- } from "./chunk-IF6TXCSE.js";
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-LPYEXUVC.js.map
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-6KZL5DMU.js";
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-IF6TXCSE.js";
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-OXVOUVKH.js";
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-LPYEXUVC.js");
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-QR4VYHMI.js";
11
+ } from "./chunk-XRROTMWR.js";
12
12
  import "./chunk-Z5BAZS6F.js";
13
- import "./chunk-OXVOUVKH.js";
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-ZXDAR3GQ.js.map
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.85.0",
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",