nexus-agents 2.79.1 → 2.79.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-MGYNV3EX.js → chunk-HB4MIDHJ.js} +2 -2
- package/dist/{chunk-4UKWUINF.js → chunk-JI7S55R3.js} +2 -2
- package/dist/{chunk-XLGI7QGQ.js → chunk-VIQOVK4E.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-WZ4ZVDGS.js → setup-command-QSAGFMGN.js} +3 -3
- package/package.json +2 -2
- /package/dist/{chunk-MGYNV3EX.js.map → chunk-HB4MIDHJ.js.map} +0 -0
- /package/dist/{chunk-4UKWUINF.js.map → chunk-JI7S55R3.js.map} +0 -0
- /package/dist/{chunk-XLGI7QGQ.js.map → chunk-VIQOVK4E.js.map} +0 -0
- /package/dist/{setup-command-WZ4ZVDGS.js.map → setup-command-QSAGFMGN.js.map} +0 -0
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
clampTaskTtl,
|
|
80
80
|
getAvailabilityCache,
|
|
81
81
|
resolveFallback
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-VIQOVK4E.js";
|
|
83
83
|
import {
|
|
84
84
|
DEFAULTS
|
|
85
85
|
} from "./chunk-HYU4GZY6.js";
|
|
@@ -50129,4 +50129,4 @@ export {
|
|
|
50129
50129
|
detectBackend,
|
|
50130
50130
|
createTaskTracker
|
|
50131
50131
|
};
|
|
50132
|
-
//# sourceMappingURL=chunk-
|
|
50132
|
+
//# sourceMappingURL=chunk-HB4MIDHJ.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-VIQOVK4E.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-D6TM2VHX.js";
|
|
@@ -1948,4 +1948,4 @@ export {
|
|
|
1948
1948
|
setupCommand,
|
|
1949
1949
|
setupCommandAsync
|
|
1950
1950
|
};
|
|
1951
|
-
//# sourceMappingURL=chunk-
|
|
1951
|
+
//# sourceMappingURL=chunk-JI7S55R3.js.map
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
} from "./chunk-7BMOZJYS.js";
|
|
39
39
|
|
|
40
40
|
// src/version.ts
|
|
41
|
-
var VERSION = true ? "2.79.
|
|
41
|
+
var VERSION = true ? "2.79.3" : "dev";
|
|
42
42
|
|
|
43
43
|
// src/config/schemas-core.ts
|
|
44
44
|
import { z } from "zod";
|
|
@@ -2213,7 +2213,7 @@ async function runDoctorFix(result) {
|
|
|
2213
2213
|
writeLine2("\u2500".repeat(40));
|
|
2214
2214
|
let fixCount = 0;
|
|
2215
2215
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2216
|
-
const { runSetup } = await import("./setup-command-
|
|
2216
|
+
const { runSetup } = await import("./setup-command-QSAGFMGN.js");
|
|
2217
2217
|
const setupResult = runSetup({
|
|
2218
2218
|
skipMcp: true,
|
|
2219
2219
|
skipRules: true,
|
|
@@ -2323,4 +2323,4 @@ export {
|
|
|
2323
2323
|
startStdioServer,
|
|
2324
2324
|
closeServer
|
|
2325
2325
|
};
|
|
2326
|
-
//# sourceMappingURL=chunk-
|
|
2326
|
+
//# sourceMappingURL=chunk-VIQOVK4E.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-JI7S55R3.js";
|
|
26
26
|
import "./chunk-YXWGEIQR.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-HB4MIDHJ.js";
|
|
157
157
|
import "./chunk-AP2FD37C.js";
|
|
158
158
|
import "./chunk-ED6VQWNG.js";
|
|
159
159
|
import {
|
|
@@ -221,7 +221,7 @@ import {
|
|
|
221
221
|
loadConfig,
|
|
222
222
|
runDoctor,
|
|
223
223
|
validateNexusEnv
|
|
224
|
-
} from "./chunk-
|
|
224
|
+
} from "./chunk-VIQOVK4E.js";
|
|
225
225
|
import "./chunk-KT5FIBWS.js";
|
|
226
226
|
import {
|
|
227
227
|
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-HB4MIDHJ.js";
|
|
522
522
|
import "./chunk-AP2FD37C.js";
|
|
523
523
|
import {
|
|
524
524
|
SharedMemoryStore
|
|
@@ -749,7 +749,7 @@ import {
|
|
|
749
749
|
resolveFallback,
|
|
750
750
|
startStdioServer,
|
|
751
751
|
validateNexusEnv
|
|
752
|
-
} from "./chunk-
|
|
752
|
+
} from "./chunk-VIQOVK4E.js";
|
|
753
753
|
import {
|
|
754
754
|
AvailableModelsCache,
|
|
755
755
|
getDefaultAvailableModelsCache,
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JI7S55R3.js";
|
|
11
11
|
import "./chunk-YXWGEIQR.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-VIQOVK4E.js";
|
|
13
13
|
import "./chunk-KT5FIBWS.js";
|
|
14
14
|
import "./chunk-HYU4GZY6.js";
|
|
15
15
|
import "./chunk-NUBSJGQZ.js";
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
setupCommand,
|
|
31
31
|
setupCommandAsync
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=setup-command-
|
|
33
|
+
//# sourceMappingURL=setup-command-QSAGFMGN.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.79.
|
|
3
|
+
"version": "2.79.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",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"tsup": "^8.5.1",
|
|
79
79
|
"typedoc": "0.28.19",
|
|
80
80
|
"vitest": "4.1.5",
|
|
81
|
-
"nexus-memory": "0.1.
|
|
81
|
+
"nexus-memory": "0.1.1"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@ai-sdk/anthropic": "^3.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|