docs: add missing changelog entries for f39ec4d7, b712d1ca

This commit is contained in:
Mario Zechner 2026-01-22 01:37:55 +01:00
parent f39ec4d772
commit ccf6db6376
3 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,7 @@
- Added `headers` option to `StreamOptions` for custom HTTP headers in API requests. Supported by all providers except Amazon Bedrock (which uses AWS SDK auth). Headers are merged with provider defaults and `model.headers`, with `options.headers` taking precedence.
- Added `originator` option to `loginOpenAICodex()` for custom OAuth client identification
- Browser compatibility for pi-ai: replaced top-level Node.js imports with dynamic imports for browser environments ([#873](https://github.com/badlogic/pi-mono/issues/873))
### Fixed