nexus-agents 2.102.2 → 2.102.3
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-SYGFYIYF.js → chunk-4LATU3KQ.js} +4 -4
- package/dist/{chunk-442GPECD.js → chunk-BDTLTJO4.js} +3 -3
- package/dist/{chunk-QCZ6RSDR.js → chunk-CF7SEEW2.js} +2 -2
- package/dist/{chunk-J6KO7RGF.js → chunk-Y5GD3LHH.js} +2 -2
- package/dist/chunk-Y5GD3LHH.js.map +1 -0
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-QPHD5HGX.js → consensus-vote-BW4HOYS4.js} +2 -2
- package/dist/index.d.ts +29 -26
- package/dist/index.js +4 -4
- package/dist/{setup-command-6566KRYE.js → setup-command-42V7EVXD.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-J6KO7RGF.js.map +0 -1
- /package/dist/{chunk-SYGFYIYF.js.map → chunk-4LATU3KQ.js.map} +0 -0
- /package/dist/{chunk-442GPECD.js.map → chunk-BDTLTJO4.js.map} +0 -0
- /package/dist/{chunk-QCZ6RSDR.js.map → chunk-CF7SEEW2.js.map} +0 -0
- /package/dist/{consensus-vote-QPHD5HGX.js.map → consensus-vote-BW4HOYS4.js.map} +0 -0
- /package/dist/{setup-command-6566KRYE.js.map → setup-command-42V7EVXD.js.map} +0 -0
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
writeJobComplete,
|
|
31
31
|
writeJobFailed,
|
|
32
32
|
writeJobPending
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-Y5GD3LHH.js";
|
|
34
34
|
import {
|
|
35
35
|
REGISTRY_PATH,
|
|
36
36
|
getProjectRoot,
|
|
@@ -93,7 +93,7 @@ import {
|
|
|
93
93
|
DEFAULT_TASK_TTL_MS,
|
|
94
94
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
95
95
|
clampTaskTtl
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-BDTLTJO4.js";
|
|
97
97
|
import {
|
|
98
98
|
getAvailabilityCache,
|
|
99
99
|
getCliForModelId,
|
|
@@ -43862,7 +43862,7 @@ ${contextBlock}`;
|
|
|
43862
43862
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
43863
43863
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
43864
43864
|
try {
|
|
43865
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
43865
|
+
const { executeVoting } = await import("./consensus-vote-BW4HOYS4.js");
|
|
43866
43866
|
const votingResult = await executeVoting(
|
|
43867
43867
|
{
|
|
43868
43868
|
proposal: buildVoteProposal(plan, research),
|
|
@@ -50680,4 +50680,4 @@ export {
|
|
|
50680
50680
|
detectBackend,
|
|
50681
50681
|
createTaskTracker
|
|
50682
50682
|
};
|
|
50683
|
-
//# sourceMappingURL=chunk-
|
|
50683
|
+
//# sourceMappingURL=chunk-4LATU3KQ.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.102.
|
|
43
|
+
var VERSION = true ? "2.102.3" : "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-42V7EVXD.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-BDTLTJO4.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-BDTLTJO4.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-3GF52QPA.js";
|
|
@@ -1987,4 +1987,4 @@ export {
|
|
|
1987
1987
|
setupCommand,
|
|
1988
1988
|
setupCommandAsync
|
|
1989
1989
|
};
|
|
1990
|
-
//# sourceMappingURL=chunk-
|
|
1990
|
+
//# sourceMappingURL=chunk-CF7SEEW2.js.map
|
|
@@ -3068,7 +3068,7 @@ var DEFAULT_VOTING_PROTOCOL_CONFIG = {
|
|
|
3068
3068
|
|
|
3069
3069
|
// src/consensus/types-weighted-voting.ts
|
|
3070
3070
|
import { z as z4 } from "zod";
|
|
3071
|
-
var
|
|
3071
|
+
var TaskOutcomeStatusSchema = z4.enum(["success", "failure", "partial", "unknown"]);
|
|
3072
3072
|
var WeightedAgentRecordSchema = z4.object({
|
|
3073
3073
|
agentId: z4.string().min(1),
|
|
3074
3074
|
totalTasks: z4.number().int().nonnegative(),
|
|
@@ -7498,4 +7498,4 @@ export {
|
|
|
7498
7498
|
CONSENSUS_VOTE_OUTPUT_SCHEMA,
|
|
7499
7499
|
registerConsensusVoteTool
|
|
7500
7500
|
};
|
|
7501
|
-
//# sourceMappingURL=chunk-
|
|
7501
|
+
//# sourceMappingURL=chunk-Y5GD3LHH.js.map
|