Plugin Release: routing v1.1.0
- fix: a continuation turn, such as a tool result following a prior user message, is classified instead of skipped when no active session state is found.
BuildInputWithDispositionnow returns the populatedComplexityInputincludingLastUserTextfor trailing-continuation turns in both the chat and responses paths, andcomputeComplexityfalls back to classifying that recovered text, so new or recovered sessions get a tier assignment; the skip path applies only whenLastUserTextis also empty (#7122)
Installation
# Update your go.mod to use the new plugin version
go get github.com/maximhq/bifrost/plugins/routing@v1.1.0This release was automatically created from version file: plugins/routing/version