nexus-agents 2.101.1 → 2.101.2
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-RIYVX4JS.js → chunk-CVY7AQVJ.js} +3 -3
- package/dist/{chunk-3J53EAYX.js → chunk-JLPKIRGI.js} +2 -2
- package/dist/{chunk-AMYO7KUK.js → chunk-OI6WKPEE.js} +530 -527
- package/dist/{chunk-AMYO7KUK.js.map → chunk-OI6WKPEE.js.map} +1 -1
- package/dist/cli.js +3 -3
- package/dist/index.d.ts +393 -1
- package/dist/index.js +20 -3
- package/dist/index.js.map +1 -1
- package/dist/{setup-command-DVG3EDY7.js → setup-command-FHYUWUIE.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-RIYVX4JS.js.map → chunk-CVY7AQVJ.js.map} +0 -0
- /package/dist/{chunk-3J53EAYX.js.map → chunk-JLPKIRGI.js.map} +0 -0
- /package/dist/{setup-command-DVG3EDY7.js.map → setup-command-FHYUWUIE.js.map} +0 -0
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-CH7QIDHQ.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.101.
|
|
43
|
+
var VERSION = true ? "2.101.2" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2096,7 +2096,7 @@ async function runDoctorFix(result) {
|
|
|
2096
2096
|
writeLine2("\u2500".repeat(40));
|
|
2097
2097
|
let fixCount = 0;
|
|
2098
2098
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2099
|
-
const { runSetup } = await import("./setup-command-
|
|
2099
|
+
const { runSetup } = await import("./setup-command-FHYUWUIE.js");
|
|
2100
2100
|
const setupResult = runSetup({
|
|
2101
2101
|
skipMcp: true,
|
|
2102
2102
|
skipRules: true,
|
|
@@ -2208,4 +2208,4 @@ export {
|
|
|
2208
2208
|
startStdioServer,
|
|
2209
2209
|
closeServer
|
|
2210
2210
|
};
|
|
2211
|
-
//# sourceMappingURL=chunk-
|
|
2211
|
+
//# sourceMappingURL=chunk-CVY7AQVJ.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-CVY7AQVJ.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-3GF52QPA.js";
|
|
@@ -1987,4 +1987,4 @@ export {
|
|
|
1987
1987
|
setupCommand,
|
|
1988
1988
|
setupCommandAsync
|
|
1989
1989
|
};
|
|
1990
|
-
//# sourceMappingURL=chunk-
|
|
1990
|
+
//# sourceMappingURL=chunk-JLPKIRGI.js.map
|