Pi 0.79.5
New version of pi. Download from npm or view release on GitHub.
New Features
- Provider-scoped API key environments -
auth.jsonAPI key entries can now includeenvoverrides for provider-specific Cloudflare, Azure OpenAI, Google Vertex, Amazon Bedrock, cache retention, and proxy settings without changing the project shell. See Auth File. - Global HTTP proxy setting - Configure
httpProxyonce in global settings to applyHTTP_PROXYandHTTPS_PROXYto Pi-managed HTTP clients. See Network. - Vercel AI Gateway attribution - Vercel AI Gateway requests now include Pi attribution headers by default. See API Keys.
Added
- Added Vercel AI Gateway request attribution headers (
http-refererandx-title) for Vercel AI Gateway models (#5798 by @rwachtler). - Added an
xpfooter marker when experimental features are enabled. - Added a global
httpProxysetting that applies asHTTP_PROXYandHTTPS_PROXYfor Pi-managed HTTP clients (#5790). - Added
auth.jsonAPI keyenvvalues so provider-specific environment overrides can be scoped to Pi and propagated to inherited provider configuration (#5728).
Changed
- Updated the vendored Markdown parser used by HTML session exports to
marked18.0.5.