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
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-6PLFRWIP.js";
|
|
9
9
|
import "./chunk-B422NMVP.js";
|
|
10
10
|
import "./chunk-5DSQLHVJ.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-U465HI3O.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -11768,8 +11768,8 @@ declare const SkillPermissionSchema: z.ZodEnum<{
|
|
|
11768
11768
|
network: "network";
|
|
11769
11769
|
write: "write";
|
|
11770
11770
|
read: "read";
|
|
11771
|
-
spawn: "spawn";
|
|
11772
11771
|
execute: "execute";
|
|
11772
|
+
spawn: "spawn";
|
|
11773
11773
|
filesystem: "filesystem";
|
|
11774
11774
|
}>;
|
|
11775
11775
|
/**
|
|
@@ -11796,8 +11796,8 @@ declare const SkillCapabilitiesSchema: z.ZodObject<{
|
|
|
11796
11796
|
network: "network";
|
|
11797
11797
|
write: "write";
|
|
11798
11798
|
read: "read";
|
|
11799
|
-
spawn: "spawn";
|
|
11800
11799
|
execute: "execute";
|
|
11800
|
+
spawn: "spawn";
|
|
11801
11801
|
filesystem: "filesystem";
|
|
11802
11802
|
}>>>;
|
|
11803
11803
|
maxExecutionTime: z.ZodNumber;
|
package/dist/index.js
CHANGED
|
@@ -656,7 +656,7 @@ import {
|
|
|
656
656
|
validateWorkflowDependencies,
|
|
657
657
|
withLogging,
|
|
658
658
|
writePredictions
|
|
659
|
-
} from "./chunk-
|
|
659
|
+
} from "./chunk-R652E64E.js";
|
|
660
660
|
import {
|
|
661
661
|
getTokenEnvVars,
|
|
662
662
|
hasToken,
|
|
@@ -779,7 +779,7 @@ import {
|
|
|
779
779
|
validateApiKeyPresence,
|
|
780
780
|
validateToolInput,
|
|
781
781
|
withTimeout
|
|
782
|
-
} from "./chunk-
|
|
782
|
+
} from "./chunk-6PLFRWIP.js";
|
|
783
783
|
import "./chunk-7KQOZERX.js";
|
|
784
784
|
import {
|
|
785
785
|
AgentActionSchema,
|
|
@@ -851,7 +851,7 @@ import {
|
|
|
851
851
|
connectTransport,
|
|
852
852
|
createServer,
|
|
853
853
|
startStdioServer
|
|
854
|
-
} from "./chunk-
|
|
854
|
+
} from "./chunk-DDPRXENZ.js";
|
|
855
855
|
import "./chunk-B422NMVP.js";
|
|
856
856
|
import "./chunk-5DSQLHVJ.js";
|
|
857
857
|
import "./chunk-633WH2ML.js";
|
|
@@ -6685,7 +6685,7 @@ function buildVotingInput(plan, config) {
|
|
|
6685
6685
|
}
|
|
6686
6686
|
async function executeSingleVote(plan, config, log) {
|
|
6687
6687
|
try {
|
|
6688
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
6688
|
+
const { executeVoting } = await import("./consensus-vote-U465HI3O.js");
|
|
6689
6689
|
const input = buildVotingInput(plan, config);
|
|
6690
6690
|
const result = await executeVoting(input, log);
|
|
6691
6691
|
return parseVotingResult(result);
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-LHHVH6FN.js";
|
|
11
11
|
import "./chunk-ZU7CZWMO.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-DDPRXENZ.js";
|
|
13
13
|
import "./chunk-633WH2ML.js";
|
|
14
14
|
import "./chunk-IXG4WPEZ.js";
|
|
15
15
|
import "./chunk-MBMXVGUJ.js";
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
setupCommand,
|
|
27
27
|
setupCommandAsync
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=setup-command-
|
|
29
|
+
//# sourceMappingURL=setup-command-7QJR42JE.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.40.0",
|
|
4
4
|
"description": "Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus",
|
|
5
5
|
"mcpName": "io.github.williamzujkowski/nexus-agents",
|
|
6
6
|
"license": "MIT",
|