nexus-agents 2.46.0 → 2.47.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.
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  import "./chunk-YDCRFMFQ.js";
16
16
  import {
17
17
  setupCommandAsync
18
- } from "./chunk-KCOGC24K.js";
18
+ } from "./chunk-HCFJ7NMT.js";
19
19
  import "./chunk-MWLAUEG5.js";
20
20
  import {
21
21
  AuthHandler,
@@ -151,7 +151,7 @@ import {
151
151
  validateNexusEnv,
152
152
  validateWorkflow,
153
153
  wrapInMarkdownFence
154
- } from "./chunk-GVK2Z7PV.js";
154
+ } from "./chunk-ZGKZIEUM.js";
155
155
  import {
156
156
  resolveToken
157
157
  } from "./chunk-QFDXRHNX.js";
@@ -201,7 +201,7 @@ import {
201
201
  doctorCommand,
202
202
  initDataDirectories,
203
203
  runDoctor
204
- } from "./chunk-5Y7QBD2H.js";
204
+ } from "./chunk-3YYS74BL.js";
205
205
  import "./chunk-ULDKSIS7.js";
206
206
  import {
207
207
  MemoryError
package/dist/index.js CHANGED
@@ -656,7 +656,7 @@ import {
656
656
  validateWorkflowDependencies,
657
657
  withLogging,
658
658
  writePredictions
659
- } from "./chunk-GVK2Z7PV.js";
659
+ } from "./chunk-ZGKZIEUM.js";
660
660
  import {
661
661
  getTokenEnvVars,
662
662
  hasToken,
@@ -851,7 +851,7 @@ import {
851
851
  connectTransport,
852
852
  createServer,
853
853
  startStdioServer
854
- } from "./chunk-5Y7QBD2H.js";
854
+ } from "./chunk-3YYS74BL.js";
855
855
  import "./chunk-ULDKSIS7.js";
856
856
  import {
857
857
  MemoryError
@@ -7,9 +7,9 @@ import {
7
7
  runWizard,
8
8
  setupCommand,
9
9
  setupCommandAsync
10
- } from "./chunk-KCOGC24K.js";
10
+ } from "./chunk-HCFJ7NMT.js";
11
11
  import "./chunk-MWLAUEG5.js";
12
- import "./chunk-5Y7QBD2H.js";
12
+ import "./chunk-3YYS74BL.js";
13
13
  import "./chunk-633WH2ML.js";
14
14
  import "./chunk-XXHVHW4K.js";
15
15
  import "./chunk-5XX5ROV6.js";
@@ -26,4 +26,4 @@ export {
26
26
  setupCommand,
27
27
  setupCommandAsync
28
28
  };
29
- //# sourceMappingURL=setup-command-OF4QXTBF.js.map
29
+ //# sourceMappingURL=setup-command-CRBMRREJ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-agents",
3
- "version": "2.46.0",
3
+ "version": "2.47.0",
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",