nexus-agents 2.61.0 → 2.63.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.
@@ -68,7 +68,7 @@ import {
68
68
  clampTaskTtl,
69
69
  getAvailabilityCache,
70
70
  resolveFallback
71
- } from "./chunk-NB6IYTMN.js";
71
+ } from "./chunk-FMFQJLMR.js";
72
72
  import {
73
73
  DEFAULTS
74
74
  } from "./chunk-H43PABG4.js";
@@ -53661,4 +53661,4 @@ export {
53661
53661
  detectBackend,
53662
53662
  createTaskTracker
53663
53663
  };
53664
- //# sourceMappingURL=chunk-TRWIEUI2.js.map
53664
+ //# sourceMappingURL=chunk-4G7MSCIK.js.map
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-NB6IYTMN.js";
11
+ } from "./chunk-FMFQJLMR.js";
12
12
  import {
13
13
  BUILT_IN_EXPERTS
14
14
  } from "./chunk-GJVHRJO2.js";
@@ -1933,4 +1933,4 @@ export {
1933
1933
  setupCommand,
1934
1934
  setupCommandAsync
1935
1935
  };
1936
- //# sourceMappingURL=chunk-KNAPTURC.js.map
1936
+ //# sourceMappingURL=chunk-7C32M23X.js.map
@@ -38,7 +38,7 @@ import {
38
38
  } from "./chunk-CLYZ7FWP.js";
39
39
 
40
40
  // src/version.ts
41
- var VERSION = true ? "2.61.0" : "dev";
41
+ var VERSION = true ? "2.63.0" : "dev";
42
42
 
43
43
  // src/config/schemas-core.ts
44
44
  import { z } from "zod";
@@ -2025,7 +2025,7 @@ async function runDoctorFix(result) {
2025
2025
  writeLine2("\u2500".repeat(40));
2026
2026
  let fixCount = 0;
2027
2027
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2028
- const { runSetup } = await import("./setup-command-QJGB34JY.js");
2028
+ const { runSetup } = await import("./setup-command-QKAVRVLV.js");
2029
2029
  const setupResult = runSetup({
2030
2030
  skipMcp: true,
2031
2031
  skipRules: true,
@@ -2135,4 +2135,4 @@ export {
2135
2135
  startStdioServer,
2136
2136
  closeServer
2137
2137
  };
2138
- //# sourceMappingURL=chunk-NB6IYTMN.js.map
2138
+ //# sourceMappingURL=chunk-FMFQJLMR.js.map
package/dist/cli.d.ts CHANGED
@@ -108,6 +108,9 @@ interface ParsedCliArgs {
108
108
  source?: string;
109
109
  portable?: boolean;
110
110
  gitignore?: boolean;
111
+ mcpConfig?: boolean;
112
+ install?: boolean;
113
+ uninstall?: boolean;
111
114
  };
112
115
  positionals: string[];
113
116
  }