nexus-agents 2.129.1 → 2.129.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-IIMTGMOE.js → chunk-6RXP55DL.js} +3 -3
- package/dist/{chunk-4EAXZOIG.js → chunk-MXEUDSWT.js} +2 -2
- package/dist/{chunk-24HQWWJ7.js → chunk-SDLDZL4K.js} +273 -268
- package/dist/chunk-SDLDZL4K.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-GVOUKFJT.js → setup-command-Q4RVDZOO.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-24HQWWJ7.js.map +0 -1
- /package/dist/{chunk-IIMTGMOE.js.map → chunk-6RXP55DL.js.map} +0 -0
- /package/dist/{chunk-4EAXZOIG.js.map → chunk-MXEUDSWT.js.map} +0 -0
- /package/dist/{setup-command-GVOUKFJT.js.map → setup-command-Q4RVDZOO.js.map} +0 -0
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-ZGLIHPGJ.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.129.
|
|
43
|
+
var VERSION = true ? "2.129.2" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2126,7 +2126,7 @@ async function runDoctorFix(result) {
|
|
|
2126
2126
|
writeLine2("\u2500".repeat(40));
|
|
2127
2127
|
let fixCount = 0;
|
|
2128
2128
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2129
|
-
const { runSetup } = await import("./setup-command-
|
|
2129
|
+
const { runSetup } = await import("./setup-command-Q4RVDZOO.js");
|
|
2130
2130
|
const setupResult = runSetup({
|
|
2131
2131
|
skipMcp: true,
|
|
2132
2132
|
skipRules: true,
|
|
@@ -2238,4 +2238,4 @@ export {
|
|
|
2238
2238
|
startStdioServer,
|
|
2239
2239
|
closeServer
|
|
2240
2240
|
};
|
|
2241
|
-
//# sourceMappingURL=chunk-
|
|
2241
|
+
//# sourceMappingURL=chunk-6RXP55DL.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-6RXP55DL.js";
|
|
12
12
|
import {
|
|
13
13
|
BUILT_IN_EXPERTS
|
|
14
14
|
} from "./chunk-ZM4O442V.js";
|
|
@@ -2000,4 +2000,4 @@ export {
|
|
|
2000
2000
|
setupCommand,
|
|
2001
2001
|
setupCommandAsync
|
|
2002
2002
|
};
|
|
2003
|
-
//# sourceMappingURL=chunk-
|
|
2003
|
+
//# sourceMappingURL=chunk-MXEUDSWT.js.map
|