@caupulican/pi-adaptative 0.80.25 → 0.80.26

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/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [Unreleased]
2
+
1
3
  ## [0.80.25] - 2026-06-14
2
4
 
3
5
  ### Fixed
@@ -510,6 +510,9 @@ export declare class AgentSession {
510
510
  private _refreshCurrentModelFromRegistry;
511
511
  private _bindExtensionCore;
512
512
  private _refreshToolRegistry;
513
+ private _createReloadRuntimeSnapshot;
514
+ private _restoreReloadRuntimeSnapshot;
515
+ private _doctorReloadRuntime;
513
516
  private _buildRuntime;
514
517
  reload(): Promise<void>;
515
518
  private _isNonRetryableProviderLimitError;