nexus-agents 2.76.0 → 2.77.1

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.
@@ -9,7 +9,7 @@ import {
9
9
  defaultConfig,
10
10
  initDataDirectories,
11
11
  probeAllClis
12
- } from "./chunk-GBILTGR6.js";
12
+ } from "./chunk-EVI46ZGG.js";
13
13
  import {
14
14
  BUILT_IN_EXPERTS
15
15
  } from "./chunk-ZM4O442V.js";
@@ -1946,4 +1946,4 @@ export {
1946
1946
  setupCommand,
1947
1947
  setupCommandAsync
1948
1948
  };
1949
- //# sourceMappingURL=chunk-JWQUKMR2.js.map
1949
+ //# sourceMappingURL=chunk-YJ7DGTAU.js.map
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import {
22
22
  import {
23
23
  setupCommandAsync,
24
24
  verifyCommand
25
- } from "./chunk-JWQUKMR2.js";
25
+ } from "./chunk-YJ7DGTAU.js";
26
26
  import "./chunk-CM3TORGV.js";
27
27
  import {
28
28
  AuthHandler,
@@ -152,7 +152,7 @@ import {
152
152
  validateCommand,
153
153
  validateWorkflow,
154
154
  wrapInMarkdownFence
155
- } from "./chunk-GAA7XTB6.js";
155
+ } from "./chunk-FGQOGLHQ.js";
156
156
  import "./chunk-ED6VQWNG.js";
157
157
  import {
158
158
  resolveToken
@@ -176,7 +176,7 @@ import {
176
176
  shutdownToolMemory,
177
177
  toolStructuredError,
178
178
  warnIfSimulatedOutsideTests
179
- } from "./chunk-TMOGKDC2.js";
179
+ } from "./chunk-CPPZCNAS.js";
180
180
  import "./chunk-IPWCD22D.js";
181
181
  import "./chunk-7NK7BTWP.js";
182
182
  import {
@@ -216,7 +216,7 @@ import {
216
216
  probeAllClis,
217
217
  runDoctor,
218
218
  validateNexusEnv
219
- } from "./chunk-GBILTGR6.js";
219
+ } from "./chunk-EVI46ZGG.js";
220
220
  import "./chunk-5WHWKY32.js";
221
221
  import {
222
222
  DEFAULTS
@@ -5,7 +5,7 @@ import {
5
5
  executeVoting,
6
6
  registerConsensusVoteTool,
7
7
  resetCorrelationTracker
8
- } from "./chunk-TMOGKDC2.js";
8
+ } from "./chunk-CPPZCNAS.js";
9
9
  import "./chunk-IPWCD22D.js";
10
10
  import "./chunk-7NK7BTWP.js";
11
11
  import "./chunk-5WHWKY32.js";
@@ -27,4 +27,4 @@ export {
27
27
  registerConsensusVoteTool,
28
28
  resetCorrelationTracker
29
29
  };
30
- //# sourceMappingURL=consensus-vote-KDSLAWQL.js.map
30
+ //# sourceMappingURL=consensus-vote-UR3JU7RI.js.map
package/dist/index.js CHANGED
@@ -518,7 +518,7 @@ import {
518
518
  validateWorkflow,
519
519
  validateWorkflowDependencies,
520
520
  withLogging
521
- } from "./chunk-GAA7XTB6.js";
521
+ } from "./chunk-FGQOGLHQ.js";
522
522
  import {
523
523
  SharedMemoryStore
524
524
  } from "./chunk-ED6VQWNG.js";
@@ -632,7 +632,7 @@ import {
632
632
  validateToolInput,
633
633
  withModelNotFoundFallback,
634
634
  wrapResilientWithFallback
635
- } from "./chunk-TMOGKDC2.js";
635
+ } from "./chunk-CPPZCNAS.js";
636
636
  import {
637
637
  AdapterModelError,
638
638
  BaseAdapter,
@@ -738,7 +738,7 @@ import {
738
738
  resolveFallback,
739
739
  startStdioServer,
740
740
  validateNexusEnv
741
- } from "./chunk-GBILTGR6.js";
741
+ } from "./chunk-EVI46ZGG.js";
742
742
  import {
743
743
  AvailableModelsCache,
744
744
  getDefaultAvailableModelsCache,
@@ -6090,7 +6090,7 @@ function buildVotingInput(plan, config) {
6090
6090
  }
6091
6091
  async function executeSingleVote(plan, config, log) {
6092
6092
  try {
6093
- const { executeVoting } = await import("./consensus-vote-KDSLAWQL.js");
6093
+ const { executeVoting } = await import("./consensus-vote-UR3JU7RI.js");
6094
6094
  const input = buildVotingInput(plan, config);
6095
6095
  const result = await executeVoting(input, log);
6096
6096
  return parseVotingResult(result);
@@ -7,9 +7,9 @@ import {
7
7
  runWizard,
8
8
  setupCommand,
9
9
  setupCommandAsync
10
- } from "./chunk-JWQUKMR2.js";
10
+ } from "./chunk-YJ7DGTAU.js";
11
11
  import "./chunk-CM3TORGV.js";
12
- import "./chunk-GBILTGR6.js";
12
+ import "./chunk-EVI46ZGG.js";
13
13
  import "./chunk-5WHWKY32.js";
14
14
  import "./chunk-YQMQSJQK.js";
15
15
  import "./chunk-NUBSJGQZ.js";
@@ -31,4 +31,4 @@ export {
31
31
  setupCommand,
32
32
  setupCommandAsync
33
33
  };
34
- //# sourceMappingURL=setup-command-3H2XXBJ3.js.map
34
+ //# sourceMappingURL=setup-command-MF75ZAPA.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.76.0",
3
+ "version": "2.77.1",
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",