pi-free 2.2.7 → 2.2.8

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
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.2.8] - 2026-07-19
11
+
12
+ ### Changed
13
+
14
+ - **Pi 0.80.8 compatibility** — migrate OAuth checks to Pi's runtime APIs and raise the peer dependency floor to `>=0.80.8`.
15
+ - **Remove deprecated providers** — remove the Qwen and Modal providers now that their supported free tiers are no longer available.
16
+ - **CI hardening** — pin GitHub Actions to immutable commit SHAs.
17
+
18
+ ### Fixed
19
+
20
+ - **Pi runtime auth compatibility** — guard OAuth detection when the model registry compatibility APIs are unavailable.
21
+
10
22
  ## [2.2.7] - 2026-07-10
11
23
 
12
24
  ### Added