Skip to content

Agent Plugins 1.6.2

Choose a tag to compare

@github-actions github-actions released this 27 Jul 14:06
· 86 commits to main since this release
1952fc1

Agent skills plugin artifacts for b2c-agent-plugins v1.6.2. Download the *-skills.zip files below.

See the Agent Skills & Plugins guide for installation and usage.

Changelog

Patch Changes

  • #588 3a7843d - Document the sf-toolkit="off" attribute on <isinclude> in the b2c-isml skill, explaining how to disable Storefront Toolkit markers and when to use it. (Thanks @clavery!)

  • #577 fe264a7 - Document the order hook lifecycle in the b2c-hooks skill: the beforePOST → afterPOST → modifyPOSTResponse sequence, Status.ERROR rollback semantics per phase, the two-hook pattern for persisting a failed order while returning an HTTP error, and request.custom for inter-hook data passing. (Thanks @charithaT07!)