nexus-agents 2.88.0 → 2.88.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-ONECEOY4.js → chunk-K5KMPKKG.js} +2 -2
- package/dist/{chunk-UIX3ITGY.js → chunk-OBWRC4SA.js} +2 -2
- package/dist/{chunk-KFWTG5Q2.js → chunk-VTVZRR5E.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-VYRFSSGP.js → setup-command-UEOJEGTC.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-ONECEOY4.js.map → chunk-K5KMPKKG.js.map} +0 -0
- /package/dist/{chunk-UIX3ITGY.js.map → chunk-OBWRC4SA.js.map} +0 -0
- /package/dist/{chunk-KFWTG5Q2.js.map → chunk-VTVZRR5E.js.map} +0 -0
- /package/dist/{setup-command-VYRFSSGP.js.map → setup-command-UEOJEGTC.js.map} +0 -0
|
@@ -82,7 +82,7 @@ import {
|
|
|
82
82
|
DEFAULT_TASK_TTL_MS,
|
|
83
83
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
84
84
|
clampTaskTtl
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-VTVZRR5E.js";
|
|
86
86
|
import {
|
|
87
87
|
getAvailabilityCache,
|
|
88
88
|
resolveFallback
|
|
@@ -51692,4 +51692,4 @@ export {
|
|
|
51692
51692
|
detectBackend,
|
|
51693
51693
|
createTaskTracker
|
|
51694
51694
|
};
|
|
51695
|
-
//# sourceMappingURL=chunk-
|
|
51695
|
+
//# sourceMappingURL=chunk-K5KMPKKG.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-VTVZRR5E.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-MKKQ3CQJ.js";
|
|
@@ -1987,4 +1987,4 @@ export {
|
|
|
1987
1987
|
setupCommand,
|
|
1988
1988
|
setupCommandAsync
|
|
1989
1989
|
};
|
|
1990
|
-
//# sourceMappingURL=chunk-
|
|
1990
|
+
//# sourceMappingURL=chunk-OBWRC4SA.js.map
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-CH7QIDHQ.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.88.
|
|
43
|
+
var VERSION = true ? "2.88.1" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2096,7 +2096,7 @@ async function runDoctorFix(result) {
|
|
|
2096
2096
|
writeLine2("\u2500".repeat(40));
|
|
2097
2097
|
let fixCount = 0;
|
|
2098
2098
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2099
|
-
const { runSetup } = await import("./setup-command-
|
|
2099
|
+
const { runSetup } = await import("./setup-command-UEOJEGTC.js");
|
|
2100
2100
|
const setupResult = runSetup({
|
|
2101
2101
|
skipMcp: true,
|
|
2102
2102
|
skipRules: true,
|
|
@@ -2208,4 +2208,4 @@ export {
|
|
|
2208
2208
|
startStdioServer,
|
|
2209
2209
|
closeServer
|
|
2210
2210
|
};
|
|
2211
|
-
//# sourceMappingURL=chunk-
|
|
2211
|
+
//# sourceMappingURL=chunk-VTVZRR5E.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-OBWRC4SA.js";
|
|
26
26
|
import "./chunk-JHU27PB2.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -162,7 +162,7 @@ import {
|
|
|
162
162
|
validateCommand,
|
|
163
163
|
validateWorkflow,
|
|
164
164
|
wrapInMarkdownFence
|
|
165
|
-
} from "./chunk-
|
|
165
|
+
} from "./chunk-K5KMPKKG.js";
|
|
166
166
|
import {
|
|
167
167
|
resolveToken
|
|
168
168
|
} from "./chunk-QCZEC7H4.js";
|
|
@@ -235,7 +235,7 @@ import {
|
|
|
235
235
|
loadConfig,
|
|
236
236
|
runDoctor,
|
|
237
237
|
validateNexusEnv
|
|
238
|
-
} from "./chunk-
|
|
238
|
+
} from "./chunk-VTVZRR5E.js";
|
|
239
239
|
import "./chunk-MHPOJAPZ.js";
|
|
240
240
|
import "./chunk-PS7WKRJN.js";
|
|
241
241
|
import {
|
package/dist/index.js
CHANGED
|
@@ -519,7 +519,7 @@ import {
|
|
|
519
519
|
validateWorkflow,
|
|
520
520
|
validateWorkflowDependencies,
|
|
521
521
|
withLogging
|
|
522
|
-
} from "./chunk-
|
|
522
|
+
} from "./chunk-K5KMPKKG.js";
|
|
523
523
|
import {
|
|
524
524
|
getTokenEnvVars,
|
|
525
525
|
hasToken,
|
|
@@ -737,7 +737,7 @@ import {
|
|
|
737
737
|
getKnownNexusVarNames,
|
|
738
738
|
startStdioServer,
|
|
739
739
|
validateNexusEnv
|
|
740
|
-
} from "./chunk-
|
|
740
|
+
} from "./chunk-VTVZRR5E.js";
|
|
741
741
|
import {
|
|
742
742
|
AvailabilityCache,
|
|
743
743
|
filterAvailableModels,
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-OBWRC4SA.js";
|
|
12
12
|
import "./chunk-JHU27PB2.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-VTVZRR5E.js";
|
|
14
14
|
import "./chunk-MHPOJAPZ.js";
|
|
15
15
|
import "./chunk-PS7WKRJN.js";
|
|
16
16
|
import "./chunk-SRTQUTCB.js";
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
setupCommand,
|
|
35
35
|
setupCommandAsync
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=setup-command-
|
|
37
|
+
//# sourceMappingURL=setup-command-UEOJEGTC.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.88.
|
|
3
|
+
"version": "2.88.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.nexus-substrate/nexus-agents",
|
|
6
6
|
"license": "MIT",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|