nexus-agents 2.77.11 → 2.77.13
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-FYAQBYHM.js → chunk-3DH5SLFH.js} +2 -2
- package/dist/{chunk-T22NR4Z4.js → chunk-GFKGL2GQ.js} +19 -11
- package/dist/{chunk-T22NR4Z4.js.map → chunk-GFKGL2GQ.js.map} +1 -1
- package/dist/{chunk-N4IYBHN6.js → chunk-JX6OI4FS.js} +4 -4
- package/dist/{chunk-CFTRFP3V.js → chunk-RBZ4CDMY.js} +3 -3
- package/dist/{chunk-MV4R2ZIJ.js → chunk-TDV5ALHY.js} +7 -14
- package/dist/chunk-TDV5ALHY.js.map +1 -0
- package/dist/{chunk-EEW7VFFF.js → chunk-Y2CP4Z5B.js} +3 -3
- package/dist/cli.js +6 -6
- package/dist/{consensus-vote-AWBFYF5S.js → consensus-vote-MUQ4HPIF.js} +3 -3
- package/dist/{expert-bridge-NX2MGOBQ.js → expert-bridge-ZPNVLJVN.js} +2 -2
- package/dist/{factory-JI6PSWGR.js → factory-X3VKIGKP.js} +2 -2
- package/dist/index.js +6 -6
- package/dist/{setup-command-HBZ22QFQ.js → setup-command-W6UKPODL.js} +4 -4
- package/package.json +1 -1
- package/dist/chunk-MV4R2ZIJ.js.map +0 -1
- /package/dist/{chunk-FYAQBYHM.js.map → chunk-3DH5SLFH.js.map} +0 -0
- /package/dist/{chunk-N4IYBHN6.js.map → chunk-JX6OI4FS.js.map} +0 -0
- /package/dist/{chunk-CFTRFP3V.js.map → chunk-RBZ4CDMY.js.map} +0 -0
- /package/dist/{chunk-EEW7VFFF.js.map → chunk-Y2CP4Z5B.js.map} +0 -0
- /package/dist/{consensus-vote-AWBFYF5S.js.map → consensus-vote-MUQ4HPIF.js.map} +0 -0
- /package/dist/{expert-bridge-NX2MGOBQ.js.map → expert-bridge-ZPNVLJVN.js.map} +0 -0
- /package/dist/{factory-JI6PSWGR.js.map → factory-X3VKIGKP.js.map} +0 -0
- /package/dist/{setup-command-HBZ22QFQ.js.map → setup-command-W6UKPODL.js.map} +0 -0
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
getAvailableClis,
|
|
24
24
|
isCliAvailable,
|
|
25
25
|
withTimeout
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-TDV5ALHY.js";
|
|
27
27
|
import {
|
|
28
28
|
SessionMemory
|
|
29
29
|
} from "./chunk-3VWMM6UF.js";
|
|
@@ -12993,7 +12993,7 @@ async function processVotesWithCascade(engineVotes, opts) {
|
|
|
12993
12993
|
var CONTRARIAN_ESCALATION_THRESHOLD = 0.8;
|
|
12994
12994
|
async function runContrarianCheck(proposal, log) {
|
|
12995
12995
|
try {
|
|
12996
|
-
const { executeExpert } = await import("./expert-bridge-
|
|
12996
|
+
const { executeExpert } = await import("./expert-bridge-ZPNVLJVN.js");
|
|
12997
12997
|
const prompt = [
|
|
12998
12998
|
"You are a contrarian analyst. Your job is to find reasons this proposal should be REJECTED.",
|
|
12999
12999
|
"Look for: YAGNI (not needed), MISALIGNED (wrong tech/architecture), SECURITY_RISK, SCOPE_CREEP.",
|
|
@@ -13415,4 +13415,4 @@ export {
|
|
|
13415
13415
|
CONSENSUS_VOTE_OUTPUT_SCHEMA,
|
|
13416
13416
|
registerConsensusVoteTool
|
|
13417
13417
|
};
|
|
13418
|
-
//# sourceMappingURL=chunk-
|
|
13418
|
+
//# sourceMappingURL=chunk-Y2CP4Z5B.js.map
|
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
setupCommandAsync,
|
|
24
24
|
verifyCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-RBZ4CDMY.js";
|
|
26
26
|
import "./chunk-CM3TORGV.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -153,7 +153,7 @@ import {
|
|
|
153
153
|
validateCommand,
|
|
154
154
|
validateWorkflow,
|
|
155
155
|
wrapInMarkdownFence
|
|
156
|
-
} from "./chunk-
|
|
156
|
+
} from "./chunk-GFKGL2GQ.js";
|
|
157
157
|
import "./chunk-ED6VQWNG.js";
|
|
158
158
|
import {
|
|
159
159
|
resolveToken
|
|
@@ -163,7 +163,7 @@ import {
|
|
|
163
163
|
DEFAULT_PR_REVIEW_CONFIG
|
|
164
164
|
} from "./chunk-X2M7OF27.js";
|
|
165
165
|
import "./chunk-DIB6V67T.js";
|
|
166
|
-
import "./chunk-
|
|
166
|
+
import "./chunk-3DH5SLFH.js";
|
|
167
167
|
import {
|
|
168
168
|
DEFAULT_VOTE_TIMEOUT_MS,
|
|
169
169
|
ErrorPolicySchema,
|
|
@@ -177,7 +177,7 @@ import {
|
|
|
177
177
|
shutdownToolMemory,
|
|
178
178
|
toolStructuredError,
|
|
179
179
|
warnIfSimulatedOutsideTests
|
|
180
|
-
} from "./chunk-
|
|
180
|
+
} from "./chunk-Y2CP4Z5B.js";
|
|
181
181
|
import "./chunk-IPWCD22D.js";
|
|
182
182
|
import "./chunk-7NK7BTWP.js";
|
|
183
183
|
import {
|
|
@@ -216,7 +216,7 @@ import {
|
|
|
216
216
|
loadConfig,
|
|
217
217
|
runDoctor,
|
|
218
218
|
validateNexusEnv
|
|
219
|
-
} from "./chunk-
|
|
219
|
+
} from "./chunk-JX6OI4FS.js";
|
|
220
220
|
import "./chunk-5WHWKY32.js";
|
|
221
221
|
import {
|
|
222
222
|
DEFAULTS
|
|
@@ -227,7 +227,7 @@ import {
|
|
|
227
227
|
getAvailableClis,
|
|
228
228
|
isRecord,
|
|
229
229
|
probeAllClis
|
|
230
|
-
} from "./chunk-
|
|
230
|
+
} from "./chunk-TDV5ALHY.js";
|
|
231
231
|
import "./chunk-ZM4O442V.js";
|
|
232
232
|
import "./chunk-3VWMM6UF.js";
|
|
233
233
|
import {
|
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-Y2CP4Z5B.js";
|
|
9
9
|
import "./chunk-IPWCD22D.js";
|
|
10
10
|
import "./chunk-7NK7BTWP.js";
|
|
11
11
|
import "./chunk-5WHWKY32.js";
|
|
12
12
|
import "./chunk-YQMQSJQK.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-TDV5ALHY.js";
|
|
14
14
|
import "./chunk-3VWMM6UF.js";
|
|
15
15
|
import "./chunk-BJ2OMC7P.js";
|
|
16
16
|
import "./chunk-633WH2ML.js";
|
|
@@ -27,4 +27,4 @@ export {
|
|
|
27
27
|
registerConsensusVoteTool,
|
|
28
28
|
resetCorrelationTracker
|
|
29
29
|
};
|
|
30
|
-
//# sourceMappingURL=consensus-vote-
|
|
30
|
+
//# sourceMappingURL=consensus-vote-MUQ4HPIF.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeExpert
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3DH5SLFH.js";
|
|
4
4
|
import "./chunk-3MRM53T4.js";
|
|
5
5
|
import "./chunk-I7ORMAO7.js";
|
|
6
6
|
import "./chunk-GOT7OAL5.js";
|
|
@@ -8,4 +8,4 @@ import "./chunk-UP2VWCW5.js";
|
|
|
8
8
|
export {
|
|
9
9
|
executeExpert
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=expert-bridge-
|
|
11
|
+
//# sourceMappingURL=expert-bridge-ZPNVLJVN.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
createCliAdapter,
|
|
4
4
|
getAvailableClis,
|
|
5
5
|
isCliAvailable
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-TDV5ALHY.js";
|
|
7
7
|
import "./chunk-PWTJGGKB.js";
|
|
8
8
|
import "./chunk-3MRM53T4.js";
|
|
9
9
|
import "./chunk-I7ORMAO7.js";
|
|
@@ -15,4 +15,4 @@ export {
|
|
|
15
15
|
getAvailableClis,
|
|
16
16
|
isCliAvailable
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=factory-
|
|
18
|
+
//# sourceMappingURL=factory-X3VKIGKP.js.map
|
package/dist/index.js
CHANGED
|
@@ -518,7 +518,7 @@ import {
|
|
|
518
518
|
validateWorkflow,
|
|
519
519
|
validateWorkflowDependencies,
|
|
520
520
|
withLogging
|
|
521
|
-
} from "./chunk-
|
|
521
|
+
} from "./chunk-GFKGL2GQ.js";
|
|
522
522
|
import {
|
|
523
523
|
SharedMemoryStore
|
|
524
524
|
} from "./chunk-ED6VQWNG.js";
|
|
@@ -536,7 +536,7 @@ import {
|
|
|
536
536
|
} from "./chunk-DIB6V67T.js";
|
|
537
537
|
import {
|
|
538
538
|
executeExpert
|
|
539
|
-
} from "./chunk-
|
|
539
|
+
} from "./chunk-3DH5SLFH.js";
|
|
540
540
|
import {
|
|
541
541
|
AgentFindingSchema,
|
|
542
542
|
AgentPerformanceSchema,
|
|
@@ -632,7 +632,7 @@ import {
|
|
|
632
632
|
validateToolInput,
|
|
633
633
|
withModelNotFoundFallback,
|
|
634
634
|
wrapResilientWithFallback
|
|
635
|
-
} from "./chunk-
|
|
635
|
+
} from "./chunk-Y2CP4Z5B.js";
|
|
636
636
|
import {
|
|
637
637
|
AdapterModelError,
|
|
638
638
|
BaseAdapter,
|
|
@@ -738,7 +738,7 @@ import {
|
|
|
738
738
|
resolveFallback,
|
|
739
739
|
startStdioServer,
|
|
740
740
|
validateNexusEnv
|
|
741
|
-
} from "./chunk-
|
|
741
|
+
} from "./chunk-JX6OI4FS.js";
|
|
742
742
|
import {
|
|
743
743
|
AvailableModelsCache,
|
|
744
744
|
getDefaultAvailableModelsCache,
|
|
@@ -776,7 +776,7 @@ import {
|
|
|
776
776
|
isCliAvailable,
|
|
777
777
|
isRetryableError,
|
|
778
778
|
sleep
|
|
779
|
-
} from "./chunk-
|
|
779
|
+
} from "./chunk-TDV5ALHY.js";
|
|
780
780
|
import {
|
|
781
781
|
BUILT_IN_EXPERTS,
|
|
782
782
|
BuiltInExpertTypeSchema,
|
|
@@ -6090,7 +6090,7 @@ function buildVotingInput(plan, config) {
|
|
|
6090
6090
|
}
|
|
6091
6091
|
async function executeSingleVote(plan, config, log) {
|
|
6092
6092
|
try {
|
|
6093
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
6093
|
+
const { executeVoting } = await import("./consensus-vote-MUQ4HPIF.js");
|
|
6094
6094
|
const input = buildVotingInput(plan, config);
|
|
6095
6095
|
const result = await executeVoting(input, log);
|
|
6096
6096
|
return parseVotingResult(result);
|
|
@@ -7,13 +7,13 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-RBZ4CDMY.js";
|
|
11
11
|
import "./chunk-CM3TORGV.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-JX6OI4FS.js";
|
|
13
13
|
import "./chunk-5WHWKY32.js";
|
|
14
14
|
import "./chunk-YQMQSJQK.js";
|
|
15
15
|
import "./chunk-NUBSJGQZ.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-TDV5ALHY.js";
|
|
17
17
|
import "./chunk-ZM4O442V.js";
|
|
18
18
|
import "./chunk-633WH2ML.js";
|
|
19
19
|
import "./chunk-PWTJGGKB.js";
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
setupCommand,
|
|
32
32
|
setupCommandAsync
|
|
33
33
|
};
|
|
34
|
-
//# sourceMappingURL=setup-command-
|
|
34
|
+
//# sourceMappingURL=setup-command-W6UKPODL.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.77.
|
|
3
|
+
"version": "2.77.13",
|
|
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",
|