nexus-agents 2.100.0 → 2.100.1
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-BFN7RO3R.js → chunk-GEXFJOLK.js} +3 -3
- package/dist/{chunk-FU2AMASK.js → chunk-NZC5NLUD.js} +2 -2
- package/dist/{chunk-B364VMMP.js → chunk-VXNN3JKU.js} +2 -2
- package/dist/cli.js +5 -5
- package/dist/{dist-75MXB4R3.js → dist-NGFMLKZR.js} +2232 -1558
- package/dist/dist-NGFMLKZR.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/{registry-command-AX7Z4K4W.js → registry-command-5L7I44JA.js} +31 -8
- package/dist/registry-command-5L7I44JA.js.map +1 -0
- package/dist/{setup-command-RRBGCIBW.js → setup-command-COISAIOH.js} +3 -3
- package/package.json +10 -10
- package/dist/dist-75MXB4R3.js.map +0 -1
- package/dist/registry-command-AX7Z4K4W.js.map +0 -1
- /package/dist/{chunk-BFN7RO3R.js.map → chunk-GEXFJOLK.js.map} +0 -0
- /package/dist/{chunk-FU2AMASK.js.map → chunk-NZC5NLUD.js.map} +0 -0
- /package/dist/{chunk-B364VMMP.js.map → chunk-VXNN3JKU.js.map} +0 -0
- /package/dist/{setup-command-RRBGCIBW.js.map → setup-command-COISAIOH.js.map} +0 -0
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
} from "./chunk-CH7QIDHQ.js";
|
|
41
41
|
|
|
42
42
|
// src/version.ts
|
|
43
|
-
var VERSION = true ? "2.100.
|
|
43
|
+
var VERSION = true ? "2.100.1" : "dev";
|
|
44
44
|
|
|
45
45
|
// src/config/schemas-core.ts
|
|
46
46
|
import { z } from "zod";
|
|
@@ -2096,7 +2096,7 @@ async function runDoctorFix(result) {
|
|
|
2096
2096
|
writeLine2("\u2500".repeat(40));
|
|
2097
2097
|
let fixCount = 0;
|
|
2098
2098
|
if (!result.dataDirectory.rootExists || result.dataDirectory.subdirectories.some((d) => !d.exists || !d.writable)) {
|
|
2099
|
-
const { runSetup } = await import("./setup-command-
|
|
2099
|
+
const { runSetup } = await import("./setup-command-COISAIOH.js");
|
|
2100
2100
|
const setupResult = runSetup({
|
|
2101
2101
|
skipMcp: true,
|
|
2102
2102
|
skipRules: true,
|
|
@@ -2208,4 +2208,4 @@ export {
|
|
|
2208
2208
|
startStdioServer,
|
|
2209
2209
|
closeServer
|
|
2210
2210
|
};
|
|
2211
|
-
//# sourceMappingURL=chunk-
|
|
2211
|
+
//# sourceMappingURL=chunk-GEXFJOLK.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-GEXFJOLK.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-P453545L.js";
|
|
@@ -1987,4 +1987,4 @@ export {
|
|
|
1987
1987
|
setupCommand,
|
|
1988
1988
|
setupCommandAsync
|
|
1989
1989
|
};
|
|
1990
|
-
//# sourceMappingURL=chunk-
|
|
1990
|
+
//# sourceMappingURL=chunk-NZC5NLUD.js.map
|
|
@@ -92,7 +92,7 @@ import {
|
|
|
92
92
|
DEFAULT_TASK_TTL_MS,
|
|
93
93
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
94
94
|
clampTaskTtl
|
|
95
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-GEXFJOLK.js";
|
|
96
96
|
import {
|
|
97
97
|
getAvailabilityCache,
|
|
98
98
|
getCliForModelId,
|
|
@@ -51142,4 +51142,4 @@ export {
|
|
|
51142
51142
|
detectBackend,
|
|
51143
51143
|
createTaskTracker
|
|
51144
51144
|
};
|
|
51145
|
-
//# sourceMappingURL=chunk-
|
|
51145
|
+
//# sourceMappingURL=chunk-VXNN3JKU.js.map
|
package/dist/cli.js
CHANGED
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
import {
|
|
25
25
|
setupCommandAsync,
|
|
26
26
|
verifyCommand
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-NZC5NLUD.js";
|
|
28
28
|
import "./chunk-HFNHJZOK.js";
|
|
29
29
|
import {
|
|
30
30
|
AuthHandler,
|
|
@@ -164,7 +164,7 @@ import {
|
|
|
164
164
|
validateCommand,
|
|
165
165
|
validateWorkflow,
|
|
166
166
|
wrapInMarkdownFence
|
|
167
|
-
} from "./chunk-
|
|
167
|
+
} from "./chunk-VXNN3JKU.js";
|
|
168
168
|
import "./chunk-3ACDP4E6.js";
|
|
169
169
|
import {
|
|
170
170
|
resolveToken
|
|
@@ -249,7 +249,7 @@ import {
|
|
|
249
249
|
loadConfig,
|
|
250
250
|
runDoctor,
|
|
251
251
|
validateNexusEnv
|
|
252
|
-
} from "./chunk-
|
|
252
|
+
} from "./chunk-GEXFJOLK.js";
|
|
253
253
|
import "./chunk-HBZUXO4Q.js";
|
|
254
254
|
import "./chunk-CJODZY4U.js";
|
|
255
255
|
import {
|
|
@@ -14660,7 +14660,7 @@ function getBlueskyConfig() {
|
|
|
14660
14660
|
}
|
|
14661
14661
|
async function loadAtproto() {
|
|
14662
14662
|
try {
|
|
14663
|
-
const mod = await import("./dist-
|
|
14663
|
+
const mod = await import("./dist-NGFMLKZR.js");
|
|
14664
14664
|
return { AtpAgent: mod.AtpAgent, RichText: mod.RichText };
|
|
14665
14665
|
} catch {
|
|
14666
14666
|
return void 0;
|
|
@@ -20374,7 +20374,7 @@ async function handleResearchCommand(args) {
|
|
|
20374
20374
|
}
|
|
20375
20375
|
}
|
|
20376
20376
|
async function handleRegistryCommand(args) {
|
|
20377
|
-
const { registryCommand, isValidRegistrySubcommand, formatRegistryUsage } = await import("./registry-command-
|
|
20377
|
+
const { registryCommand, isValidRegistrySubcommand, formatRegistryUsage } = await import("./registry-command-5L7I44JA.js");
|
|
20378
20378
|
const subcommand = args.subcommand;
|
|
20379
20379
|
if (!isValidRegistrySubcommand(subcommand)) {
|
|
20380
20380
|
process.stdout.write(`${formatRegistryUsage()}
|