@caupulican/pi-adaptative 0.80.40 → 0.80.42

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,11 @@
1
+ ## [0.80.42] - 2026-06-24
2
+
3
+ ## [0.80.41] - 2026-06-24
4
+
5
+ ### Changed
6
+
7
+ - Changed auto-compaction to honor a model-specific `autoCompactionTriggerTokens` threshold when set, compacting at the lower of that value and `contextWindow - reserveTokens`. Fugu and Fugu Ultra now auto-compact around 272000 tokens instead of effectively waiting for the 1,000,000 context window.
8
+
1
9
  ## [0.80.40] - 2026-06-24
2
10
 
3
11
  ### Fixed