@hienlh/ppm 0.11.3 → 0.11.5

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.11.5] - 2026-04-19
4
+
5
+ ### Fixed
6
+ - **Silent message loss on fast streaming**: Race condition where assistant response was never rendered — `done` event cancelled pending rAF before content flushed to React state; now creates assistant message from accumulated refs when no flushed message exists
7
+ - **Upload auto-expand**: File explorer now auto-expands the target folder after drag-and-drop upload so newly uploaded files are immediately visible
8
+
9
+ ## [0.11.4] - 2026-04-19
10
+
11
+ ### Fixed
12
+ - **AskUserQuestion re-prompting on reconnect**: Replaying turn_events no longer re-triggers already-answered AskUserQuestion dialogs; server enriches answered approvals with response data, client skips stale setPendingApproval during replay
13
+ - **Missing user messages on reconnect**: User messages for in-progress turns were lost during WS reconnect; server now includes the current turn's user message in turn_events payload, client uses targeted truncation instead of dropping completed history
14
+
3
15
  ## [0.11.3] - 2026-04-19
4
16
 
5
17
  ### Added