plugins/semanticcache/v1.6.1

maximhq/bifrostplugins/semanticcache/v1.6.1Sep 8, 2026by akshaydeo

AI Summary

Fixes Redis storage handling and shares vector store coordination with the complexity router.

Key Highlights

  • Fixed handling of hex value fields and removed the score filter in Redis store.
  • Shared vector store warm coordination and chromem cleanup with the complexity router.
  • Renamed cache debug payloads to cache metadata.

New Features

  • Improved Redis hex value handling
  • Shared vector store coordination
  • Chromem cleanup integration

Full Release Notes

## Plugin Release: semanticcache v1.6.1

- fix: handle hex value fields and remove the score filter in the Redis store (#6772, #6773)
- feat: share vector store warm coordination and chromem cleanup with the complexity router (#6727, #6807)
- feat: rename cache debug payloads to cache metadata (#6722)

### Installation

```bash
# Update your go.mod to use the new plugin version
go get github.com/maximhq/bifrost/plugins/semanticcache@v1.6.1
```

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