plugins/compat/v0.1.16

maximhq/bifrostplugins/compat/v0.1.16Jun 7, 2026by akshaydeo

AI Summary

This is a minor patch release for the compat plugin that fixes an issue where chat `max_tokens` was not being preserved during parameter filtering. The release also includes routine dependency updates, upgrading the core to v1.5.17 and framework to v1.3.17.

Key Highlights

  • Fixed bug where chat `max_tokens` was lost during parameter filtering (#3992)
  • Upgraded core dependency to v1.5.17
  • Upgraded framework dependency to v1.3.17

New Features

  • Preserved chat `max_tokens` parameter during param filtering

Full Release Notes

## Plugin Release: compat v0.1.16

- fix: preserve chat `max_tokens` during param filtering (#3992)
- chore: upgraded core to v1.5.17 and framework to v1.3.17

### Installation

```bash
# Update your go.mod to use the new plugin version
go get github.com/maximhq/bifrost/plugins/compat@v0.1.16
```

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