Skip to main content

Changelog

0.0.3 (2026-06-19)

Fixed

  • Fixed an error when an AI agent browsed the catalogue without a search term. Requesting the product feed with no query (for example /agent/products.json with no ?q=, or the search_catalog tool with an empty query) returned a server error instead of products. These requests now list your full catalogue, while searches that include a query term work exactly as before.

Changelog

0.0.2 (2026-06-19)

Improvements

  • The module now installs and runs on Magento 2.4.x (in addition to the previous release line), so a wider range of stores can use it.

Fixed

  • Fixed a crash during module installation. On some setups, running setup:install/setup:upgrade failed because the module's command-line tools tried to load catalog, search, and cart services before the database was ready; those services are now loaded only when a command is actually run.
  • Fixed compatibility with the latest Magento platform updates (PHP 8.4 and the newer logging library), so the module works correctly on freshly updated stores.

0.0.1 (2026-06-18)

Features

  • Initial release of Agentic Commerce v1
  • Core catalogue domain with ProductMapper, SearchService, ContextResolver
  • Three catalogue tools: search_catalog, lookup_catalog, get_product
  • Generic MCP transport at /agent/mcp endpoint
  • Public JSON read API endpoints
  • /.well-known/ucp discovery profile with ES256 signing keys
  • Liquid-templated llms.txt and agents.md generation
  • Phase-2 stubs: AgenticUcp and AgenticAcp modules