nexus-agents 2.77.5 → 2.77.7

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-5N7JBWAD.js";
11
+ } from "./chunk-SWHR4ELI.js";
12
12
  import {
13
13
  probeAllClis
14
14
  } from "./chunk-MV4R2ZIJ.js";
@@ -1948,4 +1948,4 @@ export {
1948
1948
  setupCommand,
1949
1949
  setupCommandAsync
1950
1950
  };
1951
- //# sourceMappingURL=chunk-QIDO6VPO.js.map
1951
+ //# sourceMappingURL=chunk-ECXDPT3L.js.map
@@ -40,7 +40,7 @@ import {
40
40
  } from "./chunk-GOT7OAL5.js";
41
41
 
42
42
  // src/version.ts
43
- var VERSION = true ? "2.77.5" : "dev";
43
+ var VERSION = true ? "2.77.7" : "dev";
44
44
 
45
45
  // src/config/schemas-core.ts
46
46
  import { z } from "zod";
@@ -2121,7 +2121,7 @@ async function runDoctorFix(result) {
2121
2121
  writeLine2("\u2500".repeat(40));
2122
2122
  let fixCount = 0;
2123
2123
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2124
- const { runSetup } = await import("./setup-command-4S7MPK4F.js");
2124
+ const { runSetup } = await import("./setup-command-F747NURA.js");
2125
2125
  const setupResult = runSetup({
2126
2126
  skipMcp: true,
2127
2127
  skipRules: true,
@@ -2231,4 +2231,4 @@ export {
2231
2231
  startStdioServer,
2232
2232
  closeServer
2233
2233
  };
2234
- //# sourceMappingURL=chunk-5N7JBWAD.js.map
2234
+ //# sourceMappingURL=chunk-SWHR4ELI.js.map
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import {
22
22
  import {
23
23
  setupCommandAsync,
24
24
  verifyCommand
25
- } from "./chunk-QIDO6VPO.js";
25
+ } from "./chunk-ECXDPT3L.js";
26
26
  import "./chunk-CM3TORGV.js";
27
27
  import {
28
28
  AuthHandler,
@@ -152,7 +152,7 @@ import {
152
152
  validateCommand,
153
153
  validateWorkflow,
154
154
  wrapInMarkdownFence
155
- } from "./chunk-NQRC7QQL.js";
155
+ } from "./chunk-5NYGTBGE.js";
156
156
  import "./chunk-ED6VQWNG.js";
157
157
  import {
158
158
  resolveToken
@@ -215,7 +215,7 @@ import {
215
215
  loadConfig,
216
216
  runDoctor,
217
217
  validateNexusEnv
218
- } from "./chunk-5N7JBWAD.js";
218
+ } from "./chunk-SWHR4ELI.js";
219
219
  import "./chunk-5WHWKY32.js";
220
220
  import {
221
221
  DEFAULTS
package/dist/index.js CHANGED
@@ -518,7 +518,7 @@ import {
518
518
  validateWorkflow,
519
519
  validateWorkflowDependencies,
520
520
  withLogging
521
- } from "./chunk-NQRC7QQL.js";
521
+ } from "./chunk-5NYGTBGE.js";
522
522
  import {
523
523
  SharedMemoryStore
524
524
  } from "./chunk-ED6VQWNG.js";
@@ -738,7 +738,7 @@ import {
738
738
  resolveFallback,
739
739
  startStdioServer,
740
740
  validateNexusEnv
741
- } from "./chunk-5N7JBWAD.js";
741
+ } from "./chunk-SWHR4ELI.js";
742
742
  import {
743
743
  AvailableModelsCache,
744
744
  getDefaultAvailableModelsCache,
@@ -7,9 +7,9 @@ import {
7
7
  runWizard,
8
8
  setupCommand,
9
9
  setupCommandAsync
10
- } from "./chunk-QIDO6VPO.js";
10
+ } from "./chunk-ECXDPT3L.js";
11
11
  import "./chunk-CM3TORGV.js";
12
- import "./chunk-5N7JBWAD.js";
12
+ import "./chunk-SWHR4ELI.js";
13
13
  import "./chunk-5WHWKY32.js";
14
14
  import "./chunk-YQMQSJQK.js";
15
15
  import "./chunk-NUBSJGQZ.js";
@@ -31,4 +31,4 @@ export {
31
31
  setupCommand,
32
32
  setupCommandAsync
33
33
  };
34
- //# sourceMappingURL=setup-command-4S7MPK4F.js.map
34
+ //# sourceMappingURL=setup-command-F747NURA.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.77.5",
3
+ "version": "2.77.7",
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.williamzujkowski/nexus-agents",
6
6
  "license": "MIT",