core/v1.8.4

Tencent-Hunyuan/HY-Motion-1.0core/v1.8.4Aug 27, 2026by akshaydeo

AI Summary

Core release focusing on bug fixes for encrypted reasoning signatures and Anthropic raw-body passthrough handling.

Key Highlights

  • Strip encrypted reasoning signature when upstream reports field as unsupported
  • Clear Anthropic raw-body passthrough based on resolved provider and model
  • Fix for Bedrock Converse replaying Claude signature onto non-Anthropic models

New Features

  • Unverifiable-signature fail-soft extension
  • Improved passthrough handling for multi-family providers
  • Better handling of model switches during conversations

Full Release Notes

## Core Release v1.8.4

- fix: strip the encrypted reasoning signature when the upstream reports the field as unsupported (e.g. Bedrock Converse replaying a Claude signature onto a non-Anthropic model after a mid-conversation model switch), extending the existing unverifiable-signature fail-soft
- fix: clear Anthropic raw-body passthrough based on the resolved provider and model pair, so non-Claude models on multi-family providers (Vertex, Azure, Bedrock Mantle) convert the request instead of passing the Anthropic payload through

### Installation

```bash
go get github.com/maximhq/bifrost/core@v1.8.4
```

---
_This release was automatically created from version file: `core/version`_