@caupulican/pi-adaptative 0.80.51 → 0.80.53

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,7 @@
1
+ ## [0.80.53] - 2026-06-27
2
+
3
+ ## [0.80.52] - 2026-06-26
4
+
1
5
  ## [0.80.51] - 2026-06-26
2
6
 
3
7
  ## [0.80.50] - 2026-06-26
@@ -532,6 +532,12 @@ export declare class AgentSession {
532
532
  private _applyExtensionBindings;
533
533
  private _refreshCurrentModelFromRegistry;
534
534
  private _bindExtensionCore;
535
+ /**
536
+ * Resolve the active resource-profile tool allow/block filter from current settings.
537
+ * Mirrors the construction-time derivation (settingsManager.getResourceProfileFilter("tools"))
538
+ * so reload() can re-apply it after a live settings/profile edit.
539
+ */
540
+ private _deriveToolProfileFilter;
535
541
  private _refreshToolRegistry;
536
542
  private _createReloadRuntimeSnapshot;
537
543
  private _restoreReloadRuntimeSnapshot;