nexus-agents 2.69.1 → 2.70.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-WEPVZY2J.js → chunk-5RMZQEP5.js} +2 -2
- package/dist/{chunk-Y2MVMIOP.js → chunk-PPGX45YS.js} +3 -3
- package/dist/{chunk-3DISBMBF.js → chunk-SU4667UB.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-QYTC2OQJ.js → setup-command-VMN3XXZN.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-WEPVZY2J.js.map → chunk-5RMZQEP5.js.map} +0 -0
- /package/dist/{chunk-Y2MVMIOP.js.map → chunk-PPGX45YS.js.map} +0 -0
- /package/dist/{chunk-3DISBMBF.js.map → chunk-SU4667UB.js.map} +0 -0
- /package/dist/{setup-command-QYTC2OQJ.js.map → setup-command-VMN3XXZN.js.map} +0 -0
|
@@ -69,7 +69,7 @@ import {
|
|
|
69
69
|
clampTaskTtl,
|
|
70
70
|
getAvailabilityCache,
|
|
71
71
|
resolveFallback
|
|
72
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-PPGX45YS.js";
|
|
73
73
|
import {
|
|
74
74
|
DEFAULTS
|
|
75
75
|
} from "./chunk-L2LQ3TSV.js";
|
|
@@ -53872,4 +53872,4 @@ export {
|
|
|
53872
53872
|
detectBackend,
|
|
53873
53873
|
createTaskTracker
|
|
53874
53874
|
};
|
|
53875
|
-
//# sourceMappingURL=chunk-
|
|
53875
|
+
//# sourceMappingURL=chunk-5RMZQEP5.js.map
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
} from "./chunk-FDNWRZNJ.js";
|
|
39
39
|
|
|
40
40
|
// src/version.ts
|
|
41
|
-
var VERSION = true ? "2.
|
|
41
|
+
var VERSION = true ? "2.70.0" : "dev";
|
|
42
42
|
|
|
43
43
|
// src/config/schemas-core.ts
|
|
44
44
|
import { z } from "zod";
|
|
@@ -2024,7 +2024,7 @@ async function runDoctorFix(result) {
|
|
|
2024
2024
|
writeLine2("\u2500".repeat(40));
|
|
2025
2025
|
let fixCount = 0;
|
|
2026
2026
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2027
|
-
const { runSetup } = await import("./setup-command-
|
|
2027
|
+
const { runSetup } = await import("./setup-command-VMN3XXZN.js");
|
|
2028
2028
|
const setupResult = runSetup({
|
|
2029
2029
|
skipMcp: true,
|
|
2030
2030
|
skipRules: true,
|
|
@@ -2134,4 +2134,4 @@ export {
|
|
|
2134
2134
|
startStdioServer,
|
|
2135
2135
|
closeServer
|
|
2136
2136
|
};
|
|
2137
|
-
//# sourceMappingURL=chunk-
|
|
2137
|
+
//# sourceMappingURL=chunk-PPGX45YS.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-PPGX45YS.js";
|
|
12
12
|
import {
|
|
13
13
|
BUILT_IN_EXPERTS
|
|
14
14
|
} from "./chunk-ZM4O442V.js";
|
|
@@ -1933,4 +1933,4 @@ export {
|
|
|
1933
1933
|
setupCommand,
|
|
1934
1934
|
setupCommandAsync
|
|
1935
1935
|
};
|
|
1936
|
-
//# sourceMappingURL=chunk-
|
|
1936
|
+
//# sourceMappingURL=chunk-SU4667UB.js.map
|
package/dist/cli.js
CHANGED
|
@@ -16,7 +16,7 @@ import "./chunk-32RIOULO.js";
|
|
|
16
16
|
import {
|
|
17
17
|
setupCommandAsync,
|
|
18
18
|
verifyCommand
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-SU4667UB.js";
|
|
20
20
|
import "./chunk-OF7CYMMA.js";
|
|
21
21
|
import {
|
|
22
22
|
AuthHandler,
|
|
@@ -146,7 +146,7 @@ import {
|
|
|
146
146
|
validateCommand,
|
|
147
147
|
validateWorkflow,
|
|
148
148
|
wrapInMarkdownFence
|
|
149
|
-
} from "./chunk-
|
|
149
|
+
} from "./chunk-5RMZQEP5.js";
|
|
150
150
|
import "./chunk-ED6VQWNG.js";
|
|
151
151
|
import {
|
|
152
152
|
resolveToken
|
|
@@ -206,7 +206,7 @@ import {
|
|
|
206
206
|
loadConfig,
|
|
207
207
|
runDoctor,
|
|
208
208
|
validateNexusEnv
|
|
209
|
-
} from "./chunk-
|
|
209
|
+
} from "./chunk-PPGX45YS.js";
|
|
210
210
|
import {
|
|
211
211
|
DEFAULTS
|
|
212
212
|
} from "./chunk-L2LQ3TSV.js";
|
package/dist/index.js
CHANGED
|
@@ -641,7 +641,7 @@ import {
|
|
|
641
641
|
validateWorkflowDependencies,
|
|
642
642
|
withLogging,
|
|
643
643
|
writePredictions
|
|
644
|
-
} from "./chunk-
|
|
644
|
+
} from "./chunk-5RMZQEP5.js";
|
|
645
645
|
import {
|
|
646
646
|
SharedMemoryStore
|
|
647
647
|
} from "./chunk-ED6VQWNG.js";
|
|
@@ -851,7 +851,7 @@ import {
|
|
|
851
851
|
resolveFallback,
|
|
852
852
|
startStdioServer,
|
|
853
853
|
validateNexusEnv
|
|
854
|
-
} from "./chunk-
|
|
854
|
+
} from "./chunk-PPGX45YS.js";
|
|
855
855
|
import {
|
|
856
856
|
DEFAULTS
|
|
857
857
|
} from "./chunk-L2LQ3TSV.js";
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-SU4667UB.js";
|
|
11
11
|
import "./chunk-OF7CYMMA.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-PPGX45YS.js";
|
|
13
13
|
import "./chunk-L2LQ3TSV.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-XATH462F.js";
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
setupCommand,
|
|
31
31
|
setupCommandAsync
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=setup-command-
|
|
33
|
+
//# sourceMappingURL=setup-command-VMN3XXZN.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.70.0",
|
|
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
|