nexus-agents 2.87.0 → 2.87.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.
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-T24NPT4A.js";
11
+ } from "./chunk-ISWYUTXP.js";
12
12
  import {
13
13
  probeAllClis
14
14
  } from "./chunk-RTAIMK6P.js";
@@ -1987,4 +1987,4 @@ export {
1987
1987
  setupCommand,
1988
1988
  setupCommandAsync
1989
1989
  };
1990
- //# sourceMappingURL=chunk-L5VGKYYI.js.map
1990
+ //# sourceMappingURL=chunk-GLYXWXOR.js.map
@@ -40,7 +40,7 @@ import {
40
40
  } from "./chunk-2WCYG75B.js";
41
41
 
42
42
  // src/version.ts
43
- var VERSION = true ? "2.87.0" : "dev";
43
+ var VERSION = true ? "2.87.1" : "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-XHNWXAPF.js");
2099
+ const { runSetup } = await import("./setup-command-NYCED2OA.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-T24NPT4A.js.map
2211
+ //# sourceMappingURL=chunk-ISWYUTXP.js.map
@@ -82,7 +82,7 @@ import {
82
82
  DEFAULT_TASK_TTL_MS,
83
83
  DEFAULT_TOOL_RATE_LIMITS,
84
84
  clampTaskTtl
85
- } from "./chunk-T24NPT4A.js";
85
+ } from "./chunk-ISWYUTXP.js";
86
86
  import {
87
87
  getAvailabilityCache,
88
88
  resolveFallback
@@ -51639,4 +51639,4 @@ export {
51639
51639
  detectBackend,
51640
51640
  createTaskTracker
51641
51641
  };
51642
- //# sourceMappingURL=chunk-6NKQ5QX4.js.map
51642
+ //# sourceMappingURL=chunk-QDGD5FVT.js.map
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import {
22
22
  import {
23
23
  setupCommandAsync,
24
24
  verifyCommand
25
- } from "./chunk-L5VGKYYI.js";
25
+ } from "./chunk-GLYXWXOR.js";
26
26
  import "./chunk-Z5BAZS6F.js";
27
27
  import {
28
28
  AuthHandler,
@@ -162,7 +162,7 @@ import {
162
162
  validateCommand,
163
163
  validateWorkflow,
164
164
  wrapInMarkdownFence
165
- } from "./chunk-6NKQ5QX4.js";
165
+ } from "./chunk-QDGD5FVT.js";
166
166
  import {
167
167
  resolveToken
168
168
  } from "./chunk-ZMERLMEP.js";
@@ -235,7 +235,7 @@ import {
235
235
  loadConfig,
236
236
  runDoctor,
237
237
  validateNexusEnv
238
- } from "./chunk-T24NPT4A.js";
238
+ } from "./chunk-ISWYUTXP.js";
239
239
  import "./chunk-4S5GY2MF.js";
240
240
  import "./chunk-FOG7PMGM.js";
241
241
  import {
package/dist/index.js CHANGED
@@ -519,7 +519,7 @@ import {
519
519
  validateWorkflow,
520
520
  validateWorkflowDependencies,
521
521
  withLogging
522
- } from "./chunk-6NKQ5QX4.js";
522
+ } from "./chunk-QDGD5FVT.js";
523
523
  import {
524
524
  getTokenEnvVars,
525
525
  hasToken,
@@ -737,7 +737,7 @@ import {
737
737
  getKnownNexusVarNames,
738
738
  startStdioServer,
739
739
  validateNexusEnv
740
- } from "./chunk-T24NPT4A.js";
740
+ } from "./chunk-ISWYUTXP.js";
741
741
  import {
742
742
  AvailabilityCache,
743
743
  filterAvailableModels,
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-L5VGKYYI.js";
11
+ } from "./chunk-GLYXWXOR.js";
12
12
  import "./chunk-Z5BAZS6F.js";
13
- import "./chunk-T24NPT4A.js";
13
+ import "./chunk-ISWYUTXP.js";
14
14
  import "./chunk-4S5GY2MF.js";
15
15
  import "./chunk-FOG7PMGM.js";
16
16
  import "./chunk-25AQZKMN.js";
@@ -34,4 +34,4 @@ export {
34
34
  setupCommand,
35
35
  setupCommandAsync
36
36
  };
37
- //# sourceMappingURL=setup-command-XHNWXAPF.js.map
37
+ //# sourceMappingURL=setup-command-NYCED2OA.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.87.0",
3
+ "version": "2.87.1",
4
4
  "description": "Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus",
5
5
  "mcpName": "io.github.nexus-substrate/nexus-agents",
6
6
  "license": "MIT",