nexus-agents 2.77.12 → 2.77.13
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-2IAWMNNB.js → chunk-GFKGL2GQ.js} +14 -6
- package/dist/{chunk-2IAWMNNB.js.map → chunk-GFKGL2GQ.js.map} +1 -1
- package/dist/{chunk-L3TPDTP3.js → chunk-JX6OI4FS.js} +3 -3
- package/dist/{chunk-XYA3DPWJ.js → chunk-RBZ4CDMY.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-3ZTEPKDA.js → setup-command-W6UKPODL.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-L3TPDTP3.js.map → chunk-JX6OI4FS.js.map} +0 -0
- /package/dist/{chunk-XYA3DPWJ.js.map → chunk-RBZ4CDMY.js.map} +0 -0
- /package/dist/{setup-command-3ZTEPKDA.js.map → setup-command-W6UKPODL.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.77.
|
|
43
|
+
var VERSION = true ? "2.77.13" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2121,7 +2121,7 @@ async function runDoctorFix(result) {
|
|
|
2121
2121
|
writeLine2("\u2500".repeat(40));
|
|
2122
2122
|
let fixCount = 0;
|
|
2123
2123
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2124
|
-
const { runSetup } = await import("./setup-command-
|
|
2124
|
+
const { runSetup } = await import("./setup-command-W6UKPODL.js");
|
|
2125
2125
|
const setupResult = runSetup({
|
|
2126
2126
|
skipMcp: true,
|
|
2127
2127
|
skipRules: true,
|
|
@@ -2231,4 +2231,4 @@ export {
|
|
|
2231
2231
|
startStdioServer,
|
|
2232
2232
|
closeServer
|
|
2233
2233
|
};
|
|
2234
|
-
//# sourceMappingURL=chunk-
|
|
2234
|
+
//# sourceMappingURL=chunk-JX6OI4FS.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-JX6OI4FS.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-TDV5ALHY.js";
|
|
@@ -1948,4 +1948,4 @@ export {
|
|
|
1948
1948
|
setupCommand,
|
|
1949
1949
|
setupCommandAsync
|
|
1950
1950
|
};
|
|
1951
|
-
//# sourceMappingURL=chunk-
|
|
1951
|
+
//# sourceMappingURL=chunk-RBZ4CDMY.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-RBZ4CDMY.js";
|
|
26
26
|
import "./chunk-CM3TORGV.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -153,7 +153,7 @@ import {
|
|
|
153
153
|
validateCommand,
|
|
154
154
|
validateWorkflow,
|
|
155
155
|
wrapInMarkdownFence
|
|
156
|
-
} from "./chunk-
|
|
156
|
+
} from "./chunk-GFKGL2GQ.js";
|
|
157
157
|
import "./chunk-ED6VQWNG.js";
|
|
158
158
|
import {
|
|
159
159
|
resolveToken
|
|
@@ -216,7 +216,7 @@ import {
|
|
|
216
216
|
loadConfig,
|
|
217
217
|
runDoctor,
|
|
218
218
|
validateNexusEnv
|
|
219
|
-
} from "./chunk-
|
|
219
|
+
} from "./chunk-JX6OI4FS.js";
|
|
220
220
|
import "./chunk-5WHWKY32.js";
|
|
221
221
|
import {
|
|
222
222
|
DEFAULTS
|
package/dist/index.js
CHANGED
|
@@ -518,7 +518,7 @@ import {
|
|
|
518
518
|
validateWorkflow,
|
|
519
519
|
validateWorkflowDependencies,
|
|
520
520
|
withLogging
|
|
521
|
-
} from "./chunk-
|
|
521
|
+
} from "./chunk-GFKGL2GQ.js";
|
|
522
522
|
import {
|
|
523
523
|
SharedMemoryStore
|
|
524
524
|
} from "./chunk-ED6VQWNG.js";
|
|
@@ -738,7 +738,7 @@ import {
|
|
|
738
738
|
resolveFallback,
|
|
739
739
|
startStdioServer,
|
|
740
740
|
validateNexusEnv
|
|
741
|
-
} from "./chunk-
|
|
741
|
+
} from "./chunk-JX6OI4FS.js";
|
|
742
742
|
import {
|
|
743
743
|
AvailableModelsCache,
|
|
744
744
|
getDefaultAvailableModelsCache,
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-RBZ4CDMY.js";
|
|
11
11
|
import "./chunk-CM3TORGV.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-JX6OI4FS.js";
|
|
13
13
|
import "./chunk-5WHWKY32.js";
|
|
14
14
|
import "./chunk-YQMQSJQK.js";
|
|
15
15
|
import "./chunk-NUBSJGQZ.js";
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
setupCommand,
|
|
32
32
|
setupCommandAsync
|
|
33
33
|
};
|
|
34
|
-
//# sourceMappingURL=setup-command-
|
|
34
|
+
//# sourceMappingURL=setup-command-W6UKPODL.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.77.
|
|
3
|
+
"version": "2.77.13",
|
|
4
4
|
"description": "Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus",
|
|
5
5
|
"mcpName": "io.github.williamzujkowski/nexus-agents",
|
|
6
6
|
"license": "MIT",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|