nexus-agents 2.81.0 → 2.81.2

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.
@@ -40,7 +40,7 @@ import {
40
40
  } from "./chunk-I2HMWH4R.js";
41
41
 
42
42
  // src/version.ts
43
- var VERSION = true ? "2.81.0" : "dev";
43
+ var VERSION = true ? "2.81.2" : "dev";
44
44
 
45
45
  // src/config/schemas-core.ts
46
46
  import { z } from "zod";
@@ -2107,7 +2107,7 @@ async function runDoctorFix(result) {
2107
2107
  writeLine2("\u2500".repeat(40));
2108
2108
  let fixCount = 0;
2109
2109
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2110
- const { runSetup } = await import("./setup-command-RC4ZBQ2V.js");
2110
+ const { runSetup } = await import("./setup-command-JBTK3LGD.js");
2111
2111
  const setupResult = runSetup({
2112
2112
  skipMcp: true,
2113
2113
  skipRules: true,
@@ -2219,4 +2219,4 @@ export {
2219
2219
  startStdioServer,
2220
2220
  closeServer
2221
2221
  };
2222
- //# sourceMappingURL=chunk-VOFTCWSI.js.map
2222
+ //# sourceMappingURL=chunk-6KO6LO3L.js.map
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-VOFTCWSI.js";
11
+ } from "./chunk-6KO6LO3L.js";
12
12
  import {
13
13
  probeAllClis
14
14
  } from "./chunk-BMNWUPJO.js";
@@ -1974,4 +1974,4 @@ export {
1974
1974
  setupCommand,
1975
1975
  setupCommandAsync
1976
1976
  };
1977
- //# sourceMappingURL=chunk-KL23OVEU.js.map
1977
+ //# sourceMappingURL=chunk-MRCURXAX.js.map
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import {
22
22
  import {
23
23
  setupCommandAsync,
24
24
  verifyCommand
25
- } from "./chunk-KL23OVEU.js";
25
+ } from "./chunk-MRCURXAX.js";
26
26
  import "./chunk-6YQCLEHL.js";
27
27
  import {
28
28
  AuthHandler,
@@ -153,7 +153,7 @@ import {
153
153
  validateCommand,
154
154
  validateWorkflow,
155
155
  wrapInMarkdownFence
156
- } from "./chunk-DQW2PQU3.js";
156
+ } from "./chunk-37ZXD5B6.js";
157
157
  import "./chunk-AP2FD37C.js";
158
158
  import "./chunk-ED6VQWNG.js";
159
159
  import {
@@ -226,7 +226,7 @@ import {
226
226
  loadConfig,
227
227
  runDoctor,
228
228
  validateNexusEnv
229
- } from "./chunk-VOFTCWSI.js";
229
+ } from "./chunk-6KO6LO3L.js";
230
230
  import "./chunk-WZGCVCRQ.js";
231
231
  import "./chunk-73K7575Z.js";
232
232
  import {
package/dist/index.js CHANGED
@@ -518,7 +518,7 @@ import {
518
518
  validateWorkflow,
519
519
  validateWorkflowDependencies,
520
520
  withLogging
521
- } from "./chunk-DQW2PQU3.js";
521
+ } from "./chunk-37ZXD5B6.js";
522
522
  import "./chunk-AP2FD37C.js";
523
523
  import {
524
524
  SharedMemoryStore
@@ -742,7 +742,7 @@ import {
742
742
  getKnownNexusVarNames,
743
743
  startStdioServer,
744
744
  validateNexusEnv
745
- } from "./chunk-VOFTCWSI.js";
745
+ } from "./chunk-6KO6LO3L.js";
746
746
  import {
747
747
  AvailabilityCache,
748
748
  filterAvailableModels,
@@ -8,9 +8,9 @@ import {
8
8
  runWizard,
9
9
  setupCommand,
10
10
  setupCommandAsync
11
- } from "./chunk-KL23OVEU.js";
11
+ } from "./chunk-MRCURXAX.js";
12
12
  import "./chunk-6YQCLEHL.js";
13
- import "./chunk-VOFTCWSI.js";
13
+ import "./chunk-6KO6LO3L.js";
14
14
  import "./chunk-WZGCVCRQ.js";
15
15
  import "./chunk-73K7575Z.js";
16
16
  import "./chunk-V2KWEIV5.js";
@@ -33,4 +33,4 @@ export {
33
33
  setupCommand,
34
34
  setupCommandAsync
35
35
  };
36
- //# sourceMappingURL=setup-command-RC4ZBQ2V.js.map
36
+ //# sourceMappingURL=setup-command-JBTK3LGD.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.81.0",
3
+ "version": "2.81.2",
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",