nexus-agents 2.89.0 → 2.89.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-QA6YV4YF.js → chunk-7QTWFRHH.js} +11 -10
- package/dist/chunk-7QTWFRHH.js.map +1 -0
- package/dist/{chunk-46AUVU6N.js → chunk-DAWLXCLF.js} +2 -2
- package/dist/{chunk-SCT26VWJ.js → chunk-MXHJMSYQ.js} +3 -3
- package/dist/{chunk-WOGMMJUI.js → chunk-RAUA6B2M.js} +4 -4
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-LB7GCDPG.js → consensus-vote-5NIBODVH.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-UMBPSFIJ.js → setup-command-IRBQGUWR.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-QA6YV4YF.js.map +0 -1
- /package/dist/{chunk-46AUVU6N.js.map → chunk-DAWLXCLF.js.map} +0 -0
- /package/dist/{chunk-SCT26VWJ.js.map → chunk-MXHJMSYQ.js.map} +0 -0
- /package/dist/{chunk-WOGMMJUI.js.map → chunk-RAUA6B2M.js.map} +0 -0
- /package/dist/{consensus-vote-LB7GCDPG.js.map → consensus-vote-5NIBODVH.js.map} +0 -0
- /package/dist/{setup-command-UMBPSFIJ.js.map → setup-command-IRBQGUWR.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-MXHJMSYQ.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-DAWLXCLF.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.89.
|
|
43
|
+
var VERSION = true ? "2.89.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-IRBQGUWR.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-MXHJMSYQ.js.map
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
writeJobComplete,
|
|
43
43
|
writeJobFailed,
|
|
44
44
|
writeJobPending
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-7QTWFRHH.js";
|
|
46
46
|
import {
|
|
47
47
|
REGISTRY_PATH,
|
|
48
48
|
getProjectRoot,
|
|
@@ -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-MXHJMSYQ.js";
|
|
86
86
|
import {
|
|
87
87
|
getAvailabilityCache,
|
|
88
88
|
resolveFallback
|
|
@@ -43546,7 +43546,7 @@ ${contextBlock}`;
|
|
|
43546
43546
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
43547
43547
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
43548
43548
|
try {
|
|
43549
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
43549
|
+
const { executeVoting } = await import("./consensus-vote-5NIBODVH.js");
|
|
43550
43550
|
const votingResult = await executeVoting(
|
|
43551
43551
|
{
|
|
43552
43552
|
proposal: plan.slice(0, 4e3),
|
|
@@ -51874,4 +51874,4 @@ export {
|
|
|
51874
51874
|
detectBackend,
|
|
51875
51875
|
createTaskTracker
|
|
51876
51876
|
};
|
|
51877
|
-
//# sourceMappingURL=chunk-
|
|
51877
|
+
//# sourceMappingURL=chunk-RAUA6B2M.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-DAWLXCLF.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-RAUA6B2M.js";
|
|
166
166
|
import {
|
|
167
167
|
resolveToken
|
|
168
168
|
} from "./chunk-QCZEC7H4.js";
|
|
@@ -192,7 +192,7 @@ import {
|
|
|
192
192
|
toolSuccessStructured,
|
|
193
193
|
warnIfSimulatedOutsideTests,
|
|
194
194
|
wrapToolWithTimeout
|
|
195
|
-
} from "./chunk-
|
|
195
|
+
} from "./chunk-7QTWFRHH.js";
|
|
196
196
|
import "./chunk-O5F6QAIG.js";
|
|
197
197
|
import "./chunk-TSHCHZ7R.js";
|
|
198
198
|
import {
|
|
@@ -235,7 +235,7 @@ import {
|
|
|
235
235
|
loadConfig,
|
|
236
236
|
runDoctor,
|
|
237
237
|
validateNexusEnv
|
|
238
|
-
} from "./chunk-
|
|
238
|
+
} from "./chunk-MXHJMSYQ.js";
|
|
239
239
|
import "./chunk-MHPOJAPZ.js";
|
|
240
240
|
import "./chunk-PS7WKRJN.js";
|
|
241
241
|
import {
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-7QTWFRHH.js";
|
|
9
9
|
import "./chunk-O5F6QAIG.js";
|
|
10
10
|
import "./chunk-TSHCHZ7R.js";
|
|
11
11
|
import "./chunk-SI7ZBCGU.js";
|
|
@@ -28,4 +28,4 @@ export {
|
|
|
28
28
|
registerConsensusVoteTool,
|
|
29
29
|
resetCorrelationTracker
|
|
30
30
|
};
|
|
31
|
-
//# sourceMappingURL=consensus-vote-
|
|
31
|
+
//# sourceMappingURL=consensus-vote-5NIBODVH.js.map
|
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-RAUA6B2M.js";
|
|
523
523
|
import {
|
|
524
524
|
getTokenEnvVars,
|
|
525
525
|
hasToken,
|
|
@@ -632,7 +632,7 @@ import {
|
|
|
632
632
|
validateToolInput,
|
|
633
633
|
withModelNotFoundFallback,
|
|
634
634
|
wrapResilientWithFallback
|
|
635
|
-
} from "./chunk-
|
|
635
|
+
} from "./chunk-7QTWFRHH.js";
|
|
636
636
|
import {
|
|
637
637
|
AdapterModelError,
|
|
638
638
|
BaseAdapter,
|
|
@@ -737,7 +737,7 @@ import {
|
|
|
737
737
|
getKnownNexusVarNames,
|
|
738
738
|
startStdioServer,
|
|
739
739
|
validateNexusEnv
|
|
740
|
-
} from "./chunk-
|
|
740
|
+
} from "./chunk-MXHJMSYQ.js";
|
|
741
741
|
import {
|
|
742
742
|
AvailabilityCache,
|
|
743
743
|
filterAvailableModels,
|
|
@@ -5970,7 +5970,7 @@ function buildVotingInput(plan, config) {
|
|
|
5970
5970
|
}
|
|
5971
5971
|
async function executeSingleVote(plan, config, log) {
|
|
5972
5972
|
try {
|
|
5973
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
5973
|
+
const { executeVoting } = await import("./consensus-vote-5NIBODVH.js");
|
|
5974
5974
|
const input = buildVotingInput(plan, config);
|
|
5975
5975
|
const result = await executeVoting(input, log);
|
|
5976
5976
|
return parseVotingResult(result);
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-DAWLXCLF.js";
|
|
12
12
|
import "./chunk-JHU27PB2.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-MXHJMSYQ.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-IRBQGUWR.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.89.
|
|
3
|
+
"version": "2.89.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",
|