plugins/compat/v0.2.1
maximhq/bifrostplugins/compat/v0.2.1Sep 8, 2026by akshaydeo
AI Summary
This release introduces support for Azure DeepSeek Responses in coding harnesses with a fallback mechanism and a feature toggle. It enhances observability by logging dropped parameters and request conversions, and ensures the served model is persisted from provider responses.
Key Highlights
- Added support for Azure DeepSeek Responses in coding harnesses with a fallback mechanism
- Implemented a feature toggle (`compat.azure_deepseek`) to control the new routing logic
- Enhanced observability by logging dropped parameters and request-type conversions as structured entries
- Ensured the served model is persisted from the provider response
New Features
- Route Azure DeepSeek Responses requests from coding harnesses to chat completions
- Log every dropped parameter and request-type conversion as a structured per-request entry
- Persist the served model from the provider response
Full Release Notes
## Plugin Release: compat v0.2.1 - feat: route Azure DeepSeek Responses requests from coding harnesses to chat completions, fall back for models without a Responses endpoint, and gate it on the `compat.azure_deepseek` toggle (#6326, #6737) - feat: log every dropped parameter and request-type conversion as a structured per-request entry (#6634) - feat: persist the served model from the provider response (#6693) ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/compat@v0.2.1 ``` --- _This release was automatically created from version file: `plugins/compat/version`_