nexus-agents 2.173.0 → 2.173.1
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-O2U2UC6Q.js → chunk-A7RTXDXK.js} +2 -2
- package/dist/{chunk-XAJLOBUL.js → chunk-CC3H5XJR.js} +2 -2
- package/dist/chunk-CC3H5XJR.js.map +1 -0
- package/dist/{chunk-O4I6EHI4.js → chunk-OKZ72FVJ.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2 -2
- package/dist/{setup-command-J6PASA6P.js → setup-command-JVQTBFUD.js} +3 -3
- package/package.json +2 -2
- package/dist/chunk-XAJLOBUL.js.map +0 -1
- /package/dist/{chunk-O2U2UC6Q.js.map → chunk-A7RTXDXK.js.map} +0 -0
- /package/dist/{chunk-O4I6EHI4.js.map → chunk-OKZ72FVJ.js.map} +0 -0
- /package/dist/{setup-command-J6PASA6P.js.map → setup-command-JVQTBFUD.js.map} +0 -0
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
} from "./chunk-DHVMSIT5.js";
|
|
47
47
|
|
|
48
48
|
// src/version.ts
|
|
49
|
-
var VERSION = true ? "2.173.
|
|
49
|
+
var VERSION = true ? "2.173.1" : "dev";
|
|
50
50
|
|
|
51
51
|
// src/config/schemas-core.ts
|
|
52
52
|
import { z } from "zod";
|
|
@@ -2182,7 +2182,7 @@ async function runDoctorFix(result) {
|
|
|
2182
2182
|
writeLine2("\u2500".repeat(40));
|
|
2183
2183
|
let fixCount = 0;
|
|
2184
2184
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2185
|
-
const { runSetup } = await import("./setup-command-
|
|
2185
|
+
const { runSetup } = await import("./setup-command-JVQTBFUD.js");
|
|
2186
2186
|
const setupResult = runSetup({
|
|
2187
2187
|
skipMcp: true,
|
|
2188
2188
|
skipRules: true,
|
|
@@ -2295,4 +2295,4 @@ export {
|
|
|
2295
2295
|
startStdioServer,
|
|
2296
2296
|
closeServer
|
|
2297
2297
|
};
|
|
2298
|
-
//# sourceMappingURL=chunk-
|
|
2298
|
+
//# sourceMappingURL=chunk-OKZ72FVJ.js.map
|
package/dist/cli.js
CHANGED
|
@@ -18,7 +18,7 @@ import "./chunk-O6VB54QJ.js";
|
|
|
18
18
|
import {
|
|
19
19
|
setupCommandAsync,
|
|
20
20
|
verifyCommand
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-A7RTXDXK.js";
|
|
22
22
|
import "./chunk-4KURMOBY.js";
|
|
23
23
|
import {
|
|
24
24
|
AuthHandler,
|
|
@@ -139,7 +139,7 @@ import {
|
|
|
139
139
|
validateCommand,
|
|
140
140
|
validateWorkflow,
|
|
141
141
|
wrapInMarkdownFence
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-CC3H5XJR.js";
|
|
143
143
|
import "./chunk-P6POKYSM.js";
|
|
144
144
|
import "./chunk-HFOQKCD2.js";
|
|
145
145
|
import "./chunk-YF35FKKD.js";
|
|
@@ -166,7 +166,7 @@ import {
|
|
|
166
166
|
loadConfig,
|
|
167
167
|
runDoctor,
|
|
168
168
|
validateNexusEnv
|
|
169
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-OKZ72FVJ.js";
|
|
170
170
|
import {
|
|
171
171
|
buildOpenAICompatAdapters,
|
|
172
172
|
readOpenAICompatEnv
|
package/dist/index.d.ts
CHANGED
|
@@ -7156,8 +7156,9 @@ interface GeminiAdapterConfig {
|
|
|
7156
7156
|
* Implements the IModelAdapter interface with streaming support, tool calling,
|
|
7157
7157
|
* and proper error handling.
|
|
7158
7158
|
*
|
|
7159
|
-
* Verified 2026-
|
|
7160
|
-
*
|
|
7159
|
+
* Verified 2026-07-18: @google/genai@2.12.0 is current stable (#4045).
|
|
7160
|
+
* 2.x breaking changes are Interactions-API-only; the stable
|
|
7161
|
+
* models.generateContent* surface used here is unaffected.
|
|
7161
7162
|
*/
|
|
7162
7163
|
|
|
7163
7164
|
/**
|
package/dist/index.js
CHANGED
|
@@ -541,7 +541,7 @@ import {
|
|
|
541
541
|
withLogging,
|
|
542
542
|
withRetry,
|
|
543
543
|
withRetryWrapper
|
|
544
|
-
} from "./chunk-
|
|
544
|
+
} from "./chunk-CC3H5XJR.js";
|
|
545
545
|
import {
|
|
546
546
|
FALLBACK_SCANNER_DATA,
|
|
547
547
|
buildPlanFromAnalysis,
|
|
@@ -575,7 +575,7 @@ import {
|
|
|
575
575
|
getKnownNexusVarNames,
|
|
576
576
|
startStdioServer,
|
|
577
577
|
validateNexusEnv
|
|
578
|
-
} from "./chunk-
|
|
578
|
+
} from "./chunk-OKZ72FVJ.js";
|
|
579
579
|
import {
|
|
580
580
|
OPENAI_MODELS,
|
|
581
581
|
OPENAI_MODEL_ALIASES,
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
runWizard,
|
|
9
9
|
setupCommand,
|
|
10
10
|
setupCommandAsync
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-A7RTXDXK.js";
|
|
12
12
|
import "./chunk-4KURMOBY.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-OKZ72FVJ.js";
|
|
14
14
|
import "./chunk-3DYABC5Y.js";
|
|
15
15
|
import "./chunk-5IDFZ2PC.js";
|
|
16
16
|
import "./chunk-NUBSJGQZ.js";
|
|
@@ -38,4 +38,4 @@ export {
|
|
|
38
38
|
setupCommand,
|
|
39
39
|
setupCommandAsync
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=setup-command-
|
|
41
|
+
//# sourceMappingURL=setup-command-JVQTBFUD.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.173.
|
|
3
|
+
"version": "2.173.1",
|
|
4
4
|
"description": "Governance substrate for AI coding agents — adversarial PR review, drift-detected rules, tamper-evident 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",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@ast-grep/lang-go": "0.0.6",
|
|
68
68
|
"@ast-grep/lang-python": "0.0.6",
|
|
69
69
|
"@ast-grep/napi": "0.44.1",
|
|
70
|
-
"@google/genai": "^
|
|
70
|
+
"@google/genai": "^2.12.0",
|
|
71
71
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
72
72
|
"better-sqlite3": "^12.11.1",
|
|
73
73
|
"jsonc-parser": "^3.3.1",
|