nexus-agents 2.171.0 → 2.172.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.
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-E53VLN73.js";
11
+ } from "./chunk-YKVO32BI.js";
12
12
  import {
13
13
  BUILT_IN_EXPERTS
14
14
  } from "./chunk-ZM4O442V.js";
@@ -2001,4 +2001,4 @@ export {
2001
2001
  setupCommand,
2002
2002
  setupCommandAsync
2003
2003
  };
2004
- //# sourceMappingURL=chunk-PP5QL4EJ.js.map
2004
+ //# sourceMappingURL=chunk-NSP3SZW2.js.map
@@ -46,7 +46,7 @@ import {
46
46
  } from "./chunk-DHVMSIT5.js";
47
47
 
48
48
  // src/version.ts
49
- var VERSION = true ? "2.171.0" : "dev";
49
+ var VERSION = true ? "2.172.0" : "dev";
50
50
 
51
51
  // src/config/schemas-core.ts
52
52
  import { z } from "zod";
@@ -2182,7 +2182,7 @@ async function runDoctorFix(result) {
2182
2182
  writeLine2("\u2500".repeat(40));
2183
2183
  let fixCount = 0;
2184
2184
  if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
2185
- const { runSetup } = await import("./setup-command-IRW76CNQ.js");
2185
+ const { runSetup } = await import("./setup-command-7S744QHK.js");
2186
2186
  const setupResult = runSetup({
2187
2187
  skipMcp: true,
2188
2188
  skipRules: true,
@@ -2295,4 +2295,4 @@ export {
2295
2295
  startStdioServer,
2296
2296
  closeServer
2297
2297
  };
2298
- //# sourceMappingURL=chunk-E53VLN73.js.map
2298
+ //# sourceMappingURL=chunk-YKVO32BI.js.map
package/dist/cli.js CHANGED
@@ -18,7 +18,7 @@ import "./chunk-FU2FRL46.js";
18
18
  import {
19
19
  setupCommandAsync,
20
20
  verifyCommand
21
- } from "./chunk-PP5QL4EJ.js";
21
+ } from "./chunk-NSP3SZW2.js";
22
22
  import "./chunk-S66XOAMZ.js";
23
23
  import {
24
24
  AuthHandler,
@@ -139,7 +139,7 @@ import {
139
139
  validateCommand,
140
140
  validateWorkflow,
141
141
  wrapInMarkdownFence
142
- } from "./chunk-YIQ5Z7LV.js";
142
+ } from "./chunk-C7TWCMK4.js";
143
143
  import "./chunk-B4XT3B2E.js";
144
144
  import "./chunk-HFOQKCD2.js";
145
145
  import "./chunk-YF35FKKD.js";
@@ -166,7 +166,7 @@ import {
166
166
  loadConfig,
167
167
  runDoctor,
168
168
  validateNexusEnv
169
- } from "./chunk-E53VLN73.js";
169
+ } from "./chunk-YKVO32BI.js";
170
170
  import {
171
171
  buildOpenAICompatAdapters,
172
172
  readOpenAICompatEnv
@@ -15039,7 +15039,7 @@ function getBlueskyConfig() {
15039
15039
  }
15040
15040
  async function loadAtproto() {
15041
15041
  try {
15042
- const mod = await import("./dist-UFU426AX.js");
15042
+ const mod = await import("./dist-BNKMVSO2.js");
15043
15043
  return { AtpAgent: mod.AtpAgent, RichText: mod.RichText };
15044
15044
  } catch {
15045
15045
  return void 0;