nexus-agents 2.30.5 → 2.30.7
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-3QB7RYPU.js → chunk-23G7NV6B.js} +4 -3
- package/dist/chunk-23G7NV6B.js.map +1 -0
- package/dist/{chunk-WZSC46BL.js → chunk-42FGTDIW.js} +2 -2
- package/dist/{chunk-MBFIXCG3.js → chunk-7GW7ZRJ3.js} +174 -65
- package/dist/chunk-7GW7ZRJ3.js.map +1 -0
- package/dist/{chunk-VIT7VLL5.js → chunk-WGP6G6QU.js} +3 -3
- package/dist/{chunk-5HPIESKY.js → chunk-ZVUNIQLB.js} +4 -2
- package/dist/chunk-ZVUNIQLB.js.map +1 -0
- package/dist/cli.js +28 -17
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-APVO4C5T.js → consensus-vote-MFGKPIAO.js} +2 -2
- package/dist/{expert-bridge-7OFH3ZXI.js → expert-bridge-IKR23WRI.js} +2 -2
- package/dist/index.d.ts +5 -1
- package/dist/index.js +5 -5
- package/dist/{setup-command-JP65RU7R.js → setup-command-SP43B2UM.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-3QB7RYPU.js.map +0 -1
- package/dist/chunk-5HPIESKY.js.map +0 -1
- package/dist/chunk-MBFIXCG3.js.map +0 -1
- /package/dist/{chunk-WZSC46BL.js.map → chunk-42FGTDIW.js.map} +0 -0
- /package/dist/{chunk-VIT7VLL5.js.map → chunk-WGP6G6QU.js.map} +0 -0
- /package/dist/{consensus-vote-APVO4C5T.js.map → consensus-vote-MFGKPIAO.js.map} +0 -0
- /package/dist/{expert-bridge-7OFH3ZXI.js.map → expert-bridge-IKR23WRI.js.map} +0 -0
- /package/dist/{setup-command-JP65RU7R.js.map → setup-command-SP43B2UM.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-23G7NV6B.js";
|
|
9
9
|
import "./chunk-ZXIFNJ7Q.js";
|
|
10
10
|
import "./chunk-I66ZKP33.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-MFGKPIAO.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeExpert
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ZVUNIQLB.js";
|
|
4
4
|
import "./chunk-GNR437CG.js";
|
|
5
5
|
import "./chunk-CLYZ7FWP.js";
|
|
6
6
|
import "./chunk-UP2VWCW5.js";
|
|
7
7
|
export {
|
|
8
8
|
executeExpert
|
|
9
9
|
};
|
|
10
|
-
//# sourceMappingURL=expert-bridge-
|
|
10
|
+
//# sourceMappingURL=expert-bridge-IKR23WRI.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -5470,8 +5470,12 @@ declare function bufferStream<T>(stream: AsyncIterable<T>, size: number, options
|
|
|
5470
5470
|
|
|
5471
5471
|
/**
|
|
5472
5472
|
* Collects all chunks from a stream into an array.
|
|
5473
|
+
*
|
|
5473
5474
|
* @param stream - The stream to collect
|
|
5474
|
-
* @param options - Options including optional AbortSignal
|
|
5475
|
+
* @param options - Options including optional AbortSignal.
|
|
5476
|
+
* `maxChunks` defaults to {@link DEFAULT_COLLECT_STREAM_MAX_CHUNKS} to
|
|
5477
|
+
* prevent unbounded memory growth on forgotten limits. Pass
|
|
5478
|
+
* `Infinity` explicitly for truly unbounded collection.
|
|
5475
5479
|
* @returns Result containing collected chunks or error
|
|
5476
5480
|
*/
|
|
5477
5481
|
declare function collectStream<T>(stream: AsyncIterable<T>, options?: {
|
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-7GW7ZRJ3.js";
|
|
660
660
|
import {
|
|
661
661
|
getTokenEnvVars,
|
|
662
662
|
hasToken,
|
|
@@ -778,7 +778,7 @@ import {
|
|
|
778
778
|
validateApiKeyPresence,
|
|
779
779
|
validateToolInput,
|
|
780
780
|
withTimeout
|
|
781
|
-
} from "./chunk-
|
|
781
|
+
} from "./chunk-23G7NV6B.js";
|
|
782
782
|
import "./chunk-6V3HZQRC.js";
|
|
783
783
|
import {
|
|
784
784
|
AgentActionSchema,
|
|
@@ -850,7 +850,7 @@ import {
|
|
|
850
850
|
connectTransport,
|
|
851
851
|
createServer,
|
|
852
852
|
startStdioServer
|
|
853
|
-
} from "./chunk-
|
|
853
|
+
} from "./chunk-WGP6G6QU.js";
|
|
854
854
|
import "./chunk-ZXIFNJ7Q.js";
|
|
855
855
|
import "./chunk-I66ZKP33.js";
|
|
856
856
|
import "./chunk-633WH2ML.js";
|
|
@@ -864,7 +864,7 @@ import {
|
|
|
864
864
|
} from "./chunk-2L6A7RUZ.js";
|
|
865
865
|
import {
|
|
866
866
|
executeExpert
|
|
867
|
-
} from "./chunk-
|
|
867
|
+
} from "./chunk-ZVUNIQLB.js";
|
|
868
868
|
import {
|
|
869
869
|
BaseCliAdapter,
|
|
870
870
|
CLI_TIMEOUT_PROFILES,
|
|
@@ -5720,7 +5720,7 @@ function buildVotingInput(plan, config) {
|
|
|
5720
5720
|
}
|
|
5721
5721
|
async function executeSingleVote(plan, config, log) {
|
|
5722
5722
|
try {
|
|
5723
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
5723
|
+
const { executeVoting } = await import("./consensus-vote-MFGKPIAO.js");
|
|
5724
5724
|
const input = buildVotingInput(plan, config);
|
|
5725
5725
|
const result = await executeVoting(input, log);
|
|
5726
5726
|
return parseVotingResult(result);
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-42FGTDIW.js";
|
|
11
11
|
import "./chunk-32ZTPL7Q.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-WGP6G6QU.js";
|
|
13
13
|
import "./chunk-633WH2ML.js";
|
|
14
14
|
import "./chunk-2W7AM3I7.js";
|
|
15
15
|
import "./chunk-IFIRZ35E.js";
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
setupCommand,
|
|
27
27
|
setupCommandAsync
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=setup-command-
|
|
29
|
+
//# sourceMappingURL=setup-command-SP43B2UM.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.7",
|
|
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",
|