@rahularya01/pi-cursor 1.4.12 → 1.4.13

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,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.13] - 2026-08-15
4
+
5
+ ### Fixed
6
+
7
+ - **Whole-project reviews failing with `Connect message exceeds 67108864 bytes`.** Individual tool text results are now capped at 512 KiB, with an explicit truncation notice that tells the agent to retry with a narrower command or range.
8
+ - Tool images are bounded to a 16 MiB per-result budget, preventing a single oversized result from exhausting the bridge while retaining smaller images that fit.
9
+ - Oversized tool payloads are normalized before journaling and are no longer copied into debug logs, reducing memory, disk, and follow-up token usage.
10
+
3
11
  ## [1.4.12] - 2026-08-15
4
12
 
5
13
  ### Fixed