plugins/prompts/v1.1.0
maximhq/bifrostplugins/prompts/v1.1.0Aug 26, 2026by akshaydeo
AI Summary
Updates the prompts plugin dependencies and adds support for the new pre-authentication transport phase.
Key Highlights
- Add a no-op HTTPTransportPreAuthHook
- Upgrade core to v1.8.0 and framework to v1.6.0
New Features
- Pre-authentication hook support
- Dependency upgrades
Full Release Notes
## Plugin Release: prompts v1.1.0 - feat: add a no-op `HTTPTransportPreAuthHook` for the new pre-authentication transport phase (#6375) - chore: upgraded core to v1.8.0 and framework to v1.6.0 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/prompts@v1.1.0 ``` --- _This release was automatically created from version file: `plugins/prompts/version`_