Fluent Commerce Logo
Docs
Package

Changed on:

31 Aug 2026

Publisher:Fluent Commerce
Website:Fluent Commerce

Download Package

Version History

2026-08-31
Incremental patch release to address a security and stability issue:
  • FIX: replacing extract-zip 0.6.0 with adm-zip for handling Module archives
  • FIX: stripping trailing slashes from the base URL of the Fluent Account URL to avoid authentication and API issues
2026-08-24Incremental release focused on making the vector search and skills introduced in 2.2.0 more reliable in day-to-day use, plus a set of authentication and session fixes.

Vector search now lets you choose explicitly whether you're searching code assets or docs content, so results aren't diluted by the other corpus. It also auto-injects your configured modules when no module scope is supplied, meaning agents get relevant, project-aware results without having to be told which modules to look in.

A selection of new skills are included to help agents when building and reasoning about GraphQL, working with the CLI, modules, and profiles. Additionally, the new `fluent-setup` skill can be used to set up a new agentic harness or ensure your current one meets our recommended best-practice guidelines.
Get the new and updated skills with `fluent ai install-skills` on the latest CLI version to pick these up.
2026-07-28The 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.
2026-06-17Introducing the first set of Fluent Agentic Coding skills!Also included: additional tools for summarizing and working with large workflow and manifest documents.New features:
  • Tool `ai install-skills` supporting installation of Fluent skills across several agentic coding platforms. Supports in-project, global, and custom installation. 
  • Bundles SKILL.md files for Mystique (component-build, component-list, manifest-configure, manifest-load-and-save), Rubix (build, test, review, understand, util-core, util-dynamic, util-test), fluent-understand, and fluent-workflow-rubix.
  • Tool `workflow summarize` with colour-coded domain tree output, depth limiting, and line-break formatting, plus `workflow extract` for pulling rulesets out of a workflow into a partial file.
  • Tool `manifest summarize` (with optional --descendants component tree), `manifest extract`, and `manifest merge` commands with supporting utilities for reading, diffing, and patching Mystique manifests.
2026-01-26New features:
  • Introduces the Fluent Builder MCP server, bundled with the Fluent CLI
  • MCP server includes:
    • Prime and supporting prompts
    • List workflows, downloads any one workflow for a given Fluent Account and Retailer
    • List settings and get individual setting values for an Account and Retailer
  • Add support for Node 22 LTS, Node 24 and NPM 10.5
Bugfixes:
  • Sub-command workflowlog shows correctly the used template value count
  • Additional hardening around workflow fragmentation and ruleset merging
2025-10-02Improvements:
  • Add support for new asset types `sourcing-profiles` and `storage-areas`
  • Introduce new sub-commands `fluent profile list` and `fluent retailer list`
2025-08-15Improvements:
  • Update dependencies to latest versions as ongoing maintenance
  • Add support for Node 22 LTS
  • Scope `workflowlog` settings to retailers
  • Additional hardening around workflow fragmentation and merging
2025-06-12Improvements:
  • Workflow merging default strategy for rulesets changes from "merge" to "replace"
  • Bugfixes and enhancements to the workflow downloading via `fluent workflow download`
  • Workflow merging bugfixes on handling empty user actions in rulesets and empty props in rules
2025-05-29New features:
  • Adding workflow fragmentation support to extend or replace only the minimally necessary parts of the reference workflows.
  • Additional commands to work with workflows and workflow logs to support workflow fragmentation.
2025-04-23New features:
  • The module create command takes a name parameter to set the name of the newly created module
  • When installing a module it now validates declared dependencies and after installing a module writes an installation log entry
  • Added a module list command to list out which modules are installed in an account (only when installed with Fluent CLI >1.0.2)
Improvements:
  • Hardening of parameter handling - case insensitive id parameter for the profile create command
  • Print out a human-friendly error message when an unknown retailer is specified for commands
2024-12-20New and exciting additions:
  • module create command to create a new Extension Module from a template
  • module describe command to inspect the contents of a module
  • module install options --include/exclude to selectively install or ignore specific assets
2024-10-21Initial GA release!

Overview

The Fluent CLI is an NPM Package, which can be installed by following the Getting Started Guide.