nexus-agents 2.157.0 → 2.157.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-553QYRXJ.js → chunk-ENPYELJM.js} +2 -2
- package/dist/{chunk-TT4ZITRU.js → chunk-JWCD3JCB.js} +5 -35
- package/dist/chunk-JWCD3JCB.js.map +1 -0
- package/dist/{chunk-OXYGRB4C.js → chunk-RHUKGSH7.js} +3 -3
- package/dist/{chunk-3SE57WOV.js → chunk-VEINXCXS.js} +4 -4
- package/dist/{chunk-3SE57WOV.js.map → chunk-VEINXCXS.js.map} +1 -1
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-7EBYYBCQ.js → consensus-vote-ZYZMDGT5.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-FJ2II5YH.js → setup-command-AX3B46CE.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-TT4ZITRU.js.map +0 -1
- /package/dist/{chunk-553QYRXJ.js.map → chunk-ENPYELJM.js.map} +0 -0
- /package/dist/{chunk-OXYGRB4C.js.map → chunk-RHUKGSH7.js.map} +0 -0
- /package/dist/{consensus-vote-7EBYYBCQ.js.map → consensus-vote-ZYZMDGT5.js.map} +0 -0
- /package/dist/{setup-command-FJ2II5YH.js.map → setup-command-AX3B46CE.js.map} +0 -0
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
} from "./chunk-DHVMSIT5.js";
|
|
43
43
|
|
|
44
44
|
// src/version.ts
|
|
45
|
-
var VERSION = true ? "2.157.
|
|
45
|
+
var VERSION = true ? "2.157.1" : "dev";
|
|
46
46
|
|
|
47
47
|
// src/config/schemas-core.ts
|
|
48
48
|
import { z } from "zod";
|
|
@@ -2135,7 +2135,7 @@ async function runDoctorFix(result) {
|
|
|
2135
2135
|
writeLine2("\u2500".repeat(40));
|
|
2136
2136
|
let fixCount = 0;
|
|
2137
2137
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2138
|
-
const { runSetup } = await import("./setup-command-
|
|
2138
|
+
const { runSetup } = await import("./setup-command-AX3B46CE.js");
|
|
2139
2139
|
const setupResult = runSetup({
|
|
2140
2140
|
skipMcp: true,
|
|
2141
2141
|
skipRules: true,
|
|
@@ -2248,4 +2248,4 @@ export {
|
|
|
2248
2248
|
startStdioServer,
|
|
2249
2249
|
closeServer
|
|
2250
2250
|
};
|
|
2251
|
-
//# sourceMappingURL=chunk-
|
|
2251
|
+
//# sourceMappingURL=chunk-RHUKGSH7.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
DEFAULT_TASK_TTL_MS,
|
|
19
19
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
20
20
|
clampTaskTtl
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-RHUKGSH7.js";
|
|
22
22
|
import {
|
|
23
23
|
executeExpert
|
|
24
24
|
} from "./chunk-BGAK4N74.js";
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
simulationDeniedResult,
|
|
43
43
|
toJobSummary,
|
|
44
44
|
writeJobCancelled
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-JWCD3JCB.js";
|
|
46
46
|
import {
|
|
47
47
|
normalizeTopicToCanonical,
|
|
48
48
|
synthesizeResearch
|
|
@@ -43467,7 +43467,7 @@ ${contextBlock}`;
|
|
|
43467
43467
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
43468
43468
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
43469
43469
|
try {
|
|
43470
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
43470
|
+
const { executeVoting } = await import("./consensus-vote-ZYZMDGT5.js");
|
|
43471
43471
|
const votingResult = await executeVoting(
|
|
43472
43472
|
{
|
|
43473
43473
|
proposal: buildVoteProposal(plan, research),
|
|
@@ -51809,4 +51809,4 @@ export {
|
|
|
51809
51809
|
shutdownFeedbackSubscriber,
|
|
51810
51810
|
createEventBusBridge
|
|
51811
51811
|
};
|
|
51812
|
-
//# sourceMappingURL=chunk-
|
|
51812
|
+
//# sourceMappingURL=chunk-VEINXCXS.js.map
|