@humain/terminal 0.0.8 → 0.0.10

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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.10] - 2026-08-31
4
+
5
+ ## [0.0.9] - 2026-08-31
6
+
7
+ ### Changed
8
+
9
+ - Reject unsupported Forge input artifacts before starting a Pi session.
10
+
11
+ ### Fixed
12
+
13
+ - Keep RPC mode alive after malformed input, reject oversized frames, and return correlated failures when custom execution hosts reject or disconnect.
14
+ - Preserve retryable provider and transport failure codes for Forge callers.
15
+ - Record registry integrity for `@humain/terminal-contracts` in generated distribution locks.
16
+
3
17
  ## [0.0.8] - 2026-08-31
4
18
 
5
19
  ### Added