nexus-agents 2.44.0 → 2.45.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.
@@ -24,7 +24,7 @@ import {
24
24
  } from "./chunk-CLYZ7FWP.js";
25
25
 
26
26
  // src/version.ts
27
- var VERSION = true ? "2.44.0" : "dev";
27
+ var VERSION = true ? "2.45.0" : "dev";
28
28
 
29
29
  // src/cli/setup-data-dir.ts
30
30
  import { mkdirSync, existsSync as existsSync2 } from "fs";
@@ -758,7 +758,7 @@ async function runDoctorFix(result) {
758
758
  writeLine2("\u2500".repeat(40));
759
759
  let fixCount = 0;
760
760
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
761
- const { runSetup } = await import("./setup-command-DSU2PAHC.js");
761
+ const { runSetup } = await import("./setup-command-GX4Y4B5U.js");
762
762
  const setupResult = runSetup({
763
763
  skipMcp: true,
764
764
  skipRules: true,
@@ -836,4 +836,4 @@ export {
836
836
  startStdioServer,
837
837
  closeServer
838
838
  };
839
- //# sourceMappingURL=chunk-VOWCELOL.js.map
839
+ //# sourceMappingURL=chunk-4H72SYYW.js.map
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  VERSION,
6
6
  initDataDirectories
7
- } from "./chunk-VOWCELOL.js";
7
+ } from "./chunk-4H72SYYW.js";
8
8
  import {
9
9
  CLI_SUBPROCESS_TIMEOUTS,
10
10
  createLogger,
@@ -1580,4 +1580,4 @@ export {
1580
1580
  setupCommand,
1581
1581
  setupCommandAsync
1582
1582
  };
1583
- //# sourceMappingURL=chunk-C2J4MVRW.js.map
1583
+ //# sourceMappingURL=chunk-BMDTDKJK.js.map
@@ -66,7 +66,7 @@ import {
66
66
  import {
67
67
  DEFAULT_TASK_TTL_MS,
68
68
  clampTaskTtl
69
- } from "./chunk-VOWCELOL.js";
69
+ } from "./chunk-4H72SYYW.js";
70
70
  import {
71
71
  createSessionMemory
72
72
  } from "./chunk-ULDKSIS7.js";
@@ -53807,4 +53807,4 @@ export {
53807
53807
  detectBackend,
53808
53808
  createTaskTracker
53809
53809
  };
53810
- //# sourceMappingURL=chunk-NTJKUW2Y.js.map
53810
+ //# sourceMappingURL=chunk-WFYCKG4J.js.map
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  import "./chunk-YDCRFMFQ.js";
16
16
  import {
17
17
  setupCommandAsync
18
- } from "./chunk-C2J4MVRW.js";
18
+ } from "./chunk-BMDTDKJK.js";
19
19
  import "./chunk-MWLAUEG5.js";
20
20
  import {
21
21
  AuthHandler,
@@ -150,7 +150,7 @@ import {
150
150
  validateNexusEnv,
151
151
  validateWorkflow,
152
152
  wrapInMarkdownFence
153
- } from "./chunk-NTJKUW2Y.js";
153
+ } from "./chunk-WFYCKG4J.js";
154
154
  import {
155
155
  resolveToken
156
156
  } from "./chunk-QFDXRHNX.js";
@@ -200,7 +200,7 @@ import {
200
200
  doctorCommand,
201
201
  initDataDirectories,
202
202
  runDoctor
203
- } from "./chunk-VOWCELOL.js";
203
+ } from "./chunk-4H72SYYW.js";
204
204
  import "./chunk-ULDKSIS7.js";
205
205
  import {
206
206
  MemoryError
package/dist/index.js CHANGED
@@ -656,7 +656,7 @@ import {
656
656
  validateWorkflowDependencies,
657
657
  withLogging,
658
658
  writePredictions
659
- } from "./chunk-NTJKUW2Y.js";
659
+ } from "./chunk-WFYCKG4J.js";
660
660
  import {
661
661
  getTokenEnvVars,
662
662
  hasToken,
@@ -851,7 +851,7 @@ import {
851
851
  connectTransport,
852
852
  createServer,
853
853
  startStdioServer
854
- } from "./chunk-VOWCELOL.js";
854
+ } from "./chunk-4H72SYYW.js";
855
855
  import "./chunk-ULDKSIS7.js";
856
856
  import {
857
857
  MemoryError
@@ -7,9 +7,9 @@ import {
7
7
  runWizard,
8
8
  setupCommand,
9
9
  setupCommandAsync
10
- } from "./chunk-C2J4MVRW.js";
10
+ } from "./chunk-BMDTDKJK.js";
11
11
  import "./chunk-MWLAUEG5.js";
12
- import "./chunk-VOWCELOL.js";
12
+ import "./chunk-4H72SYYW.js";
13
13
  import "./chunk-633WH2ML.js";
14
14
  import "./chunk-XXHVHW4K.js";
15
15
  import "./chunk-5XX5ROV6.js";
@@ -26,4 +26,4 @@ export {
26
26
  setupCommand,
27
27
  setupCommandAsync
28
28
  };
29
- //# sourceMappingURL=setup-command-DSU2PAHC.js.map
29
+ //# sourceMappingURL=setup-command-GX4Y4B5U.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.44.0",
3
+ "version": "2.45.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.williamzujkowski/nexus-agents",
6
6
  "license": "MIT",