@caupulican/pi-adaptative 0.80.89 → 0.80.90

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,13 @@
1
+ ## [0.80.90] - 2026-07-02
2
+
3
+ ### Fixed
4
+
5
+ - Fixed profile tool grants never ACTIVATING: activation was only ever the requested defaults
6
+ intersected with the profile allow-list, so a profile granting non-default tools (e.g. a
7
+ search-only profile allowing grep/find) produced an empty or truncated "Available tools" set on
8
+ load and across /reload. Explicitly named tools in an active profile's allow list now activate
9
+ from the registry (a blanket "*" stays grant-only, deriving activation from the defaults).
10
+
1
11
  ## [0.80.89] - 2026-07-02
2
12
 
3
13
  ### Added