@humain/terminal 0.0.8 → 0.0.11

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