nexus-agents 2.154.2 → 2.155.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/index.js CHANGED
@@ -520,7 +520,7 @@ import {
520
520
  validateWorkflow,
521
521
  validateWorkflowDependencies,
522
522
  withLogging
523
- } from "./chunk-FBAHUNFK.js";
523
+ } from "./chunk-MRYEJZQI.js";
524
524
  import {
525
525
  OPENAI_MODELS,
526
526
  OPENAI_MODEL_ALIASES,
@@ -560,7 +560,7 @@ import {
560
560
  getKnownNexusVarNames,
561
561
  startStdioServer,
562
562
  validateNexusEnv
563
- } from "./chunk-7RYZU642.js";
563
+ } from "./chunk-6FIWYWPM.js";
564
564
  import {
565
565
  CliCircuitBreakerIntegration,
566
566
  createCliCircuitBreakerIntegration
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-DOXK4MOA.js";
11
+ } from "./chunk-C63M3XXN.js";
12
12
  import "./chunk-SRT2VLNP.js";
13
- import "./chunk-7RYZU642.js";
13
+ import "./chunk-6FIWYWPM.js";
14
14
  import "./chunk-NUBSJGQZ.js";
15
15
  import "./chunk-6T3EPABN.js";
16
16
  import "./chunk-ZM4O442V.js";
@@ -35,4 +35,4 @@ export {
35
35
  setupCommand,
36
36
  setupCommandAsync
37
37
  };
38
- //# sourceMappingURL=setup-command-G7JW7TFX.js.map
38
+ //# sourceMappingURL=setup-command-J7P6DIFV.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.154.2",
3
+ "version": "2.155.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",
@@ -59,17 +59,17 @@
59
59
  "node": ">=22.0.0"
60
60
  },
61
61
  "optionalDependencies": {
62
- "@atproto/api": "^0.20.15"
62
+ "@atproto/api": "^0.20.25"
63
63
  },
64
64
  "dependencies": {
65
- "@anthropic-ai/sdk": "^0.104.1",
65
+ "@anthropic-ai/sdk": "^0.110.0",
66
66
  "@google/genai": "^1.52.0",
67
67
  "@modelcontextprotocol/sdk": "^1.29.0",
68
- "better-sqlite3": "^12.10.1",
68
+ "better-sqlite3": "^12.11.1",
69
69
  "jsonc-parser": "^3.3.1",
70
70
  "ollama": "^0.6.3",
71
- "openai": "^6.42.0",
72
- "semver": "^7.8.4",
71
+ "openai": "^6.45.0",
72
+ "semver": "^7.8.5",
73
73
  "tiktoken": "^1.0.22",
74
74
  "ts-morph": "^27.0.2",
75
75
  "typescript": "^6.0.3",
@@ -77,13 +77,13 @@
77
77
  "zod": "^4.4.3"
78
78
  },
79
79
  "devDependencies": {
80
- "@ai-sdk/anthropic": "^3.0.84",
81
- "@ai-sdk/google": "^3.0.82",
82
- "@ai-sdk/openai": "^3.0.71",
80
+ "@ai-sdk/anthropic": "^3.0.92",
81
+ "@ai-sdk/google": "^3.0.88",
82
+ "@ai-sdk/openai": "^3.0.80",
83
83
  "@types/better-sqlite3": "^7.6.13",
84
84
  "@types/semver": "^7.7.1",
85
85
  "@vitest/coverage-v8": "4.1.9",
86
- "ai": "^6.0.205",
86
+ "ai": "^6.0.219",
87
87
  "fast-check": "^4.8.0",
88
88
  "tsup": "^8.5.1",
89
89
  "typedoc": "0.28.19",