nexus-agents 2.50.0 → 2.52.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-APQJV46Q.js → chunk-B6AFGOS5.js} +33 -79
- package/dist/chunk-B6AFGOS5.js.map +1 -0
- package/dist/{chunk-KC3NUWZT.js → chunk-CYTWXE7N.js} +54 -2
- package/dist/chunk-CYTWXE7N.js.map +1 -0
- package/dist/{chunk-H3A7KK6X.js → chunk-DUF6MXMY.js} +2 -2
- package/dist/{chunk-E24JT23A.js → chunk-O6GZH7GZ.js} +3 -3
- package/dist/chunk-O6GZH7GZ.js.map +1 -0
- package/dist/{chunk-NAN7IILE.js → chunk-QGM2CANY.js} +3 -3
- package/dist/cli.js +23 -9
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-N5RRFYER.js → consensus-vote-VFTADRFB.js} +2 -2
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/{issue-triage-VLP2PXR6.js → issue-triage-2YK6NOJD.js} +2 -2
- package/dist/{setup-command-SALY236Y.js → setup-command-OETFAZUF.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-APQJV46Q.js.map +0 -1
- package/dist/chunk-E24JT23A.js.map +0 -1
- package/dist/chunk-KC3NUWZT.js.map +0 -1
- /package/dist/{chunk-H3A7KK6X.js.map → chunk-DUF6MXMY.js.map} +0 -0
- /package/dist/{chunk-NAN7IILE.js.map → chunk-QGM2CANY.js.map} +0 -0
- /package/dist/{consensus-vote-N5RRFYER.js.map → consensus-vote-VFTADRFB.js.map} +0 -0
- /package/dist/{issue-triage-VLP2PXR6.js.map → issue-triage-2YK6NOJD.js.map} +0 -0
- /package/dist/{setup-command-SALY236Y.js.map → setup-command-OETFAZUF.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-CYTWXE7N.js";
|
|
9
9
|
import "./chunk-ULDKSIS7.js";
|
|
10
10
|
import "./chunk-YT52YZGW.js";
|
|
11
11
|
import "./chunk-633WH2ML.js";
|
|
@@ -22,4 +22,4 @@ export {
|
|
|
22
22
|
registerConsensusVoteTool,
|
|
23
23
|
resetCorrelationTracker
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=consensus-vote-
|
|
25
|
+
//# sourceMappingURL=consensus-vote-VFTADRFB.js.map
|
package/dist/index.js
CHANGED
|
@@ -658,7 +658,7 @@ import {
|
|
|
658
658
|
validateWorkflowDependencies,
|
|
659
659
|
withLogging,
|
|
660
660
|
writePredictions
|
|
661
|
-
} from "./chunk-
|
|
661
|
+
} from "./chunk-B6AFGOS5.js";
|
|
662
662
|
import {
|
|
663
663
|
getTokenEnvVars,
|
|
664
664
|
hasToken,
|
|
@@ -781,7 +781,7 @@ import {
|
|
|
781
781
|
validateApiKeyPresence,
|
|
782
782
|
validateToolInput,
|
|
783
783
|
withTimeout
|
|
784
|
-
} from "./chunk-
|
|
784
|
+
} from "./chunk-CYTWXE7N.js";
|
|
785
785
|
import "./chunk-2TV2R2V4.js";
|
|
786
786
|
import {
|
|
787
787
|
AgentActionSchema,
|
|
@@ -815,7 +815,7 @@ import {
|
|
|
815
815
|
sanitizeInput,
|
|
816
816
|
validateAgentAction,
|
|
817
817
|
validateCorroboration
|
|
818
|
-
} from "./chunk-
|
|
818
|
+
} from "./chunk-O6GZH7GZ.js";
|
|
819
819
|
import {
|
|
820
820
|
GitHubProvider,
|
|
821
821
|
ScmError
|
|
@@ -853,7 +853,7 @@ import {
|
|
|
853
853
|
connectTransport,
|
|
854
854
|
createServer,
|
|
855
855
|
startStdioServer
|
|
856
|
-
} from "./chunk-
|
|
856
|
+
} from "./chunk-QGM2CANY.js";
|
|
857
857
|
import "./chunk-ULDKSIS7.js";
|
|
858
858
|
import {
|
|
859
859
|
MemoryError
|
|
@@ -6689,7 +6689,7 @@ function buildVotingInput(plan, config) {
|
|
|
6689
6689
|
}
|
|
6690
6690
|
async function executeSingleVote(plan, config, log) {
|
|
6691
6691
|
try {
|
|
6692
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
6692
|
+
const { executeVoting } = await import("./consensus-vote-VFTADRFB.js");
|
|
6693
6693
|
const input = buildVotingInput(plan, config);
|
|
6694
6694
|
const result = await executeVoting(input, log);
|
|
6695
6695
|
return parseVotingResult(result);
|