nexus-agents 2.75.0 → 2.75.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-JK3DIVQT.js → chunk-5LHKTF5L.js} +2 -2
- package/dist/{chunk-G5NSRX6Z.js → chunk-MKIYBAGV.js} +2 -2
- package/dist/{chunk-QCKKDUNX.js → chunk-S6LQJZY4.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-S2XCW7K5.js → setup-command-KP3QVBEW.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-JK3DIVQT.js.map → chunk-5LHKTF5L.js.map} +0 -0
- /package/dist/{chunk-G5NSRX6Z.js.map → chunk-MKIYBAGV.js.map} +0 -0
- /package/dist/{chunk-QCKKDUNX.js.map → chunk-S6LQJZY4.js.map} +0 -0
- /package/dist/{setup-command-S2XCW7K5.js.map → setup-command-KP3QVBEW.js.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories,
|
|
11
11
|
probeAllClis
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-S6LQJZY4.js";
|
|
13
13
|
import {
|
|
14
14
|
BUILT_IN_EXPERTS
|
|
15
15
|
} from "./chunk-ZM4O442V.js";
|
|
@@ -1946,4 +1946,4 @@ export {
|
|
|
1946
1946
|
setupCommand,
|
|
1947
1947
|
setupCommandAsync
|
|
1948
1948
|
};
|
|
1949
|
-
//# sourceMappingURL=chunk-
|
|
1949
|
+
//# sourceMappingURL=chunk-5LHKTF5L.js.map
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
clampTaskTtl,
|
|
71
71
|
getAvailabilityCache,
|
|
72
72
|
resolveFallback
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-S6LQJZY4.js";
|
|
74
74
|
import {
|
|
75
75
|
DEFAULTS
|
|
76
76
|
} from "./chunk-GS3GW7C7.js";
|
|
@@ -50007,4 +50007,4 @@ export {
|
|
|
50007
50007
|
detectBackend,
|
|
50008
50008
|
createTaskTracker
|
|
50009
50009
|
};
|
|
50010
|
-
//# sourceMappingURL=chunk-
|
|
50010
|
+
//# sourceMappingURL=chunk-MKIYBAGV.js.map
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-GOT7OAL5.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.75.
|
|
43
|
+
var VERSION = true ? "2.75.1" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2308,7 +2308,7 @@ async function runDoctorFix(result) {
|
|
|
2308
2308
|
writeLine2("\u2500".repeat(40));
|
|
2309
2309
|
let fixCount = 0;
|
|
2310
2310
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2311
|
-
const { runSetup } = await import("./setup-command-
|
|
2311
|
+
const { runSetup } = await import("./setup-command-KP3QVBEW.js");
|
|
2312
2312
|
const setupResult = runSetup({
|
|
2313
2313
|
skipMcp: true,
|
|
2314
2314
|
skipRules: true,
|
|
@@ -2419,4 +2419,4 @@ export {
|
|
|
2419
2419
|
startStdioServer,
|
|
2420
2420
|
closeServer
|
|
2421
2421
|
};
|
|
2422
|
-
//# sourceMappingURL=chunk-
|
|
2422
|
+
//# sourceMappingURL=chunk-S6LQJZY4.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-5LHKTF5L.js";
|
|
26
26
|
import "./chunk-DGELGUZF.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -152,7 +152,7 @@ import {
|
|
|
152
152
|
validateCommand,
|
|
153
153
|
validateWorkflow,
|
|
154
154
|
wrapInMarkdownFence
|
|
155
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-MKIYBAGV.js";
|
|
156
156
|
import "./chunk-ED6VQWNG.js";
|
|
157
157
|
import {
|
|
158
158
|
resolveToken
|
|
@@ -216,7 +216,7 @@ import {
|
|
|
216
216
|
probeAllClis,
|
|
217
217
|
runDoctor,
|
|
218
218
|
validateNexusEnv
|
|
219
|
-
} from "./chunk-
|
|
219
|
+
} from "./chunk-S6LQJZY4.js";
|
|
220
220
|
import "./chunk-QON7LR7J.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-MKIYBAGV.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-S6LQJZY4.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-5LHKTF5L.js";
|
|
11
11
|
import "./chunk-DGELGUZF.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-S6LQJZY4.js";
|
|
13
13
|
import "./chunk-QON7LR7J.js";
|
|
14
14
|
import "./chunk-GS3GW7C7.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-KP3QVBEW.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.75.
|
|
3
|
+
"version": "2.75.1",
|
|
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
|
|
File without changes
|