nexus-agents 2.80.3 → 2.80.4
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-HYOIDNBX.js → chunk-6TB4K3CY.js} +31 -3
- package/dist/{chunk-HYOIDNBX.js.map → chunk-6TB4K3CY.js.map} +1 -1
- package/dist/{chunk-6GDF6FLC.js → chunk-LPZUUW4A.js} +3 -3
- package/dist/{chunk-Q2PSRDW6.js → chunk-Z45X4LZ7.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-IJ6WIK7O.js → setup-command-2NMQEW3S.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-6GDF6FLC.js.map → chunk-LPZUUW4A.js.map} +0 -0
- /package/dist/{chunk-Q2PSRDW6.js.map → chunk-Z45X4LZ7.js.map} +0 -0
- /package/dist/{setup-command-IJ6WIK7O.js.map → setup-command-2NMQEW3S.js.map} +0 -0
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-I2HMWH4R.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.80.
|
|
43
|
+
var VERSION = true ? "2.80.4" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2107,7 +2107,7 @@ async function runDoctorFix(result) {
|
|
|
2107
2107
|
writeLine2("\u2500".repeat(40));
|
|
2108
2108
|
let fixCount = 0;
|
|
2109
2109
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2110
|
-
const { runSetup } = await import("./setup-command-
|
|
2110
|
+
const { runSetup } = await import("./setup-command-2NMQEW3S.js");
|
|
2111
2111
|
const setupResult = runSetup({
|
|
2112
2112
|
skipMcp: true,
|
|
2113
2113
|
skipRules: true,
|
|
@@ -2219,4 +2219,4 @@ export {
|
|
|
2219
2219
|
startStdioServer,
|
|
2220
2220
|
closeServer
|
|
2221
2221
|
};
|
|
2222
|
-
//# sourceMappingURL=chunk-
|
|
2222
|
+
//# sourceMappingURL=chunk-LPZUUW4A.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-LPZUUW4A.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-BMNWUPJO.js";
|
|
@@ -1974,4 +1974,4 @@ export {
|
|
|
1974
1974
|
setupCommand,
|
|
1975
1975
|
setupCommandAsync
|
|
1976
1976
|
};
|
|
1977
|
-
//# sourceMappingURL=chunk-
|
|
1977
|
+
//# sourceMappingURL=chunk-Z45X4LZ7.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-Z45X4LZ7.js";
|
|
26
26
|
import "./chunk-6YQCLEHL.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-6TB4K3CY.js";
|
|
157
157
|
import "./chunk-AP2FD37C.js";
|
|
158
158
|
import "./chunk-ED6VQWNG.js";
|
|
159
159
|
import {
|
|
@@ -226,7 +226,7 @@ import {
|
|
|
226
226
|
loadConfig,
|
|
227
227
|
runDoctor,
|
|
228
228
|
validateNexusEnv
|
|
229
|
-
} from "./chunk-
|
|
229
|
+
} from "./chunk-LPZUUW4A.js";
|
|
230
230
|
import "./chunk-WZGCVCRQ.js";
|
|
231
231
|
import "./chunk-73K7575Z.js";
|
|
232
232
|
import {
|
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-6TB4K3CY.js";
|
|
522
522
|
import "./chunk-AP2FD37C.js";
|
|
523
523
|
import {
|
|
524
524
|
SharedMemoryStore
|
|
@@ -742,7 +742,7 @@ import {
|
|
|
742
742
|
getKnownNexusVarNames,
|
|
743
743
|
startStdioServer,
|
|
744
744
|
validateNexusEnv
|
|
745
|
-
} from "./chunk-
|
|
745
|
+
} from "./chunk-LPZUUW4A.js";
|
|
746
746
|
import {
|
|
747
747
|
AvailabilityCache,
|
|
748
748
|
filterAvailableModels,
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-Z45X4LZ7.js";
|
|
12
12
|
import "./chunk-6YQCLEHL.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-LPZUUW4A.js";
|
|
14
14
|
import "./chunk-WZGCVCRQ.js";
|
|
15
15
|
import "./chunk-73K7575Z.js";
|
|
16
16
|
import "./chunk-V2KWEIV5.js";
|
|
@@ -33,4 +33,4 @@ export {
|
|
|
33
33
|
setupCommand,
|
|
34
34
|
setupCommandAsync
|
|
35
35
|
};
|
|
36
|
-
//# sourceMappingURL=setup-command-
|
|
36
|
+
//# sourceMappingURL=setup-command-2NMQEW3S.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.80.
|
|
3
|
+
"version": "2.80.4",
|
|
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.nexus-substrate/nexus-agents",
|
|
6
6
|
"license": "MIT",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|