nexus-agents 2.101.2 → 2.101.3
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-CVY7AQVJ.js → chunk-4JP6GACK.js} +3 -3
- package/dist/{chunk-2ETX4XQW.js → chunk-CYG62BXB.js} +7 -1
- package/dist/{chunk-2ETX4XQW.js.map → chunk-CYG62BXB.js.map} +1 -1
- package/dist/{chunk-JLPKIRGI.js → chunk-NOVS52US.js} +2 -2
- package/dist/{chunk-OI6WKPEE.js → chunk-PHBPUEFM.js} +4 -4
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-F5FEDUSU.js → consensus-vote-IYYFI2P5.js} +2 -2
- package/dist/index.d.ts +180 -1
- package/dist/index.js +12 -4
- package/dist/index.js.map +1 -1
- package/dist/{setup-command-FHYUWUIE.js → setup-command-7O7VOMTI.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-CVY7AQVJ.js.map → chunk-4JP6GACK.js.map} +0 -0
- /package/dist/{chunk-JLPKIRGI.js.map → chunk-NOVS52US.js.map} +0 -0
- /package/dist/{chunk-OI6WKPEE.js.map → chunk-PHBPUEFM.js.map} +0 -0
- /package/dist/{consensus-vote-F5FEDUSU.js.map → consensus-vote-IYYFI2P5.js.map} +0 -0
- /package/dist/{setup-command-FHYUWUIE.js.map → setup-command-7O7VOMTI.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.101.
|
|
43
|
+
var VERSION = true ? "2.101.3" : "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-7O7VOMTI.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-4JP6GACK.js.map
|
|
@@ -2052,6 +2052,10 @@ function getGlobalRegistry(config) {
|
|
|
2052
2052
|
}
|
|
2053
2053
|
return globalRegistry;
|
|
2054
2054
|
}
|
|
2055
|
+
function resetGlobalRegistry() {
|
|
2056
|
+
globalRegistry?.dispose();
|
|
2057
|
+
globalRegistry = void 0;
|
|
2058
|
+
}
|
|
2055
2059
|
|
|
2056
2060
|
// src/cli-adapters/codex-limits.ts
|
|
2057
2061
|
var CODEX_DEFAULT_MAX_THREADS = 6;
|
|
@@ -7407,8 +7411,10 @@ export {
|
|
|
7407
7411
|
EventTopics,
|
|
7408
7412
|
withModelNotFoundFallback,
|
|
7409
7413
|
wrapResilientWithFallback,
|
|
7414
|
+
UnifiedAdapterRegistry,
|
|
7410
7415
|
createUnifiedRegistry,
|
|
7411
7416
|
getGlobalRegistry,
|
|
7417
|
+
resetGlobalRegistry,
|
|
7412
7418
|
PersistentOutcomeStore,
|
|
7413
7419
|
JobStatusSchema,
|
|
7414
7420
|
writeJobPending,
|
|
@@ -7492,4 +7498,4 @@ export {
|
|
|
7492
7498
|
CONSENSUS_VOTE_OUTPUT_SCHEMA,
|
|
7493
7499
|
registerConsensusVoteTool
|
|
7494
7500
|
};
|
|
7495
|
-
//# sourceMappingURL=chunk-
|
|
7501
|
+
//# sourceMappingURL=chunk-CYG62BXB.js.map
|