core/v1.5.16
maximhq/bifrostcore/v1.5.16Jun 4, 2026by akshaydeo
AI Summary
This is a minor patch release (v1.5.16) of the Bifrost core library that adds file scheme support for pricing URLs and includes several bug fixes related to Bedrock output types, TextCompletionChunkResponse, tool result conversion between OpenAI and Anthropic, and MCP inline stdio environment assignments.
Key Highlights
- Added file scheme (file://) support for pricing URLs
- Fixed Bedrock outputAssessments type
- Added Model field to TextCompletionChunkResponse
- Fixed acceptance of orphaned tool results in OpenAI to Anthropic conversion
- Added support for inline stdio env assignments in MCP
New Features
- file scheme (file://) support for pricing URLs
Full Release Notes
## Core Release v1.5.16 - feat: file scheme (file://) support for pricing URLs - fix: corrected Bedrock outputAssessments type - fix: added Model field to TextCompletionChunkResponse (thanks [@kuishou68](https://github.com/kuishou68)!) - fix: accept orphaned tool results in OpenAI to Anthropic conversion flow - fix(mcp): allow inline stdio env assignments (thanks [@Shushmitaaaa](https://github.com/Shushmitaaaa)!) ### Installation ```bash go get github.com/maximhq/bifrost/core@v1.5.16 ``` --- _This release was automatically created from version file: `core/version`_