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.
@@ -8,7 +8,7 @@ import {
8
8
  checkSqlite,
9
9
  defaultConfig,
10
10
  initDataDirectories
11
- } from "./chunk-CVY7AQVJ.js";
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-JLPKIRGI.js.map
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-2ETX4XQW.js.map
7501
+ //# sourceMappingURL=chunk-CYG62BXB.js.map