nexus-agents 2.77.2 → 2.77.3
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-BC3M4VLP.js → chunk-BMOPMCFZ.js} +5 -2
- package/dist/chunk-BMOPMCFZ.js.map +1 -0
- package/dist/{chunk-N3HOBUU4.js → chunk-K446R3BC.js} +25 -16
- package/dist/{chunk-N3HOBUU4.js.map → chunk-K446R3BC.js.map} +1 -1
- package/dist/{chunk-6UDFAXUI.js → chunk-KGB67HII.js} +2 -2
- package/dist/{chunk-RFITLMH4.js → chunk-LTUUW3FN.js} +3 -3
- package/dist/{chunk-ZKOBXAPK.js → chunk-WXVN4K3D.js} +2 -2
- package/dist/cli.js +7 -7
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +4 -4
- package/dist/{repo-analyze-HWMXSK5C.js → repo-analyze-QGLXEFVJ.js} +2 -2
- package/dist/{repo-security-plan-EIL2BV3S.js → repo-security-plan-X5CRZ2YY.js} +3 -3
- package/dist/{setup-command-ZIG5JJAE.js → setup-command-XG7R4PR4.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-BC3M4VLP.js.map +0 -1
- /package/dist/{chunk-6UDFAXUI.js.map → chunk-KGB67HII.js.map} +0 -0
- /package/dist/{chunk-RFITLMH4.js.map → chunk-LTUUW3FN.js.map} +0 -0
- /package/dist/{chunk-ZKOBXAPK.js.map → chunk-WXVN4K3D.js.map} +0 -0
- /package/dist/{repo-analyze-HWMXSK5C.js.map → repo-analyze-QGLXEFVJ.js.map} +0 -0
- /package/dist/{repo-security-plan-EIL2BV3S.js.map → repo-security-plan-X5CRZ2YY.js.map} +0 -0
- /package/dist/{setup-command-ZIG5JJAE.js.map → setup-command-XG7R4PR4.js.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories,
|
|
11
11
|
probeAllClis
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-LTUUW3FN.js";
|
|
13
13
|
import {
|
|
14
14
|
BUILT_IN_EXPERTS
|
|
15
15
|
} from "./chunk-ZM4O442V.js";
|
|
@@ -1946,4 +1946,4 @@ export {
|
|
|
1946
1946
|
setupCommand,
|
|
1947
1947
|
setupCommandAsync
|
|
1948
1948
|
};
|
|
1949
|
-
//# sourceMappingURL=chunk-
|
|
1949
|
+
//# sourceMappingURL=chunk-KGB67HII.js.map
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-GOT7OAL5.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.77.
|
|
43
|
+
var VERSION = true ? "2.77.3" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2308,7 +2308,7 @@ async function runDoctorFix(result) {
|
|
|
2308
2308
|
writeLine2("\u2500".repeat(40));
|
|
2309
2309
|
let fixCount = 0;
|
|
2310
2310
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2311
|
-
const { runSetup } = await import("./setup-command-
|
|
2311
|
+
const { runSetup } = await import("./setup-command-XG7R4PR4.js");
|
|
2312
2312
|
const setupResult = runSetup({
|
|
2313
2313
|
skipMcp: true,
|
|
2314
2314
|
skipRules: true,
|
|
@@ -2419,4 +2419,4 @@ export {
|
|
|
2419
2419
|
startStdioServer,
|
|
2420
2420
|
closeServer
|
|
2421
2421
|
};
|
|
2422
|
-
//# sourceMappingURL=chunk-
|
|
2422
|
+
//# sourceMappingURL=chunk-LTUUW3FN.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
analyzeGitHubRepo
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-BMOPMCFZ.js";
|
|
4
4
|
import {
|
|
5
5
|
createLogger,
|
|
6
6
|
getTimeProvider
|
|
@@ -698,4 +698,4 @@ export {
|
|
|
698
698
|
generateSecurityPlan,
|
|
699
699
|
buildPlanFromAnalysis
|
|
700
700
|
};
|
|
701
|
-
//# sourceMappingURL=chunk-
|
|
701
|
+
//# sourceMappingURL=chunk-WXVN4K3D.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-KGB67HII.js";
|
|
26
26
|
import "./chunk-CM3TORGV.js";
|
|
27
27
|
import {
|
|
28
28
|
AuthHandler,
|
|
@@ -152,7 +152,7 @@ import {
|
|
|
152
152
|
validateCommand,
|
|
153
153
|
validateWorkflow,
|
|
154
154
|
wrapInMarkdownFence
|
|
155
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-K446R3BC.js";
|
|
156
156
|
import "./chunk-ED6VQWNG.js";
|
|
157
157
|
import {
|
|
158
158
|
resolveToken
|
|
@@ -193,8 +193,8 @@ import {
|
|
|
193
193
|
sanitizeInput
|
|
194
194
|
} from "./chunk-ERWXGXV2.js";
|
|
195
195
|
import "./chunk-G6ZPVADX.js";
|
|
196
|
-
import "./chunk-
|
|
197
|
-
import "./chunk-
|
|
196
|
+
import "./chunk-WXVN4K3D.js";
|
|
197
|
+
import "./chunk-BMOPMCFZ.js";
|
|
198
198
|
import "./chunk-AP2FD37C.js";
|
|
199
199
|
import "./chunk-BQ4YXGGQ.js";
|
|
200
200
|
import {
|
|
@@ -216,7 +216,7 @@ import {
|
|
|
216
216
|
probeAllClis,
|
|
217
217
|
runDoctor,
|
|
218
218
|
validateNexusEnv
|
|
219
|
-
} from "./chunk-
|
|
219
|
+
} from "./chunk-LTUUW3FN.js";
|
|
220
220
|
import "./chunk-5WHWKY32.js";
|
|
221
221
|
import {
|
|
222
222
|
DEFAULTS
|
|
@@ -16990,8 +16990,8 @@ var TOOL_DEFINITIONS = [
|
|
|
16990
16990
|
properties: {
|
|
16991
16991
|
task: { type: "string", description: "Task to execute or analyze" },
|
|
16992
16992
|
preferred_capability: { type: "string", description: "Preferred capability for routing" },
|
|
16993
|
-
model_hint: { type: "string", description: "Explicit model preference" }
|
|
16994
|
-
estimate_tokens
|
|
16993
|
+
model_hint: { type: "string", description: "Explicit model preference" }
|
|
16994
|
+
// estimate_tokens flag removed (#2723) — was never read downstream.
|
|
16995
16995
|
},
|
|
16996
16996
|
required: ["task"]
|
|
16997
16997
|
}
|