nexus-agents 2.97.0 → 2.97.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.
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-APLZRTYC.js";
11
+ } from "./chunk-5F7LHFAU.js";
12
12
  import {
13
13
  probeAllClis
14
14
  } from "./chunk-ML4IF3PS.js";
@@ -1987,4 +1987,4 @@ export {
1987
1987
  setupCommand,
1988
1988
  setupCommandAsync
1989
1989
  };
1990
- //# sourceMappingURL=chunk-SWNOQW7Y.js.map
1990
+ //# sourceMappingURL=chunk-Y4TTYQUK.js.map
package/dist/cli.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  import {
25
25
  setupCommandAsync,
26
26
  verifyCommand
27
- } from "./chunk-SWNOQW7Y.js";
27
+ } from "./chunk-Y4TTYQUK.js";
28
28
  import "./chunk-NTBVUWU4.js";
29
29
  import {
30
30
  AuthHandler,
@@ -163,7 +163,7 @@ import {
163
163
  validateCommand,
164
164
  validateWorkflow,
165
165
  wrapInMarkdownFence
166
- } from "./chunk-76FTBRUS.js";
166
+ } from "./chunk-FB6AQ2SF.js";
167
167
  import "./chunk-3ACDP4E6.js";
168
168
  import {
169
169
  resolveToken
@@ -186,7 +186,7 @@ import {
186
186
  executeVoting,
187
187
  registerConsensusVoteTool,
188
188
  warnIfSimulatedOutsideTests
189
- } from "./chunk-GAIUXYF4.js";
189
+ } from "./chunk-T7IIFT3B.js";
190
190
  import "./chunk-GERVGPTF.js";
191
191
  import "./chunk-65LE457J.js";
192
192
  import {
@@ -248,7 +248,7 @@ import {
248
248
  loadConfig,
249
249
  runDoctor,
250
250
  validateNexusEnv
251
- } from "./chunk-APLZRTYC.js";
251
+ } from "./chunk-5F7LHFAU.js";
252
252
  import "./chunk-N5656LE3.js";
253
253
  import "./chunk-OSHCOBDK.js";
254
254
  import {
@@ -6,7 +6,7 @@ import {
6
6
  executeVoting,
7
7
  registerConsensusVoteTool,
8
8
  resetCorrelationTracker
9
- } from "./chunk-GAIUXYF4.js";
9
+ } from "./chunk-T7IIFT3B.js";
10
10
  import "./chunk-GERVGPTF.js";
11
11
  import "./chunk-65LE457J.js";
12
12
  import "./chunk-5LGAPYX7.js";
@@ -31,4 +31,4 @@ export {
31
31
  registerConsensusVoteTool,
32
32
  resetCorrelationTracker
33
33
  };
34
- //# sourceMappingURL=consensus-vote-EQAYX53Z.js.map
34
+ //# sourceMappingURL=consensus-vote-F6HORSU6.js.map
package/dist/index.js CHANGED
@@ -509,7 +509,7 @@ import {
509
509
  validateWorkflow,
510
510
  validateWorkflowDependencies,
511
511
  withLogging
512
- } from "./chunk-76FTBRUS.js";
512
+ } from "./chunk-FB6AQ2SF.js";
513
513
  import "./chunk-3ACDP4E6.js";
514
514
  import {
515
515
  getTokenEnvVars,
@@ -601,7 +601,7 @@ import {
601
601
  registerConsensusVoteTool,
602
602
  withModelNotFoundFallback,
603
603
  wrapResilientWithFallback
604
- } from "./chunk-GAIUXYF4.js";
604
+ } from "./chunk-T7IIFT3B.js";
605
605
  import {
606
606
  AdapterModelError,
607
607
  BaseAdapter,
@@ -744,7 +744,7 @@ import {
744
744
  getKnownNexusVarNames,
745
745
  startStdioServer,
746
746
  validateNexusEnv
747
- } from "./chunk-APLZRTYC.js";
747
+ } from "./chunk-5F7LHFAU.js";
748
748
  import {
749
749
  AvailabilityCache,
750
750
  filterAvailableModels,
@@ -6134,7 +6134,7 @@ function buildVotingInput(plan, config) {
6134
6134
  }
6135
6135
  async function executeSingleVote(plan, config, log) {
6136
6136
  try {
6137
- const { executeVoting } = await import("./consensus-vote-EQAYX53Z.js");
6137
+ const { executeVoting } = await import("./consensus-vote-F6HORSU6.js");
6138
6138
  const input = buildVotingInput(plan, config);
6139
6139
  const result = await executeVoting(input, log);
6140
6140
  return parseVotingResult(result);