nexus-agents 2.171.0 → 2.172.0

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.
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-PP5QL4EJ.js";
11
+ } from "./chunk-NSP3SZW2.js";
12
12
  import "./chunk-S66XOAMZ.js";
13
- import "./chunk-E53VLN73.js";
13
+ import "./chunk-YKVO32BI.js";
14
14
  import "./chunk-DLVDFJXU.js";
15
15
  import "./chunk-7AJWIOMT.js";
16
16
  import "./chunk-NUBSJGQZ.js";
@@ -38,4 +38,4 @@ export {
38
38
  setupCommand,
39
39
  setupCommandAsync
40
40
  };
41
- //# sourceMappingURL=setup-command-IRW76CNQ.js.map
41
+ //# sourceMappingURL=setup-command-7S744QHK.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.171.0",
3
+ "version": "2.172.0",
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",
@@ -60,10 +60,10 @@
60
60
  "node": ">=22.0.0"
61
61
  },
62
62
  "optionalDependencies": {
63
- "@atproto/api": "^0.20.25"
63
+ "@atproto/api": "^0.20.28"
64
64
  },
65
65
  "dependencies": {
66
- "@anthropic-ai/sdk": "^0.110.0",
66
+ "@anthropic-ai/sdk": "^0.111.0",
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",
@@ -72,7 +72,7 @@
72
72
  "better-sqlite3": "^12.11.1",
73
73
  "jsonc-parser": "^3.3.1",
74
74
  "ollama": "^0.6.3",
75
- "openai": "^6.45.0",
75
+ "openai": "^6.46.0",
76
76
  "semver": "^7.8.5",
77
77
  "tiktoken": "^1.0.22",
78
78
  "ts-morph": "^27.0.2",
@@ -81,14 +81,14 @@
81
81
  "zod": "^4.4.3"
82
82
  },
83
83
  "devDependencies": {
84
- "@ai-sdk/anthropic": "^3.0.93",
85
- "@ai-sdk/google": "^3.0.88",
86
- "@ai-sdk/openai": "^3.0.80",
84
+ "@ai-sdk/anthropic": "^3.0.96",
85
+ "@ai-sdk/google": "^3.0.91",
86
+ "@ai-sdk/openai": "^3.0.84",
87
87
  "@types/better-sqlite3": "^7.6.13",
88
88
  "@types/semver": "^7.7.1",
89
89
  "@vitest/coverage-v8": "4.1.10",
90
- "ai": "^6.0.219",
91
- "fast-check": "^4.8.0",
90
+ "ai": "^6.0.224",
91
+ "fast-check": "^4.9.0",
92
92
  "tsup": "^8.5.1",
93
93
  "typedoc": "0.28.20",
94
94
  "typedoc-plugin-frontmatter": "1.3.1",