nexus-agents 2.48.0 → 2.50.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.
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  VERSION,
6
6
  initDataDirectories
7
- } from "./chunk-M53BBBCB.js";
7
+ } from "./chunk-NAN7IILE.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-CH722DBX.js.map
1583
+ //# sourceMappingURL=chunk-H3A7KK6X.js.map
@@ -24,7 +24,7 @@ import {
24
24
  } from "./chunk-CLYZ7FWP.js";
25
25
 
26
26
  // src/version.ts
27
- var VERSION = true ? "2.48.0" : "dev";
27
+ var VERSION = true ? "2.50.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-PLGFVKLM.js");
761
+ const { runSetup } = await import("./setup-command-SALY236Y.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-M53BBBCB.js.map
839
+ //# sourceMappingURL=chunk-NAN7IILE.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-CH722DBX.js";
18
+ } from "./chunk-H3A7KK6X.js";
19
19
  import "./chunk-MWLAUEG5.js";
20
20
  import {
21
21
  AuthHandler,
@@ -151,7 +151,7 @@ import {
151
151
  validateNexusEnv,
152
152
  validateWorkflow,
153
153
  wrapInMarkdownFence
154
- } from "./chunk-UXRR7M6E.js";
154
+ } from "./chunk-APQJV46Q.js";
155
155
  import {
156
156
  resolveToken
157
157
  } from "./chunk-QFDXRHNX.js";
@@ -201,7 +201,7 @@ import {
201
201
  doctorCommand,
202
202
  initDataDirectories,
203
203
  runDoctor
204
- } from "./chunk-M53BBBCB.js";
204
+ } from "./chunk-NAN7IILE.js";
205
205
  import "./chunk-ULDKSIS7.js";
206
206
  import {
207
207
  MemoryError