nexus-agents 2.101.2 → 2.101.4
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-JLPKIRGI.js → chunk-5O5OEZA3.js} +2 -2
- 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-CVY7AQVJ.js → chunk-MS7MVJ6Y.js} +3 -3
- package/dist/{chunk-OI6WKPEE.js → chunk-YGGTSTYA.js} +4 -4
- package/dist/cli.js +56 -7
- package/dist/cli.js.map +1 -1
- 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-33WQNBL7.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-JLPKIRGI.js.map → chunk-5O5OEZA3.js.map} +0 -0
- /package/dist/{chunk-CVY7AQVJ.js.map → chunk-MS7MVJ6Y.js.map} +0 -0
- /package/dist/{chunk-OI6WKPEE.js.map → chunk-YGGTSTYA.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-33WQNBL7.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
checkSqlite,
|
|
9
9
|
defaultConfig,
|
|
10
10
|
initDataDirectories
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-MS7MVJ6Y.js";
|
|
12
12
|
import {
|
|
13
13
|
probeAllClis
|
|
14
14
|
} from "./chunk-3GF52QPA.js";
|
|
@@ -1987,4 +1987,4 @@ export {
|
|
|
1987
1987
|
setupCommand,
|
|
1988
1988
|
setupCommandAsync
|
|
1989
1989
|
};
|
|
1990
|
-
//# sourceMappingURL=chunk-
|
|
1990
|
+
//# sourceMappingURL=chunk-5O5OEZA3.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
|