nexus-agents 3.2.0 → 3.2.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.
- package/dist/{chunk-OJVNSOZZ.js → chunk-5HG2M5CP.js} +3 -3
- package/dist/{chunk-NFFGQZQ2.js → chunk-SDVDWM3C.js} +2 -2
- package/dist/{chunk-TE37WUAC.js → chunk-WKJWUK67.js} +2 -2
- package/dist/cli.js +4 -4
- package/dist/{dist-CYRF4S6L.js → dist-CYOEQXUU.js} +420 -424
- package/dist/{dist-CYRF4S6L.js.map → dist-CYOEQXUU.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{setup-command-T6OHZYMY.js → setup-command-NPGRBUWK.js} +3 -3
- package/package.json +6 -6
- /package/dist/{chunk-OJVNSOZZ.js.map → chunk-5HG2M5CP.js.map} +0 -0
- /package/dist/{chunk-NFFGQZQ2.js.map → chunk-SDVDWM3C.js.map} +0 -0
- /package/dist/{chunk-TE37WUAC.js.map → chunk-WKJWUK67.js.map} +0 -0
- /package/dist/{setup-command-T6OHZYMY.js.map → setup-command-NPGRBUWK.js.map} +0 -0
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
} from "./chunk-OQLFRJCW.js";
|
|
47
47
|
|
|
48
48
|
// src/version.ts
|
|
49
|
-
var VERSION = true ? "3.2.
|
|
49
|
+
var VERSION = true ? "3.2.2" : "dev";
|
|
50
50
|
|
|
51
51
|
// src/config/schemas-core.ts
|
|
52
52
|
import { z } from "zod";
|
|
@@ -2188,7 +2188,7 @@ async function runDoctorFix(result) {
|
|
|
2188
2188
|
writeLine2("\u2500".repeat(40));
|
|
2189
2189
|
let fixCount = 0;
|
|
2190
2190
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2191
|
-
const { runSetup } = await import("./setup-command-
|
|
2191
|
+
const { runSetup } = await import("./setup-command-NPGRBUWK.js");
|
|
2192
2192
|
const setupResult = runSetup({
|
|
2193
2193
|
skipMcp: true,
|
|
2194
2194
|
skipRules: true,
|
|
@@ -2301,4 +2301,4 @@ export {
|
|
|
2301
2301
|
startStdioServer,
|
|
2302
2302
|
closeServer
|
|
2303
2303
|
};
|
|
2304
|
-
//# sourceMappingURL=chunk-
|
|
2304
|
+
//# sourceMappingURL=chunk-5HG2M5CP.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-5HG2M5CP.js";
|
|
12
12
|
import {
|
|
13
13
|
BUILT_IN_EXPERTS
|
|
14
14
|
} from "./chunk-YPNQPT2F.js";
|
|
@@ -2001,4 +2001,4 @@ export {
|
|
|
2001
2001
|
setupCommand,
|
|
2002
2002
|
setupCommandAsync
|
|
2003
2003
|
};
|
|
2004
|
-
//# sourceMappingURL=chunk-
|
|
2004
|
+
//# sourceMappingURL=chunk-SDVDWM3C.js.map
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
DEFAULT_TASK_TTL_MS,
|
|
22
22
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
23
23
|
clampTaskTtl
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-5HG2M5CP.js";
|
|
25
25
|
import {
|
|
26
26
|
executeExpert
|
|
27
27
|
} from "./chunk-EL62KWUE.js";
|
|
@@ -54166,4 +54166,4 @@ export {
|
|
|
54166
54166
|
shutdownFeedbackSubscriber,
|
|
54167
54167
|
createEventBusBridge
|
|
54168
54168
|
};
|
|
54169
|
-
//# sourceMappingURL=chunk-
|
|
54169
|
+
//# sourceMappingURL=chunk-WKJWUK67.js.map
|
package/dist/cli.js
CHANGED
|
@@ -18,7 +18,7 @@ import "./chunk-OVAO5IMR.js";
|
|
|
18
18
|
import {
|
|
19
19
|
setupCommandAsync,
|
|
20
20
|
verifyCommand
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-SDVDWM3C.js";
|
|
22
22
|
import "./chunk-43YJRZZW.js";
|
|
23
23
|
import {
|
|
24
24
|
AuthHandler,
|
|
@@ -139,7 +139,7 @@ import {
|
|
|
139
139
|
validateCommand,
|
|
140
140
|
validateWorkflow,
|
|
141
141
|
wrapInMarkdownFence
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-WKJWUK67.js";
|
|
143
143
|
import "./chunk-ENZ3IWEM.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-
|
|
169
|
+
} from "./chunk-5HG2M5CP.js";
|
|
170
170
|
import {
|
|
171
171
|
buildOpenAICompatAdapters,
|
|
172
172
|
readOpenAICompatEnv
|
|
@@ -15114,7 +15114,7 @@ function getBlueskyConfig() {
|
|
|
15114
15114
|
}
|
|
15115
15115
|
async function loadAtproto() {
|
|
15116
15116
|
try {
|
|
15117
|
-
const mod = await import("./dist-
|
|
15117
|
+
const mod = await import("./dist-CYOEQXUU.js");
|
|
15118
15118
|
return { AtpAgent: mod.AtpAgent, RichText: mod.RichText };
|
|
15119
15119
|
} catch {
|
|
15120
15120
|
return void 0;
|