v16.1.13
@oh-my-pi/pi-ai
Added
- Added support for Devin as a provider
Changed
- Updated tool call arguments to use
Record<string, unknown>andunknownfor tool results
Fixed
- Fixed OpenAI Responses native history replay dropping failed/incomplete image generation calls instead of resending their transient
ig_...item IDs, preventing follow-up requests from failing with404 Item with id ... not found. (#3225) - Fixed
/login fireworksrejecting validfw_…keys withFireworks API key validation failed (500): Error listing deployed models. The validator pinged/inference/v1/models, which Fireworks serves from the per-account deployment registry and 500s for accounts without active deployments. Login now hits the static control-planeList Modelscatalog (GET /v1/accounts/fireworks/models?filter=supports_serverless=true&pageSize=1) — the same endpoint discovery already uses — so authentication no longer depends on the caller's deployment state. (#3219)
@oh-my-pi/pi-catalog
Added
- Added support for Devin as a model provider
- Added capability to fetch dynamic models from the Devin model manager
@oh-my-pi/snapcompact
Fixed
- Fixed the Umans provider image budget to match its 10-image request cap.
What's Changed
- fix(ai): validated Fireworks login against control-plane catalog by @roboomp in #3220
- fix(ai): drop stale OpenAI image generation replay by @roboomp in #3226
Full Changelog: v16.1.12...v16.1.13