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.
- package/dist/{chunk-TRWIEUI2.js → chunk-4G7MSCIK.js} +2 -2
- package/dist/{chunk-KNAPTURC.js → chunk-7C32M23X.js} +2 -2
- package/dist/{chunk-NB6IYTMN.js → chunk-FMFQJLMR.js} +3 -3
- package/dist/cli.d.ts +3 -0
- package/dist/cli.js +464 -47
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-QJGB34JY.js → setup-command-QKAVRVLV.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-TRWIEUI2.js.map → chunk-4G7MSCIK.js.map} +0 -0
- /package/dist/{chunk-KNAPTURC.js.map → chunk-7C32M23X.js.map} +0 -0
- /package/dist/{chunk-NB6IYTMN.js.map → chunk-FMFQJLMR.js.map} +0 -0
- /package/dist/{setup-command-QJGB34JY.js.map → setup-command-QKAVRVLV.js.map} +0 -0
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
clampTaskTtl,
|
|
69
69
|
getAvailabilityCache,
|
|
70
70
|
resolveFallback
|
|
71
|
-
} from "./chunk-
|
|
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-
|
|
53664
|
+
//# sourceMappingURL=chunk-4G7MSCIK.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
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-
|
|
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.
|
|
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-
|
|
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-
|
|
2138
|
+
//# sourceMappingURL=chunk-FMFQJLMR.js.map
|