@oh-my-pi/pi-coding-agent 16.3.13 → 16.3.14

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
@@ -2,6 +2,15 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [16.3.14] - 2026-07-09
6
+
7
+ ### Fixed
8
+
9
+ - Fixed issue where unfinalized tool blocks could incorrectly pin the live-region scroll seam
10
+ - Improved rendering of raw thinking blocks by stripping empty HTML comment noise
11
+ - Fixed display of thinking blocks consisting entirely of hidden comment noise
12
+ - Fixed gpt-5.6 reasoning summaries rendering literal `<!-- -->` sentinel lines in thinking blocks; empty HTML comments (and the unterminated `<!--` tail while streaming) are now dropped from the thinking display, and blocks reduced to pure comment noise are hidden entirely.
13
+
5
14
  ## [16.3.13] - 2026-07-09
6
15
 
7
16
  ### Fixed