nexus-agents 2.150.4 → 2.151.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-GTG2XFAS.js → chunk-KRCL3VT6.js} +51 -6
- package/dist/{chunk-GTG2XFAS.js.map → chunk-KRCL3VT6.js.map} +1 -1
- package/dist/{chunk-UIUTDHRX.js → chunk-O6PPXOH6.js} +3 -3
- package/dist/{chunk-CB234Y3O.js → chunk-UIL37D2V.js} +108 -20
- package/dist/chunk-UIL37D2V.js.map +1 -0
- package/dist/{chunk-4ELTYI33.js → chunk-VXN3GODL.js} +2 -2
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +5 -5
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-7R6RNZXS.js → consensus-vote-72AX6HNF.js} +4 -2
- package/dist/{consensus-vote-types-DotaODdb.d.ts → consensus-vote-types-DOCnPzfx.d.ts} +13 -0
- package/dist/index.d.ts +15 -3
- package/dist/index.js +4 -4
- package/dist/{setup-command-OL2A2GCI.js → setup-command-JERVOJ5Z.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-CB234Y3O.js.map +0 -1
- /package/dist/{chunk-UIUTDHRX.js.map → chunk-O6PPXOH6.js.map} +0 -0
- /package/dist/{chunk-4ELTYI33.js.map → chunk-VXN3GODL.js.map} +0 -0
- /package/dist/{consensus-vote-7R6RNZXS.js.map → consensus-vote-72AX6HNF.js.map} +0 -0
- /package/dist/{setup-command-OL2A2GCI.js.map → setup-command-JERVOJ5Z.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-O6PPXOH6.js";
|
|
12
12
|
import {
|
|
13
13
|
BUILT_IN_EXPERTS
|
|
14
14
|
} from "./chunk-ZM4O442V.js";
|
|
@@ -2000,4 +2000,4 @@ export {
|
|
|
2000
2000
|
setupCommand,
|
|
2001
2001
|
setupCommandAsync
|
|
2002
2002
|
};
|
|
2003
|
-
//# sourceMappingURL=chunk-
|
|
2003
|
+
//# sourceMappingURL=chunk-VXN3GODL.js.map
|
package/dist/cli.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { C as CliNameLiteral, e as VoteThreshold, E as ErrorPolicy } from './consensus-vote-types-
|
|
2
|
+
import { C as CliNameLiteral, e as VoteThreshold, E as ErrorPolicy } from './consensus-vote-types-DOCnPzfx.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
/**
|
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import "./chunk-M4YN3U3P.js";
|
|
|
22
22
|
import {
|
|
23
23
|
setupCommandAsync,
|
|
24
24
|
verifyCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-VXN3GODL.js";
|
|
26
26
|
import "./chunk-CD7FU55Z.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -142,7 +142,7 @@ import {
|
|
|
142
142
|
validateCommand,
|
|
143
143
|
validateWorkflow,
|
|
144
144
|
wrapInMarkdownFence
|
|
145
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-KRCL3VT6.js";
|
|
146
146
|
import "./chunk-CMAQI2SJ.js";
|
|
147
147
|
import "./chunk-T2SGTVB4.js";
|
|
148
148
|
import "./chunk-HFOQKCD2.js";
|
|
@@ -170,7 +170,7 @@ import {
|
|
|
170
170
|
loadConfig,
|
|
171
171
|
runDoctor,
|
|
172
172
|
validateNexusEnv
|
|
173
|
-
} from "./chunk-
|
|
173
|
+
} from "./chunk-O6PPXOH6.js";
|
|
174
174
|
import "./chunk-GMQH2I4P.js";
|
|
175
175
|
import {
|
|
176
176
|
shutdownExpertBridge
|
|
@@ -183,7 +183,7 @@ import {
|
|
|
183
183
|
VoteThresholdSchema,
|
|
184
184
|
executeVoting,
|
|
185
185
|
registerConsensusVoteTool
|
|
186
|
-
} from "./chunk-
|
|
186
|
+
} from "./chunk-UIL37D2V.js";
|
|
187
187
|
import {
|
|
188
188
|
loadUsageEvents,
|
|
189
189
|
rollupByModel
|
|
@@ -20450,7 +20450,7 @@ var VOTE_HELP = {
|
|
|
20450
20450
|
{ flag: "--timeout=<seconds>", description: "Timeout per vote in seconds", defaultValue: "90" },
|
|
20451
20451
|
{
|
|
20452
20452
|
flag: "--error-policy <p>",
|
|
20453
|
-
description: "How to count errored/timed-out voters: reduce_denominator | count_as_abstain | fail_closed (default: fail_closed for unanimous, reduce_denominator otherwise)"
|
|
20453
|
+
description: "How to count errored/timed-out voters: reduce_denominator | count_as_abstain | fail_closed | absolute_quorum (#4132 \u2014 an errored voter degrades the verdict to no_quorum) (default: fail_closed for unanimous, reduce_denominator otherwise)"
|
|
20454
20454
|
},
|
|
20455
20455
|
{ flag: "--verbose", description: "Show vote verification hashes" }
|
|
20456
20456
|
],
|