plugins/modelcatalogresolver/v1.0.0
maximhq/bifrostplugins/modelcatalogresolver/v1.0.0Jun 12, 2026by akshaydeo
AI Summary
This is the initial release of the modelcatalogresolver plugin, extracting provider resolution logic from the core into a standalone module. It introduces routing allowlist enforcement and provider-prefixed model parsing capabilities.
Key Highlights
- Initial standalone plugin release
- Provider resolution extracted from core
- Routing allowlist enforcement added
- Provider-prefixed model parsing implemented
New Features
- Routing allowlist enforcement
- Provider-prefixed model parsing
- Standalone provider resolution
Full Release Notes
## Plugin Release: modelcatalogresolver v1.0.0 - feat: initial release - provider resolution extracted from core into a standalone plugin, with routing allowlist enforcement and provider-prefixed model parsing ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/modelcatalogresolver@v1.0.0 ``` --- _This release was automatically created from version file: `plugins/modelcatalogresolver/version`_