nexus-agents 2.33.0 → 2.33.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.
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  VERSION,
6
6
  initDataDirectories
7
- } from "./chunk-F3ZEU2IK.js";
7
+ } from "./chunk-OC7MOZPG.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-ICFGV3HB.js.map
1583
+ //# sourceMappingURL=chunk-GSMYXYD7.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.33.0" : "dev";
27
+ var VERSION = true ? "2.33.1" : "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-V5DTJMBS.js");
761
+ const { runSetup } = await import("./setup-command-LQ3P6NUU.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-F3ZEU2IK.js.map
839
+ //# sourceMappingURL=chunk-OC7MOZPG.js.map
@@ -65,7 +65,7 @@ import {
65
65
  import {
66
66
  DEFAULT_TASK_TTL_MS,
67
67
  clampTaskTtl
68
- } from "./chunk-F3ZEU2IK.js";
68
+ } from "./chunk-OC7MOZPG.js";
69
69
  import {
70
70
  createSessionMemory
71
71
  } from "./chunk-XH6CQMDU.js";
@@ -53259,4 +53259,4 @@ export {
53259
53259
  detectBackend,
53260
53260
  createTaskTracker
53261
53261
  };
53262
- //# sourceMappingURL=chunk-SOW2AJPT.js.map
53262
+ //# sourceMappingURL=chunk-TBMWMO4Q.js.map
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  import "./chunk-3RSILLFN.js";
16
16
  import {
17
17
  setupCommandAsync
18
- } from "./chunk-ICFGV3HB.js";
18
+ } from "./chunk-GSMYXYD7.js";
19
19
  import "./chunk-NOITIOCN.js";
20
20
  import {
21
21
  AuthHandler,
@@ -150,7 +150,7 @@ import {
150
150
  validateNexusEnv,
151
151
  validateWorkflow,
152
152
  wrapInMarkdownFence
153
- } from "./chunk-SOW2AJPT.js";
153
+ } from "./chunk-TBMWMO4Q.js";
154
154
  import {
155
155
  resolveToken
156
156
  } from "./chunk-SKUW2NOC.js";
@@ -200,7 +200,7 @@ import {
200
200
  doctorCommand,
201
201
  initDataDirectories,
202
202
  runDoctor
203
- } from "./chunk-F3ZEU2IK.js";
203
+ } from "./chunk-OC7MOZPG.js";
204
204
  import "./chunk-XH6CQMDU.js";
205
205
  import {
206
206
  MemoryError