nexus-agents 2.152.0 → 2.153.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-4RJB246Z.js → chunk-C6S6L5WB.js} +12 -4
- package/dist/{chunk-4RJB246Z.js.map → chunk-C6S6L5WB.js.map} +1 -1
- package/dist/{chunk-GKZ3GPB3.js → chunk-EJXJNWV6.js} +3 -3
- package/dist/{chunk-FOC2KDKV.js → chunk-HTXQVLOI.js} +2 -2
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +39 -13
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-types-B06ynHGk.d.ts → consensus-vote-types-BNBMB415.d.ts} +1 -1
- package/dist/index.d.ts +10 -2
- package/dist/index.js +9 -6
- package/dist/index.js.map +1 -1
- package/dist/{setup-command-EQ6XG2QV.js → setup-command-4WFSYJK2.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-GKZ3GPB3.js.map → chunk-EJXJNWV6.js.map} +0 -0
- /package/dist/{chunk-FOC2KDKV.js.map → chunk-HTXQVLOI.js.map} +0 -0
- /package/dist/{setup-command-EQ6XG2QV.js.map → setup-command-4WFSYJK2.js.map} +0 -0
|
@@ -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-EJXJNWV6.js";
|
|
22
22
|
import {
|
|
23
23
|
executeExpert
|
|
24
24
|
} from "./chunk-JYHSZDKL.js";
|
|
@@ -43502,8 +43502,16 @@ ${contextBlock}`;
|
|
|
43502
43502
|
success: false,
|
|
43503
43503
|
durationMs: getTimeProvider().now() - start
|
|
43504
43504
|
});
|
|
43505
|
-
await postProgress(
|
|
43506
|
-
|
|
43505
|
+
await postProgress(
|
|
43506
|
+
config,
|
|
43507
|
+
"Vote",
|
|
43508
|
+
`Error (failing closed \u2014 no quorum): ${msg.slice(0, 200)}`
|
|
43509
|
+
);
|
|
43510
|
+
return {
|
|
43511
|
+
kind: "no_quorum",
|
|
43512
|
+
reason: `vote stage errored \u2014 failing closed: ${msg.slice(0, 160)}`,
|
|
43513
|
+
approvalPercentage: 0
|
|
43514
|
+
};
|
|
43507
43515
|
}
|
|
43508
43516
|
},
|
|
43509
43517
|
decompose: async (plan) => {
|
|
@@ -51288,4 +51296,4 @@ export {
|
|
|
51288
51296
|
shutdownFeedbackSubscriber,
|
|
51289
51297
|
createEventBusBridge
|
|
51290
51298
|
};
|
|
51291
|
-
//# sourceMappingURL=chunk-
|
|
51299
|
+
//# sourceMappingURL=chunk-C6S6L5WB.js.map
|