Releases
2026
26 Aug 2026
Controls Utilities Bundle
ReleaseControls determine what inventory is available to sell in a Virtual Catalog, applying buffers, exclusions and thresholds to positions. This bundle enables a Rule resolve and apply those controls consistently, and consolidates what would otherwise be many individual controls into fewer, wide-scope context-based ones. The Utility includes:- Applying Controls: resolve the controls that apply to a position and apply them in one call, returning the updated position and an audit of every change (
`ControlUtils`). - Standard Control Types: inclusion, exclusion, buffer (absolute and percentage), limit and threshold controls are applied in a defined order (
`ControlTypes`). - Context-Based Targeting: match positions by catalog, product, variant, location, category, network or the virtual position itself.
- Extensibility: add or override control types with custom control functions.
Benefit:- Reduces redundancy by replacing many individual controls with fewer wide-scope, context-based ones
- Applies availability controls consistently wherever they are used
- Keeps rules lightweight by loading the required data and resolving controls
- Produces a full before/after audit of every applied control
- Extends to tenant-specific control types
ReleasedToolNew capability
28 July 2026
Fluent CLI v2.2.0 - Introducing Vector Search in the Builder MCP
ReleaseThe vector search MCP tool will allow your coding agents to look up rule, util, and component source code for reference, as well as all of the content from our docs platform. The library currently contains over 400 code assets and 4,000 docs articles.
The search is based on semantic similarity, so your prompts can be matched against content even if the specific verbiage is slightly different. This allows agents to make better decisions, like using an existing rule instead of creating a duplicate that needs to be tested and maintained, or to base a new component on an existing one to ensure compatibility.Note: Vector search is a labs project that falls under the beta terms and conditions. We'd love for you to give it a go and send any feedback to help guide the direction of the product.Also included are new skills for using the vector search, updating security headers, plus enhancements to existing skills around developer workflow. Be sure to update using `fluent ai install-skills` to get the most out of the new capabilities.ReleasedToolEnhancement, New capability