nexus-agents 2.30.0 → 2.30.2
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-4IEUUQ4G.js → chunk-5SBKLQW6.js} +2 -2
- package/dist/{chunk-Q25KKHNQ.js → chunk-JPAVOHZN.js} +2 -2
- package/dist/{chunk-CD64JT3I.js → chunk-KW7W5X4J.js} +4 -4
- package/dist/{chunk-FXX5UQCK.js → chunk-MHQTOOPA.js} +17 -10
- package/dist/{chunk-FXX5UQCK.js.map → chunk-MHQTOOPA.js.map} +1 -1
- package/dist/{chunk-CW2Z773T.js → chunk-UOXT5CZ7.js} +39 -3
- package/dist/chunk-UOXT5CZ7.js.map +1 -0
- package/dist/{chunk-6CHMHPT4.js → chunk-UXUA234N.js} +3 -3
- package/dist/cli.js +6 -6
- package/dist/{consensus-vote-5PFFDRLR.js → consensus-vote-Q7QKGUEP.js} +3 -3
- package/dist/{expert-bridge-5KVWX44T.js → expert-bridge-NF65ZTZZ.js} +2 -2
- package/dist/{factory-NHORX63J.js → factory-ZFHE6GXT.js} +2 -2
- package/dist/index.d.ts +7 -0
- package/dist/index.js +6 -6
- package/dist/{setup-command-QIHX7ZVJ.js → setup-command-XFQUP6K7.js} +4 -4
- package/package.json +1 -1
- package/dist/chunk-CW2Z773T.js.map +0 -1
- /package/dist/{chunk-4IEUUQ4G.js.map → chunk-5SBKLQW6.js.map} +0 -0
- /package/dist/{chunk-Q25KKHNQ.js.map → chunk-JPAVOHZN.js.map} +0 -0
- /package/dist/{chunk-CD64JT3I.js.map → chunk-KW7W5X4J.js.map} +0 -0
- /package/dist/{chunk-6CHMHPT4.js.map → chunk-UXUA234N.js.map} +0 -0
- /package/dist/{consensus-vote-5PFFDRLR.js.map → consensus-vote-Q7QKGUEP.js.map} +0 -0
- /package/dist/{expert-bridge-5KVWX44T.js.map → expert-bridge-NF65ZTZZ.js.map} +0 -0
- /package/dist/{factory-NHORX63J.js.map → factory-ZFHE6GXT.js.map} +0 -0
- /package/dist/{setup-command-QIHX7ZVJ.js.map → setup-command-XFQUP6K7.js.map} +0 -0
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
getAvailableClis,
|
|
22
22
|
isCliAvailable,
|
|
23
23
|
withTimeout
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-UOXT5CZ7.js";
|
|
25
25
|
import {
|
|
26
26
|
AgentError,
|
|
27
27
|
CACHE_TIMEOUTS,
|
|
@@ -12346,7 +12346,7 @@ async function processVotesWithCascade(votes, opts) {
|
|
|
12346
12346
|
var CONTRARIAN_ESCALATION_THRESHOLD = 0.8;
|
|
12347
12347
|
async function runContrarianCheck(proposal, log) {
|
|
12348
12348
|
try {
|
|
12349
|
-
const { executeExpert } = await import("./expert-bridge-
|
|
12349
|
+
const { executeExpert } = await import("./expert-bridge-NF65ZTZZ.js");
|
|
12350
12350
|
const prompt = [
|
|
12351
12351
|
"You are a contrarian analyst. Your job is to find reasons this proposal should be REJECTED.",
|
|
12352
12352
|
"Look for: YAGNI (not needed), MISALIGNED (wrong tech/architecture), SECURITY_RISK, SCOPE_CREEP.",
|
|
@@ -12716,4 +12716,4 @@ export {
|
|
|
12716
12716
|
CONSENSUS_VOTE_OUTPUT_SCHEMA,
|
|
12717
12717
|
registerConsensusVoteTool
|
|
12718
12718
|
};
|
|
12719
|
-
//# sourceMappingURL=chunk-
|
|
12719
|
+
//# sourceMappingURL=chunk-UXUA234N.js.map
|
package/dist/cli.js
CHANGED
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
import "./chunk-63AJLNKU.js";
|
|
16
16
|
import {
|
|
17
17
|
setupCommandAsync
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-JPAVOHZN.js";
|
|
19
19
|
import "./chunk-V6MSPUQF.js";
|
|
20
20
|
import {
|
|
21
21
|
AuthHandler,
|
|
@@ -150,7 +150,7 @@ import {
|
|
|
150
150
|
validateNexusEnv,
|
|
151
151
|
validateWorkflow,
|
|
152
152
|
wrapInMarkdownFence
|
|
153
|
-
} from "./chunk-
|
|
153
|
+
} from "./chunk-MHQTOOPA.js";
|
|
154
154
|
import {
|
|
155
155
|
resolveToken
|
|
156
156
|
} from "./chunk-VZ2YOQWU.js";
|
|
@@ -169,7 +169,7 @@ import {
|
|
|
169
169
|
registerConsensusVoteTool,
|
|
170
170
|
shutdownToolMemory,
|
|
171
171
|
validateTimeout
|
|
172
|
-
} from "./chunk-
|
|
172
|
+
} from "./chunk-UXUA234N.js";
|
|
173
173
|
import {
|
|
174
174
|
loadPapersRegistry,
|
|
175
175
|
loadTechniquesRegistry,
|
|
@@ -200,7 +200,7 @@ import {
|
|
|
200
200
|
doctorCommand,
|
|
201
201
|
initDataDirectories,
|
|
202
202
|
runDoctor
|
|
203
|
-
} from "./chunk-
|
|
203
|
+
} from "./chunk-KW7W5X4J.js";
|
|
204
204
|
import "./chunk-KQIDTE52.js";
|
|
205
205
|
import {
|
|
206
206
|
MemoryError
|
|
@@ -212,12 +212,12 @@ import {
|
|
|
212
212
|
} from "./chunk-633WH2ML.js";
|
|
213
213
|
import "./chunk-LKDHAJJB.js";
|
|
214
214
|
import "./chunk-66NNHMVB.js";
|
|
215
|
-
import "./chunk-
|
|
215
|
+
import "./chunk-5SBKLQW6.js";
|
|
216
216
|
import {
|
|
217
217
|
createAllAdapters,
|
|
218
218
|
getAvailableClis,
|
|
219
219
|
isRecord
|
|
220
|
-
} from "./chunk-
|
|
220
|
+
} from "./chunk-UOXT5CZ7.js";
|
|
221
221
|
import "./chunk-Y477EGI4.js";
|
|
222
222
|
import {
|
|
223
223
|
API_TIMEOUTS,
|
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-UXUA234N.js";
|
|
9
9
|
import "./chunk-KQIDTE52.js";
|
|
10
10
|
import "./chunk-DDQGAVQA.js";
|
|
11
11
|
import "./chunk-633WH2ML.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-UOXT5CZ7.js";
|
|
13
13
|
import "./chunk-Y477EGI4.js";
|
|
14
14
|
import "./chunk-HSOPD265.js";
|
|
15
15
|
import "./chunk-CLYZ7FWP.js";
|
|
@@ -22,4 +22,4 @@ export {
|
|
|
22
22
|
registerConsensusVoteTool,
|
|
23
23
|
resetCorrelationTracker
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=consensus-vote-
|
|
25
|
+
//# sourceMappingURL=consensus-vote-Q7QKGUEP.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeExpert
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5SBKLQW6.js";
|
|
4
4
|
import "./chunk-HSOPD265.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-NF65ZTZZ.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
createCliAdapter,
|
|
4
4
|
getAvailableClis,
|
|
5
5
|
isCliAvailable
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-UOXT5CZ7.js";
|
|
7
7
|
import "./chunk-Y477EGI4.js";
|
|
8
8
|
import "./chunk-HSOPD265.js";
|
|
9
9
|
import "./chunk-CLYZ7FWP.js";
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getAvailableClis,
|
|
15
15
|
isCliAvailable
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=factory-
|
|
17
|
+
//# sourceMappingURL=factory-ZFHE6GXT.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -23742,6 +23742,13 @@ interface CommandConfig {
|
|
|
23742
23742
|
args: string[];
|
|
23743
23743
|
/** Optional stdin content (prompt passed via stdin instead of args) */
|
|
23744
23744
|
stdin?: string;
|
|
23745
|
+
/**
|
|
23746
|
+
* Optional cleanup callback invoked after the subprocess resolves
|
|
23747
|
+
* (success, error, or timeout). Used by adapters that materialize
|
|
23748
|
+
* temp files for the subprocess (e.g. codex `model_instructions_file`).
|
|
23749
|
+
* Errors thrown by cleanup are logged but do not affect the request result.
|
|
23750
|
+
*/
|
|
23751
|
+
cleanup?: () => void | Promise<void>;
|
|
23745
23752
|
}
|
|
23746
23753
|
/**
|
|
23747
23754
|
* Configuration for transient-error retry behaviour.
|
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-MHQTOOPA.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-UXUA234N.js";
|
|
782
782
|
import "./chunk-GX436VRU.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-KW7W5X4J.js";
|
|
854
854
|
import "./chunk-KQIDTE52.js";
|
|
855
855
|
import "./chunk-DDQGAVQA.js";
|
|
856
856
|
import "./chunk-633WH2ML.js";
|
|
@@ -864,7 +864,7 @@ import {
|
|
|
864
864
|
} from "./chunk-66NNHMVB.js";
|
|
865
865
|
import {
|
|
866
866
|
executeExpert
|
|
867
|
-
} from "./chunk-
|
|
867
|
+
} from "./chunk-5SBKLQW6.js";
|
|
868
868
|
import {
|
|
869
869
|
BaseCliAdapter,
|
|
870
870
|
CLI_TIMEOUT_PROFILES,
|
|
@@ -893,7 +893,7 @@ import {
|
|
|
893
893
|
isCliAvailable,
|
|
894
894
|
isRetryableError,
|
|
895
895
|
sleep
|
|
896
|
-
} from "./chunk-
|
|
896
|
+
} from "./chunk-UOXT5CZ7.js";
|
|
897
897
|
import "./chunk-Y477EGI4.js";
|
|
898
898
|
import {
|
|
899
899
|
AgentCapability,
|
|
@@ -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-Q7QKGUEP.js");
|
|
5724
5724
|
const input = buildVotingInput(plan, config);
|
|
5725
5725
|
const result = await executeVoting(input, log);
|
|
5726
5726
|
return parseVotingResult(result);
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JPAVOHZN.js";
|
|
11
11
|
import "./chunk-V6MSPUQF.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-KW7W5X4J.js";
|
|
13
13
|
import "./chunk-633WH2ML.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-UOXT5CZ7.js";
|
|
15
15
|
import "./chunk-Y477EGI4.js";
|
|
16
16
|
import "./chunk-HSOPD265.js";
|
|
17
17
|
import "./chunk-CLYZ7FWP.js";
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
setupCommand,
|
|
27
27
|
setupCommandAsync
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=setup-command-
|
|
29
|
+
//# sourceMappingURL=setup-command-XFQUP6K7.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.2",
|
|
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",
|