nexus-agents 2.30.2 → 2.30.3
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-JPAVOHZN.js → chunk-6NX44VY4.js} +2 -2
- package/dist/{chunk-MHQTOOPA.js → chunk-DL4JUCGN.js} +2 -2
- package/dist/{chunk-KW7W5X4J.js → chunk-LUN3RDCO.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-XFQUP6K7.js → setup-command-JUHRFM3A.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-JPAVOHZN.js.map → chunk-6NX44VY4.js.map} +0 -0
- /package/dist/{chunk-MHQTOOPA.js.map → chunk-DL4JUCGN.js.map} +0 -0
- /package/dist/{chunk-KW7W5X4J.js.map → chunk-LUN3RDCO.js.map} +0 -0
- /package/dist/{setup-command-XFQUP6K7.js.map → setup-command-JUHRFM3A.js.map} +0 -0
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
VERSION,
|
|
6
6
|
initDataDirectories
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LUN3RDCO.js";
|
|
8
8
|
import {
|
|
9
9
|
CLI_SUBPROCESS_TIMEOUTS,
|
|
10
10
|
createLogger,
|
|
@@ -1523,4 +1523,4 @@ export {
|
|
|
1523
1523
|
setupCommand,
|
|
1524
1524
|
setupCommandAsync
|
|
1525
1525
|
};
|
|
1526
|
-
//# sourceMappingURL=chunk-
|
|
1526
|
+
//# sourceMappingURL=chunk-6NX44VY4.js.map
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
import {
|
|
66
66
|
DEFAULT_TASK_TTL_MS,
|
|
67
67
|
clampTaskTtl
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-LUN3RDCO.js";
|
|
69
69
|
import {
|
|
70
70
|
createSessionMemory
|
|
71
71
|
} from "./chunk-KQIDTE52.js";
|
|
@@ -53039,4 +53039,4 @@ export {
|
|
|
53039
53039
|
detectBackend,
|
|
53040
53040
|
createTaskTracker
|
|
53041
53041
|
};
|
|
53042
|
-
//# sourceMappingURL=chunk-
|
|
53042
|
+
//# sourceMappingURL=chunk-DL4JUCGN.js.map
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
} from "./chunk-CLYZ7FWP.js";
|
|
25
25
|
|
|
26
26
|
// src/version.ts
|
|
27
|
-
var VERSION = true ? "2.30.
|
|
27
|
+
var VERSION = true ? "2.30.3" : "dev";
|
|
28
28
|
|
|
29
29
|
// src/cli/setup-data-dir.ts
|
|
30
30
|
import { mkdirSync, existsSync as existsSync2 } from "fs";
|
|
@@ -758,7 +758,7 @@ async function runDoctorFix(result) {
|
|
|
758
758
|
writeLine2("\u2500".repeat(40));
|
|
759
759
|
let fixCount = 0;
|
|
760
760
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
761
|
-
const { runSetup } = await import("./setup-command-
|
|
761
|
+
const { runSetup } = await import("./setup-command-JUHRFM3A.js");
|
|
762
762
|
const setupResult = runSetup({
|
|
763
763
|
skipMcp: true,
|
|
764
764
|
skipRules: true,
|
|
@@ -836,4 +836,4 @@ export {
|
|
|
836
836
|
startStdioServer,
|
|
837
837
|
closeServer
|
|
838
838
|
};
|
|
839
|
-
//# sourceMappingURL=chunk-
|
|
839
|
+
//# sourceMappingURL=chunk-LUN3RDCO.js.map
|
package/dist/cli.js
CHANGED
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
import "./chunk-63AJLNKU.js";
|
|
16
16
|
import {
|
|
17
17
|
setupCommandAsync
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-6NX44VY4.js";
|
|
19
19
|
import "./chunk-V6MSPUQF.js";
|
|
20
20
|
import {
|
|
21
21
|
AuthHandler,
|
|
@@ -150,7 +150,7 @@ import {
|
|
|
150
150
|
validateNexusEnv,
|
|
151
151
|
validateWorkflow,
|
|
152
152
|
wrapInMarkdownFence
|
|
153
|
-
} from "./chunk-
|
|
153
|
+
} from "./chunk-DL4JUCGN.js";
|
|
154
154
|
import {
|
|
155
155
|
resolveToken
|
|
156
156
|
} from "./chunk-VZ2YOQWU.js";
|
|
@@ -200,7 +200,7 @@ import {
|
|
|
200
200
|
doctorCommand,
|
|
201
201
|
initDataDirectories,
|
|
202
202
|
runDoctor
|
|
203
|
-
} from "./chunk-
|
|
203
|
+
} from "./chunk-LUN3RDCO.js";
|
|
204
204
|
import "./chunk-KQIDTE52.js";
|
|
205
205
|
import {
|
|
206
206
|
MemoryError
|
package/dist/index.js
CHANGED
|
@@ -656,7 +656,7 @@ import {
|
|
|
656
656
|
validateWorkflowDependencies,
|
|
657
657
|
withLogging,
|
|
658
658
|
writePredictions
|
|
659
|
-
} from "./chunk-
|
|
659
|
+
} from "./chunk-DL4JUCGN.js";
|
|
660
660
|
import {
|
|
661
661
|
getTokenEnvVars,
|
|
662
662
|
hasToken,
|
|
@@ -850,7 +850,7 @@ import {
|
|
|
850
850
|
connectTransport,
|
|
851
851
|
createServer,
|
|
852
852
|
startStdioServer
|
|
853
|
-
} from "./chunk-
|
|
853
|
+
} from "./chunk-LUN3RDCO.js";
|
|
854
854
|
import "./chunk-KQIDTE52.js";
|
|
855
855
|
import "./chunk-DDQGAVQA.js";
|
|
856
856
|
import "./chunk-633WH2ML.js";
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-6NX44VY4.js";
|
|
11
11
|
import "./chunk-V6MSPUQF.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-LUN3RDCO.js";
|
|
13
13
|
import "./chunk-633WH2ML.js";
|
|
14
14
|
import "./chunk-UOXT5CZ7.js";
|
|
15
15
|
import "./chunk-Y477EGI4.js";
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
setupCommand,
|
|
27
27
|
setupCommandAsync
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=setup-command-
|
|
29
|
+
//# sourceMappingURL=setup-command-JUHRFM3A.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.3",
|
|
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
|