nexus-agents 2.76.0 → 2.77.0
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-TMOGKDC2.js → chunk-CPPZCNAS.js} +106 -21
- package/dist/chunk-CPPZCNAS.js.map +1 -0
- package/dist/{chunk-JWQUKMR2.js → chunk-KYCZCROX.js} +2 -2
- package/dist/{chunk-GBILTGR6.js → chunk-N2QNLBS5.js} +3 -3
- package/dist/{chunk-GAA7XTB6.js → chunk-T3LEOO3A.js} +4 -4
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-KDSLAWQL.js → consensus-vote-UR3JU7RI.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-3H2XXBJ3.js → setup-command-JE5VMKGI.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-TMOGKDC2.js.map +0 -1
- /package/dist/{chunk-JWQUKMR2.js.map → chunk-KYCZCROX.js.map} +0 -0
- /package/dist/{chunk-GBILTGR6.js.map → chunk-N2QNLBS5.js.map} +0 -0
- /package/dist/{chunk-GAA7XTB6.js.map → chunk-T3LEOO3A.js.map} +0 -0
- /package/dist/{consensus-vote-KDSLAWQL.js.map → consensus-vote-UR3JU7RI.js.map} +0 -0
- /package/dist/{setup-command-3H2XXBJ3.js.map → setup-command-JE5VMKGI.js.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories,
|
|
11
11
|
probeAllClis
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-N2QNLBS5.js";
|
|
13
13
|
import {
|
|
14
14
|
BUILT_IN_EXPERTS
|
|
15
15
|
} from "./chunk-ZM4O442V.js";
|
|
@@ -1946,4 +1946,4 @@ export {
|
|
|
1946
1946
|
setupCommand,
|
|
1947
1947
|
setupCommandAsync
|
|
1948
1948
|
};
|
|
1949
|
-
//# sourceMappingURL=chunk-
|
|
1949
|
+
//# sourceMappingURL=chunk-KYCZCROX.js.map
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-GOT7OAL5.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.
|
|
43
|
+
var VERSION = true ? "2.77.0" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2308,7 +2308,7 @@ async function runDoctorFix(result) {
|
|
|
2308
2308
|
writeLine2("\u2500".repeat(40));
|
|
2309
2309
|
let fixCount = 0;
|
|
2310
2310
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2311
|
-
const { runSetup } = await import("./setup-command-
|
|
2311
|
+
const { runSetup } = await import("./setup-command-JE5VMKGI.js");
|
|
2312
2312
|
const setupResult = runSetup({
|
|
2313
2313
|
skipMcp: true,
|
|
2314
2314
|
skipRules: true,
|
|
@@ -2419,4 +2419,4 @@ export {
|
|
|
2419
2419
|
startStdioServer,
|
|
2420
2420
|
closeServer
|
|
2421
2421
|
};
|
|
2422
|
-
//# sourceMappingURL=chunk-
|
|
2422
|
+
//# sourceMappingURL=chunk-N2QNLBS5.js.map
|
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
withAccessPolicy,
|
|
38
38
|
withProgressHeartbeat,
|
|
39
39
|
wrapToolWithTimeout
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-CPPZCNAS.js";
|
|
41
41
|
import {
|
|
42
42
|
REGISTRY_PATH,
|
|
43
43
|
getProjectRoot,
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
clampTaskTtl,
|
|
71
71
|
getAvailabilityCache,
|
|
72
72
|
resolveFallback
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-N2QNLBS5.js";
|
|
74
74
|
import {
|
|
75
75
|
DEFAULTS
|
|
76
76
|
} from "./chunk-YQMQSJQK.js";
|
|
@@ -42800,7 +42800,7 @@ ${contextBlock}`;
|
|
|
42800
42800
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
42801
42801
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
42802
42802
|
try {
|
|
42803
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
42803
|
+
const { executeVoting } = await import("./consensus-vote-UR3JU7RI.js");
|
|
42804
42804
|
const votingResult = await executeVoting(
|
|
42805
42805
|
{
|
|
42806
42806
|
proposal: plan.slice(0, 4e3),
|
|
@@ -50007,4 +50007,4 @@ export {
|
|
|
50007
50007
|
detectBackend,
|
|
50008
50008
|
createTaskTracker
|
|
50009
50009
|
};
|
|
50010
|
-
//# sourceMappingURL=chunk-
|
|
50010
|
+
//# sourceMappingURL=chunk-T3LEOO3A.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-KYCZCROX.js";
|
|
26
26
|
import "./chunk-CM3TORGV.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -152,7 +152,7 @@ import {
|
|
|
152
152
|
validateCommand,
|
|
153
153
|
validateWorkflow,
|
|
154
154
|
wrapInMarkdownFence
|
|
155
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-T3LEOO3A.js";
|
|
156
156
|
import "./chunk-ED6VQWNG.js";
|
|
157
157
|
import {
|
|
158
158
|
resolveToken
|
|
@@ -176,7 +176,7 @@ import {
|
|
|
176
176
|
shutdownToolMemory,
|
|
177
177
|
toolStructuredError,
|
|
178
178
|
warnIfSimulatedOutsideTests
|
|
179
|
-
} from "./chunk-
|
|
179
|
+
} from "./chunk-CPPZCNAS.js";
|
|
180
180
|
import "./chunk-IPWCD22D.js";
|
|
181
181
|
import "./chunk-7NK7BTWP.js";
|
|
182
182
|
import {
|
|
@@ -216,7 +216,7 @@ import {
|
|
|
216
216
|
probeAllClis,
|
|
217
217
|
runDoctor,
|
|
218
218
|
validateNexusEnv
|
|
219
|
-
} from "./chunk-
|
|
219
|
+
} from "./chunk-N2QNLBS5.js";
|
|
220
220
|
import "./chunk-5WHWKY32.js";
|
|
221
221
|
import {
|
|
222
222
|
DEFAULTS
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-CPPZCNAS.js";
|
|
9
9
|
import "./chunk-IPWCD22D.js";
|
|
10
10
|
import "./chunk-7NK7BTWP.js";
|
|
11
11
|
import "./chunk-5WHWKY32.js";
|
|
@@ -27,4 +27,4 @@ export {
|
|
|
27
27
|
registerConsensusVoteTool,
|
|
28
28
|
resetCorrelationTracker
|
|
29
29
|
};
|
|
30
|
-
//# sourceMappingURL=consensus-vote-
|
|
30
|
+
//# sourceMappingURL=consensus-vote-UR3JU7RI.js.map
|
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-T3LEOO3A.js";
|
|
522
522
|
import {
|
|
523
523
|
SharedMemoryStore
|
|
524
524
|
} from "./chunk-ED6VQWNG.js";
|
|
@@ -632,7 +632,7 @@ import {
|
|
|
632
632
|
validateToolInput,
|
|
633
633
|
withModelNotFoundFallback,
|
|
634
634
|
wrapResilientWithFallback
|
|
635
|
-
} from "./chunk-
|
|
635
|
+
} from "./chunk-CPPZCNAS.js";
|
|
636
636
|
import {
|
|
637
637
|
AdapterModelError,
|
|
638
638
|
BaseAdapter,
|
|
@@ -738,7 +738,7 @@ import {
|
|
|
738
738
|
resolveFallback,
|
|
739
739
|
startStdioServer,
|
|
740
740
|
validateNexusEnv
|
|
741
|
-
} from "./chunk-
|
|
741
|
+
} from "./chunk-N2QNLBS5.js";
|
|
742
742
|
import {
|
|
743
743
|
AvailableModelsCache,
|
|
744
744
|
getDefaultAvailableModelsCache,
|
|
@@ -6090,7 +6090,7 @@ function buildVotingInput(plan, config) {
|
|
|
6090
6090
|
}
|
|
6091
6091
|
async function executeSingleVote(plan, config, log) {
|
|
6092
6092
|
try {
|
|
6093
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
6093
|
+
const { executeVoting } = await import("./consensus-vote-UR3JU7RI.js");
|
|
6094
6094
|
const input = buildVotingInput(plan, config);
|
|
6095
6095
|
const result = await executeVoting(input, log);
|
|
6096
6096
|
return parseVotingResult(result);
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-KYCZCROX.js";
|
|
11
11
|
import "./chunk-CM3TORGV.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-N2QNLBS5.js";
|
|
13
13
|
import "./chunk-5WHWKY32.js";
|
|
14
14
|
import "./chunk-YQMQSJQK.js";
|
|
15
15
|
import "./chunk-NUBSJGQZ.js";
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
setupCommand,
|
|
32
32
|
setupCommandAsync
|
|
33
33
|
};
|
|
34
|
-
//# sourceMappingURL=setup-command-
|
|
34
|
+
//# sourceMappingURL=setup-command-JE5VMKGI.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
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",
|