Merge remote-tracking branch 'origin/main'

This commit is contained in:
Mario Zechner
2026-06-23 22:30:15 +02:00
3 changed files with 113 additions and 0 deletions
+4
View File
@@ -6,6 +6,10 @@
- Changed `ApiKeyCredential` to use the `auth.json`-compatible discriminator `type: "api_key"` and provider-scoped `env` values instead of `type: "api-key"` and metadata.
### Fixed
- Restored temporary legacy per-API stream aliases such as `streamSimpleOpenAICompletions` on the compat entrypoint ([#6016](https://github.com/earendil-works/pi/issues/6016), [#6017](https://github.com/earendil-works/pi/issues/6017)).
## [0.80.1] - 2026-06-23
### Fixed