nexus-agents 2.109.1 → 2.109.4
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-ZFDG2CDY.js → chunk-4C6M5YOH.js} +60 -8
- package/dist/chunk-4C6M5YOH.js.map +1 -0
- package/dist/{chunk-HBPDYYIT.js → chunk-5R5SYTLS.js} +2 -2
- package/dist/{chunk-N5I4PC3P.js → chunk-DMUUE2S5.js} +30 -2
- package/dist/chunk-DMUUE2S5.js.map +1 -0
- package/dist/{chunk-RCN76RFJ.js → chunk-OLCFAA7D.js} +3 -3
- package/dist/{chunk-IUDSDQIF.js → chunk-SL23XVXX.js} +3 -3
- package/dist/{chunk-O737ZOZ6.js → chunk-XTJ4FU2W.js} +9 -9
- package/dist/{chunk-SAR5IO7V.js → chunk-YKJVX56L.js} +5 -5
- package/dist/cli.js +8 -8
- package/dist/{consensus-vote-HK5G3DYU.js → consensus-vote-U6JAB527.js} +4 -4
- package/dist/{expert-bridge-N7PLXYBV.js → expert-bridge-GIUSXOTJ.js} +2 -2
- package/dist/{factory-UVXXFLOI.js → factory-U2RYH6FT.js} +3 -3
- package/dist/index.d.ts +14 -0
- package/dist/index.js +7 -7
- package/dist/{setup-command-O4BGMJIC.js → setup-command-Y5IYAREF.js} +5 -5
- package/dist/{setup-custom-api-SMLJ27IY.js → setup-custom-api-UTROX3FM.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-N5I4PC3P.js.map +0 -1
- package/dist/chunk-ZFDG2CDY.js.map +0 -1
- /package/dist/{chunk-HBPDYYIT.js.map → chunk-5R5SYTLS.js.map} +0 -0
- /package/dist/{chunk-RCN76RFJ.js.map → chunk-OLCFAA7D.js.map} +0 -0
- /package/dist/{chunk-IUDSDQIF.js.map → chunk-SL23XVXX.js.map} +0 -0
- /package/dist/{chunk-O737ZOZ6.js.map → chunk-XTJ4FU2W.js.map} +0 -0
- /package/dist/{chunk-SAR5IO7V.js.map → chunk-YKJVX56L.js.map} +0 -0
- /package/dist/{consensus-vote-HK5G3DYU.js.map → consensus-vote-U6JAB527.js.map} +0 -0
- /package/dist/{expert-bridge-N7PLXYBV.js.map → expert-bridge-GIUSXOTJ.js.map} +0 -0
- /package/dist/{factory-UVXXFLOI.js.map → factory-U2RYH6FT.js.map} +0 -0
- /package/dist/{setup-command-O4BGMJIC.js.map → setup-command-Y5IYAREF.js.map} +0 -0
- /package/dist/{setup-custom-api-SMLJ27IY.js.map → setup-custom-api-UTROX3FM.js.map} +0 -0
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
delay,
|
|
20
20
|
getAvailableClis,
|
|
21
21
|
withTimeout
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-DMUUE2S5.js";
|
|
23
23
|
import {
|
|
24
24
|
mapModelErrorToCategory
|
|
25
25
|
} from "./chunk-K3UILZ5X.js";
|
|
@@ -6127,7 +6127,7 @@ async function processVotesWithCascade(engineVotes, opts) {
|
|
|
6127
6127
|
var CONTRARIAN_ESCALATION_THRESHOLD = 0.8;
|
|
6128
6128
|
async function runContrarianCheck(proposal, log) {
|
|
6129
6129
|
try {
|
|
6130
|
-
const { executeExpert } = await import("./expert-bridge-
|
|
6130
|
+
const { executeExpert } = await import("./expert-bridge-GIUSXOTJ.js");
|
|
6131
6131
|
const prompt = [
|
|
6132
6132
|
"You are a contrarian analyst. Your job is to find reasons this proposal should be REJECTED.",
|
|
6133
6133
|
"Look for: YAGNI (not needed), MISALIGNED (wrong tech/architecture), SECURITY_RISK, SCOPE_CREEP.",
|
|
@@ -6611,4 +6611,4 @@ export {
|
|
|
6611
6611
|
CONSENSUS_VOTE_OUTPUT_SCHEMA,
|
|
6612
6612
|
registerConsensusVoteTool
|
|
6613
6613
|
};
|
|
6614
|
-
//# sourceMappingURL=chunk-
|
|
6614
|
+
//# sourceMappingURL=chunk-OLCFAA7D.js.map
|
|
@@ -8,10 +8,10 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-YKJVX56L.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-DMUUE2S5.js";
|
|
15
15
|
import {
|
|
16
16
|
BUILT_IN_EXPERTS
|
|
17
17
|
} from "./chunk-ZM4O442V.js";
|
|
@@ -1987,4 +1987,4 @@ export {
|
|
|
1987
1987
|
setupCommand,
|
|
1988
1988
|
setupCommandAsync
|
|
1989
1989
|
};
|
|
1990
|
-
//# sourceMappingURL=chunk-
|
|
1990
|
+
//# sourceMappingURL=chunk-SL23XVXX.js.map
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-TJUGEDQI.js";
|
|
10
10
|
import {
|
|
11
11
|
executeExpert
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-5R5SYTLS.js";
|
|
13
13
|
import {
|
|
14
14
|
EventTopics,
|
|
15
15
|
JobStatusSchema,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
writeJobComplete,
|
|
31
31
|
writeJobFailed,
|
|
32
32
|
writeJobPending
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-OLCFAA7D.js";
|
|
34
34
|
import {
|
|
35
35
|
REGISTRY_PATH,
|
|
36
36
|
getProjectRoot,
|
|
@@ -93,7 +93,7 @@ import {
|
|
|
93
93
|
DEFAULT_TASK_TTL_MS,
|
|
94
94
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
95
95
|
clampTaskTtl
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-YKJVX56L.js";
|
|
97
97
|
import {
|
|
98
98
|
resolveInsideRoot
|
|
99
99
|
} from "./chunk-NUBSJGQZ.js";
|
|
@@ -109,10 +109,10 @@ import {
|
|
|
109
109
|
getAvailableClis,
|
|
110
110
|
sleep,
|
|
111
111
|
withTimeout
|
|
112
|
-
} from "./chunk-
|
|
112
|
+
} from "./chunk-DMUUE2S5.js";
|
|
113
113
|
import {
|
|
114
114
|
DEFAULTS
|
|
115
|
-
} from "./chunk-
|
|
115
|
+
} from "./chunk-4C6M5YOH.js";
|
|
116
116
|
import {
|
|
117
117
|
getAvailabilityCache,
|
|
118
118
|
getCliForModelId,
|
|
@@ -42859,7 +42859,7 @@ var VALID_TEMPLATES = /* @__PURE__ */ new Set([
|
|
|
42859
42859
|
]);
|
|
42860
42860
|
async function classifyWithLLM(task) {
|
|
42861
42861
|
try {
|
|
42862
|
-
const { executeExpert: executeExpert2 } = await import("./expert-bridge-
|
|
42862
|
+
const { executeExpert: executeExpert2 } = await import("./expert-bridge-GIUSXOTJ.js");
|
|
42863
42863
|
const prompt = [
|
|
42864
42864
|
"Classify this task into exactly one pipeline template.",
|
|
42865
42865
|
"Templates: dev (implementation/bug fix/refactor), research (investigate/evaluate/compare),",
|
|
@@ -43999,7 +43999,7 @@ ${contextBlock}`;
|
|
|
43999
43999
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
44000
44000
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
44001
44001
|
try {
|
|
44002
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
44002
|
+
const { executeVoting } = await import("./consensus-vote-U6JAB527.js");
|
|
44003
44003
|
const votingResult = await executeVoting(
|
|
44004
44004
|
{
|
|
44005
44005
|
proposal: buildVoteProposal(plan, research),
|
|
@@ -46594,7 +46594,7 @@ async function probeSource(source, includeModelIds) {
|
|
|
46594
46594
|
}
|
|
46595
46595
|
}
|
|
46596
46596
|
async function defaultSources(includeOpenRouter) {
|
|
46597
|
-
const { createAllAdapters: createAllAdapters2 } = await import("./factory-
|
|
46597
|
+
const { createAllAdapters: createAllAdapters2 } = await import("./factory-U2RYH6FT.js");
|
|
46598
46598
|
const adapters = createAllAdapters2();
|
|
46599
46599
|
return buildDefaultModelSources(adapters, { includeOpenRouter });
|
|
46600
46600
|
}
|
|
@@ -50920,4 +50920,4 @@ export {
|
|
|
50920
50920
|
detectBackend,
|
|
50921
50921
|
createTaskTracker
|
|
50922
50922
|
};
|
|
50923
|
-
//# sourceMappingURL=chunk-
|
|
50923
|
+
//# sourceMappingURL=chunk-XTJ4FU2W.js.map
|
|
@@ -7,10 +7,10 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
createAllAdapters,
|
|
9
9
|
probeCli
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-DMUUE2S5.js";
|
|
11
11
|
import {
|
|
12
12
|
DEFAULTS
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-4C6M5YOH.js";
|
|
14
14
|
import {
|
|
15
15
|
CliNameSchema,
|
|
16
16
|
DEFAULT_CAPABILITIES,
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-CH7QIDHQ.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.109.
|
|
43
|
+
var VERSION = true ? "2.109.4" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2096,7 +2096,7 @@ async function runDoctorFix(result) {
|
|
|
2096
2096
|
writeLine2("\u2500".repeat(40));
|
|
2097
2097
|
let fixCount = 0;
|
|
2098
2098
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2099
|
-
const { runSetup } = await import("./setup-command-
|
|
2099
|
+
const { runSetup } = await import("./setup-command-Y5IYAREF.js");
|
|
2100
2100
|
const setupResult = runSetup({
|
|
2101
2101
|
skipMcp: true,
|
|
2102
2102
|
skipRules: true,
|
|
@@ -2208,4 +2208,4 @@ export {
|
|
|
2208
2208
|
startStdioServer,
|
|
2209
2209
|
closeServer
|
|
2210
2210
|
};
|
|
2211
|
-
//# sourceMappingURL=chunk-
|
|
2211
|
+
//# sourceMappingURL=chunk-YKJVX56L.js.map
|
package/dist/cli.js
CHANGED
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
import {
|
|
25
25
|
setupCommandAsync,
|
|
26
26
|
verifyCommand
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-SL23XVXX.js";
|
|
28
28
|
import "./chunk-V5UOHHOD.js";
|
|
29
29
|
import {
|
|
30
30
|
AuthHandler,
|
|
@@ -166,7 +166,7 @@ import {
|
|
|
166
166
|
validateCommand,
|
|
167
167
|
validateWorkflow,
|
|
168
168
|
wrapInMarkdownFence
|
|
169
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-XTJ4FU2W.js";
|
|
170
170
|
import "./chunk-3ACDP4E6.js";
|
|
171
171
|
import {
|
|
172
172
|
resolveToken
|
|
@@ -179,7 +179,7 @@ import "./chunk-LLM3HY54.js";
|
|
|
179
179
|
import "./chunk-H47QJVMR.js";
|
|
180
180
|
import {
|
|
181
181
|
shutdownExpertBridge
|
|
182
|
-
} from "./chunk-
|
|
182
|
+
} from "./chunk-5R5SYTLS.js";
|
|
183
183
|
import {
|
|
184
184
|
DEFAULT_VOTE_TIMEOUT_MS,
|
|
185
185
|
ErrorPolicySchema,
|
|
@@ -189,7 +189,7 @@ import {
|
|
|
189
189
|
executeVoting,
|
|
190
190
|
registerConsensusVoteTool,
|
|
191
191
|
warnIfSimulatedOutsideTests
|
|
192
|
-
} from "./chunk-
|
|
192
|
+
} from "./chunk-OLCFAA7D.js";
|
|
193
193
|
import {
|
|
194
194
|
loadPapersRegistry,
|
|
195
195
|
loadTechniquesRegistry,
|
|
@@ -249,7 +249,7 @@ import {
|
|
|
249
249
|
loadConfig,
|
|
250
250
|
runDoctor,
|
|
251
251
|
validateNexusEnv
|
|
252
|
-
} from "./chunk-
|
|
252
|
+
} from "./chunk-YKJVX56L.js";
|
|
253
253
|
import "./chunk-NUBSJGQZ.js";
|
|
254
254
|
import {
|
|
255
255
|
capitalize,
|
|
@@ -261,11 +261,11 @@ import {
|
|
|
261
261
|
getAvailableClis,
|
|
262
262
|
isRecord,
|
|
263
263
|
probeAllClis
|
|
264
|
-
} from "./chunk-
|
|
264
|
+
} from "./chunk-DMUUE2S5.js";
|
|
265
265
|
import "./chunk-H6Q3EPQG.js";
|
|
266
266
|
import {
|
|
267
267
|
DEFAULTS
|
|
268
|
-
} from "./chunk-
|
|
268
|
+
} from "./chunk-4C6M5YOH.js";
|
|
269
269
|
import "./chunk-K3UILZ5X.js";
|
|
270
270
|
import "./chunk-RMTFEDQV.js";
|
|
271
271
|
import "./chunk-IJZGHD7O.js";
|
|
@@ -20594,7 +20594,7 @@ async function handleSetupCommandAsync(args) {
|
|
|
20594
20594
|
process.exit(exitCode === 0 ? EXIT_CODES.SUCCESS : EXIT_CODES.SERVER_START_FAILED);
|
|
20595
20595
|
}
|
|
20596
20596
|
async function runCustomApiSetup(args) {
|
|
20597
|
-
const { configureCustomApi } = await import("./setup-custom-api-
|
|
20597
|
+
const { configureCustomApi } = await import("./setup-custom-api-UTROX3FM.js");
|
|
20598
20598
|
const baseUrl = args.options.customApi;
|
|
20599
20599
|
if (baseUrl === void 0) return EXIT_CODES.SERVER_START_FAILED;
|
|
20600
20600
|
const input = {
|
|
@@ -6,13 +6,13 @@ import {
|
|
|
6
6
|
executeVoting,
|
|
7
7
|
registerConsensusVoteTool,
|
|
8
8
|
resetCorrelationTracker
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-OLCFAA7D.js";
|
|
10
10
|
import "./chunk-4QH4IHCY.js";
|
|
11
11
|
import "./chunk-5H3YYSMY.js";
|
|
12
12
|
import "./chunk-6T3EPABN.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-DMUUE2S5.js";
|
|
14
14
|
import "./chunk-H6Q3EPQG.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-4C6M5YOH.js";
|
|
16
16
|
import "./chunk-K3UILZ5X.js";
|
|
17
17
|
import "./chunk-RMTFEDQV.js";
|
|
18
18
|
import "./chunk-IJZGHD7O.js";
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
registerConsensusVoteTool,
|
|
31
31
|
resetCorrelationTracker
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=consensus-vote-
|
|
33
|
+
//# sourceMappingURL=consensus-vote-U6JAB527.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
shutdownExpertBridge,
|
|
4
4
|
tokenSplitFromUsage,
|
|
5
5
|
totalTokensFromUsage
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-5R5SYTLS.js";
|
|
7
7
|
import "./chunk-RMTFEDQV.js";
|
|
8
8
|
import "./chunk-VO7FEIXD.js";
|
|
9
9
|
import "./chunk-CH7QIDHQ.js";
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
tokenSplitFromUsage,
|
|
15
15
|
totalTokensFromUsage
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=expert-bridge-
|
|
17
|
+
//# sourceMappingURL=expert-bridge-GIUSXOTJ.js.map
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
createCliAdapter,
|
|
4
4
|
getAvailableClis,
|
|
5
5
|
isCliAvailable
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-DMUUE2S5.js";
|
|
7
7
|
import "./chunk-H6Q3EPQG.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-4C6M5YOH.js";
|
|
9
9
|
import "./chunk-K3UILZ5X.js";
|
|
10
10
|
import "./chunk-RMTFEDQV.js";
|
|
11
11
|
import "./chunk-IJZGHD7O.js";
|
|
@@ -18,4 +18,4 @@ export {
|
|
|
18
18
|
getAvailableClis,
|
|
19
19
|
isCliAvailable
|
|
20
20
|
};
|
|
21
|
-
//# sourceMappingURL=factory-
|
|
21
|
+
//# sourceMappingURL=factory-U2RYH6FT.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -7288,6 +7288,12 @@ declare class SdkAdapter extends BaseAdapter {
|
|
|
7288
7288
|
private readonly customBaseUrl;
|
|
7289
7289
|
/** Inflight init promise for coalescing concurrent calls (Issue #1438). */
|
|
7290
7290
|
private initPromise;
|
|
7291
|
+
/**
|
|
7292
|
+
* Cached result of the DNS-resolve-time SSRF check for custom-openai
|
|
7293
|
+
* (#3426). Resolved once on first init so we don't re-resolve the gateway
|
|
7294
|
+
* hostname on every request. `undefined` until the check has run.
|
|
7295
|
+
*/
|
|
7296
|
+
private resolveSsrfChecked;
|
|
7291
7297
|
constructor(config: SdkAdapterConfig, logger?: ILogger);
|
|
7292
7298
|
/**
|
|
7293
7299
|
* Lazily initialize the AI SDK model and functions.
|
|
@@ -7296,6 +7302,14 @@ declare class SdkAdapter extends BaseAdapter {
|
|
|
7296
7302
|
*/
|
|
7297
7303
|
private ensureInitialized;
|
|
7298
7304
|
private doInitialize;
|
|
7305
|
+
/**
|
|
7306
|
+
* For custom-openai only: run the DNS-resolve-time SSRF check exactly once
|
|
7307
|
+
* and throw if the gateway hostname resolves to a private address (#3426).
|
|
7308
|
+
* Cached via `resolveSsrfChecked` so the hostname is not re-resolved on
|
|
7309
|
+
* every request. No-op for non-custom providers (built-in endpoints are
|
|
7310
|
+
* trusted) and when no custom base URL is configured.
|
|
7311
|
+
*/
|
|
7312
|
+
private ensureCustomHostResolvesPublic;
|
|
7299
7313
|
/**
|
|
7300
7314
|
* Loads the provider-specific AI SDK module.
|
|
7301
7315
|
*
|
package/dist/index.js
CHANGED
|
@@ -517,7 +517,7 @@ import {
|
|
|
517
517
|
validateWorkflow,
|
|
518
518
|
validateWorkflowDependencies,
|
|
519
519
|
withLogging
|
|
520
|
-
} from "./chunk-
|
|
520
|
+
} from "./chunk-XTJ4FU2W.js";
|
|
521
521
|
import "./chunk-3ACDP4E6.js";
|
|
522
522
|
import {
|
|
523
523
|
getTokenEnvVars,
|
|
@@ -537,7 +537,7 @@ import {
|
|
|
537
537
|
} from "./chunk-H47QJVMR.js";
|
|
538
538
|
import {
|
|
539
539
|
executeExpert
|
|
540
|
-
} from "./chunk-
|
|
540
|
+
} from "./chunk-5R5SYTLS.js";
|
|
541
541
|
import {
|
|
542
542
|
AgentFindingSchema,
|
|
543
543
|
AgentPerformanceSchema,
|
|
@@ -604,7 +604,7 @@ import {
|
|
|
604
604
|
resetGlobalRegistry,
|
|
605
605
|
withModelNotFoundFallback,
|
|
606
606
|
wrapResilientWithFallback
|
|
607
|
-
} from "./chunk-
|
|
607
|
+
} from "./chunk-OLCFAA7D.js";
|
|
608
608
|
import "./chunk-UIFDDBIG.js";
|
|
609
609
|
import {
|
|
610
610
|
AgentActionSchema,
|
|
@@ -723,7 +723,7 @@ import {
|
|
|
723
723
|
getKnownNexusVarNames,
|
|
724
724
|
startStdioServer,
|
|
725
725
|
validateNexusEnv
|
|
726
|
-
} from "./chunk-
|
|
726
|
+
} from "./chunk-YKJVX56L.js";
|
|
727
727
|
import "./chunk-NUBSJGQZ.js";
|
|
728
728
|
import "./chunk-6T3EPABN.js";
|
|
729
729
|
import {
|
|
@@ -763,7 +763,7 @@ import {
|
|
|
763
763
|
isRetryableError,
|
|
764
764
|
messagesToAnthropicFormat,
|
|
765
765
|
sleep
|
|
766
|
-
} from "./chunk-
|
|
766
|
+
} from "./chunk-DMUUE2S5.js";
|
|
767
767
|
import {
|
|
768
768
|
AdapterModelError,
|
|
769
769
|
BaseAdapter,
|
|
@@ -791,7 +791,7 @@ import {
|
|
|
791
791
|
import {
|
|
792
792
|
DEFAULTS,
|
|
793
793
|
PROVIDER_ENV_KEYS
|
|
794
|
-
} from "./chunk-
|
|
794
|
+
} from "./chunk-4C6M5YOH.js";
|
|
795
795
|
import "./chunk-K3UILZ5X.js";
|
|
796
796
|
import {
|
|
797
797
|
AvailabilityCache,
|
|
@@ -6082,7 +6082,7 @@ function buildVotingInput(plan, config) {
|
|
|
6082
6082
|
}
|
|
6083
6083
|
async function executeSingleVote(plan, config, log) {
|
|
6084
6084
|
try {
|
|
6085
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
6085
|
+
const { executeVoting } = await import("./consensus-vote-U6JAB527.js");
|
|
6086
6086
|
const input = buildVotingInput(plan, config);
|
|
6087
6087
|
const result = await executeVoting(input, log);
|
|
6088
6088
|
return parseVotingResult(result);
|
|
@@ -8,14 +8,14 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-SL23XVXX.js";
|
|
12
12
|
import "./chunk-V5UOHHOD.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-YKJVX56L.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-6T3EPABN.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-DMUUE2S5.js";
|
|
17
17
|
import "./chunk-H6Q3EPQG.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-4C6M5YOH.js";
|
|
19
19
|
import "./chunk-K3UILZ5X.js";
|
|
20
20
|
import "./chunk-RMTFEDQV.js";
|
|
21
21
|
import "./chunk-IJZGHD7O.js";
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
setupCommand,
|
|
35
35
|
setupCommandAsync
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=setup-command-
|
|
37
|
+
//# sourceMappingURL=setup-command-Y5IYAREF.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
CUSTOM_API_BASE_URL_ENV,
|
|
4
4
|
CUSTOM_API_DEFAULT_MODEL,
|
|
5
5
|
validateCustomApiBaseUrl
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-4C6M5YOH.js";
|
|
7
7
|
import {
|
|
8
8
|
err,
|
|
9
9
|
ok
|
|
@@ -104,4 +104,4 @@ function buildShellFragment(params) {
|
|
|
104
104
|
export {
|
|
105
105
|
configureCustomApi
|
|
106
106
|
};
|
|
107
|
-
//# sourceMappingURL=setup-custom-api-
|
|
107
|
+
//# sourceMappingURL=setup-custom-api-UTROX3FM.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.109.
|
|
3
|
+
"version": "2.109.4",
|
|
4
4
|
"description": "Governance substrate for AI coding agents — adversarial PR review, drift-detected rules, immutable audit, and closed-loop outcome routing for Claude, Codex, Gemini, and OpenCode",
|
|
5
5
|
"mcpName": "io.github.nexus-substrate/nexus-agents",
|
|
6
6
|
"license": "MIT",
|