@caupulican/pi-adaptative 0.80.69 → 0.80.70

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,9 @@
1
+ ## [0.80.70] - 2026-06-28
2
+
3
+ ### Fixed
4
+
5
+ - Reflection cost de-duplication now works on the real turn path: the per-turn key was derived from a message id that doesn't exist at runtime, so a retried/duplicate reflection pass could double-count its cost. It now uses the turn's timestamp + size.
6
+
1
7
  ## [0.80.69] - 2026-06-28
2
8
 
3
9
  ### Added