nexus-agents 2.72.0 → 2.72.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.
- package/dist/{chunk-2JMUX5UA.js → chunk-C3JGKBL2.js} +2 -2
- package/dist/{chunk-3HR6UJ2E.js → chunk-J4VR2WNI.js} +731 -2
- package/dist/chunk-J4VR2WNI.js.map +1 -0
- package/dist/{chunk-XHVDKY3X.js → chunk-YOREAPF6.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.d.ts +530 -51
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/{setup-command-DVEBFKR2.js → setup-command-BWUFMZ7U.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-3HR6UJ2E.js.map +0 -1
- /package/dist/{chunk-2JMUX5UA.js.map → chunk-C3JGKBL2.js.map} +0 -0
- /package/dist/{chunk-XHVDKY3X.js.map → chunk-YOREAPF6.js.map} +0 -0
- /package/dist/{setup-command-DVEBFKR2.js.map → setup-command-BWUFMZ7U.js.map} +0 -0
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-GOT7OAL5.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.72.
|
|
43
|
+
var VERSION = true ? "2.72.1" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2307,7 +2307,7 @@ async function runDoctorFix(result) {
|
|
|
2307
2307
|
writeLine2("\u2500".repeat(40));
|
|
2308
2308
|
let fixCount = 0;
|
|
2309
2309
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2310
|
-
const { runSetup } = await import("./setup-command-
|
|
2310
|
+
const { runSetup } = await import("./setup-command-BWUFMZ7U.js");
|
|
2311
2311
|
const setupResult = runSetup({
|
|
2312
2312
|
skipMcp: true,
|
|
2313
2313
|
skipRules: true,
|
|
@@ -2418,4 +2418,4 @@ export {
|
|
|
2418
2418
|
startStdioServer,
|
|
2419
2419
|
closeServer
|
|
2420
2420
|
};
|
|
2421
|
-
//# sourceMappingURL=chunk-
|
|
2421
|
+
//# sourceMappingURL=chunk-YOREAPF6.js.map
|
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
setupCommandAsync,
|
|
24
24
|
verifyCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-C3JGKBL2.js";
|
|
26
26
|
import "./chunk-DA5UDQYW.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -150,7 +150,7 @@ import {
|
|
|
150
150
|
validateCommand,
|
|
151
151
|
validateWorkflow,
|
|
152
152
|
wrapInMarkdownFence
|
|
153
|
-
} from "./chunk-
|
|
153
|
+
} from "./chunk-J4VR2WNI.js";
|
|
154
154
|
import "./chunk-ED6VQWNG.js";
|
|
155
155
|
import {
|
|
156
156
|
resolveToken
|
|
@@ -213,7 +213,7 @@ import {
|
|
|
213
213
|
probeAllClis,
|
|
214
214
|
runDoctor,
|
|
215
215
|
validateNexusEnv
|
|
216
|
-
} from "./chunk-
|
|
216
|
+
} from "./chunk-YOREAPF6.js";
|
|
217
217
|
import {
|
|
218
218
|
DEFAULTS
|
|
219
219
|
} from "./chunk-2MD5MWCK.js";
|