plugins/routing/v1.0.1
maximhq/bifrostplugins/routing/v1.0.1Sep 8, 2026by akshaydeo
AI Summary
This routing plugin update replaces the keyword complexity scorer with a semantic classifier over three tiers, adds vector stores with chromem backend, and enhances governance scope evaluation for routing rules.
Key Highlights
- Replaced keyword complexity scorer with semantic classifier over three tiers with curated exemplars
- Added vector stores with chromem backend and cross-node warm coordination
- Implemented harness-aware input extraction and LLM classifier fallback
- Added session-aware routing with generation reclamation
- Evaluate routing rules from a GovernanceScope read off resolved access grant
Breaking Changes
- tier_boundaries is deprecated and ignored
New Features
- Semantic classification for routing complexity
- Vector store backend (chromem)
- Harness-aware input extraction
- LLM classifier fallback
- Session-aware routing
- Cross-node warm coordination with generation reclamation
- Governance scope-based routing rule evaluation
- 750-phrase combined limit
Full Release Notes
## Plugin Release: routing v1.0.1 - feat: replace the keyword complexity scorer with a semantic classifier over three tiers and curated exemplars, add vector stores with the chromem backend, harness-aware input extraction, LLM classifier fallback, session-aware routing, cross-node warm coordination with generation reclamation, and a 750-phrase combined limit; `tier_boundaries` is deprecated and ignored (#6163, #6164, #6165, #6166, #6177, #6317, #6722, #6727, #6807, #6838, #6846) - feat: evaluate routing rules from a `GovernanceScope` read off the resolved access grant (#6308, #6313) ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/routing@v1.0.1 ``` --- _This release was automatically created from version file: `plugins/routing/version`_