nexus-agents 2.34.0 → 2.40.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-A6Q2NRXT.js → chunk-6PLFRWIP.js} +158 -1
- package/dist/chunk-6PLFRWIP.js.map +1 -0
- package/dist/{chunk-YW5QDPGU.js → chunk-DDPRXENZ.js} +3 -3
- package/dist/{chunk-QOULVKG6.js → chunk-LHHVH6FN.js} +2 -2
- package/dist/{chunk-GYAQOHQ4.js → chunk-R652E64E.js} +4 -4
- package/dist/{chunk-GYAQOHQ4.js.map → chunk-R652E64E.js.map} +1 -1
- package/dist/cli.d.ts +3 -1
- package/dist/cli.js +670 -121
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-ZGO6RX3V.js → consensus-vote-U465HI3O.js} +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-N6MTXKV3.js → setup-command-7QJR42JE.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-A6Q2NRXT.js.map +0 -1
- /package/dist/{chunk-YW5QDPGU.js.map → chunk-DDPRXENZ.js.map} +0 -0
- /package/dist/{chunk-QOULVKG6.js.map → chunk-LHHVH6FN.js.map} +0 -0
- /package/dist/{consensus-vote-ZGO6RX3V.js.map → consensus-vote-U465HI3O.js.map} +0 -0
- /package/dist/{setup-command-N6MTXKV3.js.map → setup-command-7QJR42JE.js.map} +0 -0
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
} from "./chunk-CLYZ7FWP.js";
|
|
25
25
|
|
|
26
26
|
// src/version.ts
|
|
27
|
-
var VERSION = true ? "2.
|
|
27
|
+
var VERSION = true ? "2.40.0" : "dev";
|
|
28
28
|
|
|
29
29
|
// src/cli/setup-data-dir.ts
|
|
30
30
|
import { mkdirSync, existsSync as existsSync2 } from "fs";
|
|
@@ -758,7 +758,7 @@ async function runDoctorFix(result) {
|
|
|
758
758
|
writeLine2("\u2500".repeat(40));
|
|
759
759
|
let fixCount = 0;
|
|
760
760
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
761
|
-
const { runSetup } = await import("./setup-command-
|
|
761
|
+
const { runSetup } = await import("./setup-command-7QJR42JE.js");
|
|
762
762
|
const setupResult = runSetup({
|
|
763
763
|
skipMcp: true,
|
|
764
764
|
skipRules: true,
|
|
@@ -836,4 +836,4 @@ export {
|
|
|
836
836
|
startStdioServer,
|
|
837
837
|
closeServer
|
|
838
838
|
};
|
|
839
|
-
//# sourceMappingURL=chunk-
|
|
839
|
+
//# sourceMappingURL=chunk-DDPRXENZ.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
VERSION,
|
|
6
6
|
initDataDirectories
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-DDPRXENZ.js";
|
|
8
8
|
import {
|
|
9
9
|
CLI_SUBPROCESS_TIMEOUTS,
|
|
10
10
|
createLogger,
|
|
@@ -1580,4 +1580,4 @@ export {
|
|
|
1580
1580
|
setupCommand,
|
|
1581
1581
|
setupCommandAsync
|
|
1582
1582
|
};
|
|
1583
|
-
//# sourceMappingURL=chunk-
|
|
1583
|
+
//# sourceMappingURL=chunk-LHHVH6FN.js.map
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
toolSuccessStructured,
|
|
26
26
|
withProgressHeartbeat,
|
|
27
27
|
wrapToolWithTimeout
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-6PLFRWIP.js";
|
|
29
29
|
import {
|
|
30
30
|
REGISTRY_PATH,
|
|
31
31
|
getProjectRoot,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
import {
|
|
66
66
|
DEFAULT_TASK_TTL_MS,
|
|
67
67
|
clampTaskTtl
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-DDPRXENZ.js";
|
|
69
69
|
import {
|
|
70
70
|
createSessionMemory
|
|
71
71
|
} from "./chunk-B422NMVP.js";
|
|
@@ -42028,7 +42028,7 @@ ${contextBlock}`;
|
|
|
42028
42028
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
42029
42029
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
42030
42030
|
try {
|
|
42031
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
42031
|
+
const { executeVoting } = await import("./consensus-vote-U465HI3O.js");
|
|
42032
42032
|
const votingResult = await executeVoting(
|
|
42033
42033
|
{
|
|
42034
42034
|
proposal: plan.slice(0, 4e3),
|
|
@@ -53259,4 +53259,4 @@ export {
|
|
|
53259
53259
|
detectBackend,
|
|
53260
53260
|
createTaskTracker
|
|
53261
53261
|
};
|
|
53262
|
-
//# sourceMappingURL=chunk-
|
|
53262
|
+
//# sourceMappingURL=chunk-R652E64E.js.map
|