github maximhq/bifrost plugins/compat/v0.3.0
Plugin compat v0.3.0

6 hours ago

Plugin Release: compat v0.3.0

  • fix: removed the namespace-tool flattening that ran under should_convert_params; it spliced nested functions into the top-level list without a namespace prefix, so two namespaces sharing a function name produced duplicate tool names and an upstream 400. Flattening now lives in Bifrost core for every provider whose wire lacks the namespace type, with unique <namespace>__<function> names and response-side mapping back. should_convert_params is still accepted so existing configs load, but it no longer changes any request (#7048)
  • chore: upgraded core to v1.9.0 and framework to v1.7.0

Installation

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

This release was automatically created from version file: plugins/compat/version

Don't miss a new bifrost release

NewReleases is sending notifications on new releases.