Skip to content

Releases: SalesforceCommerceCloud/b2c-developer-tooling

Version Packages — b2c-cli 1.7.1,b2c-tooling-sdk 1.6.1,b2c-dx-mcp 1.0.12,b2c-vs-extension 0.4.3,docs 0.2.18

23 Apr 15:10
ceaefc0

Choose a tag to compare

@salesforce/b2c-cli@1.7.1

Patch Changes

  • Updated dependencies [485ef63]:
    • @salesforce/b2c-tooling-sdk@1.6.1

@salesforce/b2c-dx-mcp@1.0.12

Patch Changes

  • Updated dependencies [485ef63]:
    • @salesforce/b2c-tooling-sdk@1.6.1

@salesforce/b2c-tooling-sdk@1.6.1

Patch Changes

  • 485ef63 - Fix skills version resolution to correctly parse release tags and invalidate cached version on download errors (Thanks @clavery!)

b2c-vs-extension@0.4.3

Patch Changes

  • 63bcb49 - Activate extension on startup so the instance selector status bar appears without needing to open the B2C sidebar first (Thanks @clavery!)

  • Updated dependencies [485ef63]:

    • @salesforce/b2c-tooling-sdk@1.6.1

Documentation

Patch Changes

  • c5edd5d - Updated plugin install examples to default to user scope (Thanks @clavery!)

Agent Skills Plugins

Patch Changes

  • 485ef63 - Fix skills artifact download by publishing zip assets to dedicated agent-plugins releases (Thanks @clavery!)

VS Code Extension 0.4.2

22 Apr 19:05
12532df

Choose a tag to compare

B2C DX VS Code Extension v0.4.2

Download the .vsix file below and install via:

code --install-extension b2c-vs-extension-0.4.2.vsix

Or in VS Code: Extensions → ⋯ → Install from VSIX...

b2c-vs-extension@0.4.1: chore: version packages (#372)

22 Apr 17:03
016b3e9

Choose a tag to compare

b2c-vs-extension@0.4.1

Patch Changes

  • bad9034 - Improved CAP skill with better guidance and UX refinements (Thanks @clavery!)

  • 1b07a5d - Fix OAuth redirect URI trailing slash mismatch that caused authentication failures in VS Code (Thanks @clavery!)

Agent Skills Plugins

Patch Changes

  • bad9034 - Improved CAP skill with better guidance and UX refinements (Thanks @clavery!)

VS Code Extension 0.4.0

22 Apr 00:35
44229c2

Choose a tag to compare

B2C DX VS Code Extension v0.4.0

Download the .vsix file below and install via:

code --install-extension b2c-vs-extension-0.4.0.vsix

Or in VS Code: Extensions → ⋯ → Install from VSIX...

@salesforce/b2c-cli@1.7.0: chore: version packages (#374)

22 Apr 19:05
12532df

Choose a tag to compare

@salesforce/b2c-cli@1.7.0

Minor Changes

  • #373 1dc1ee5 - Add support for Commerce Apps (CAP) development skills via b2c setup skills cap-dev. Introduces a skill source registry to support external skill repositories alongside existing release-artifact sources. (Thanks @clavery!)

Patch Changes

  • Updated dependencies [1dc1ee5]:
    • @salesforce/b2c-tooling-sdk@1.6.0

@salesforce/b2c-dx-mcp@1.0.11

Patch Changes

  • Updated dependencies [1dc1ee5]:
    • @salesforce/b2c-tooling-sdk@1.6.0

@salesforce/b2c-tooling-sdk@1.6.0

Minor Changes

  • #373 1dc1ee5 - Add support for Commerce Apps (CAP) development skills via b2c setup skills cap-dev. Introduces a skill source registry to support external skill repositories alongside existing release-artifact sources. (Thanks @clavery!)

b2c-vs-extension@0.4.2

Patch Changes

  • Updated dependencies [1dc1ee5]:
    • @salesforce/b2c-tooling-sdk@1.6.0

Agent Skills Plugins

Patch Changes

  • 453f9e1 - Add Commerce Apps Dev (cap-dev) skill set to Claude Code and Codex marketplace configurations (Thanks @clavery!)

@salesforce/b2c-cli@1.6.0: chore: version packages (#371)

22 Apr 00:35
44229c2

Choose a tag to compare

@salesforce/b2c-cli@1.6.0

Minor Changes

  • #370 ee735bb - Add cap command topic for Commerce App Package (CAP) management. (Thanks @clavery!)

    New commands:

    • b2c cap validate — validates CAP structure, manifest, and cartridge rules locally
    • b2c cap package — packages a CAP directory into a distributable .zip
    • b2c cap install — installs a CAP on an instance via WebDAV + sfcc-install-commerce-app job
    • b2c cap uninstall — uninstalls a CAP via sfcc-uninstall-commerce-app job

    New SDK exports in @salesforce/b2c-tooling-sdk/operations/cap: validateCap, commerceAppInstall, commerceAppUninstall, commerceAppPackage.

    The VS Code extension gains CAP directory detection (badge decoration) and an "Install Commerce App (CAP)" context menu action.

  • #370 ee735bb - Add cap list, cap tasks, and cap pull commands for managing installed Commerce Apps (Thanks @clavery!)

    • cap list exports and parses commerce_feature_states to show installed features with type, source, status, and version
    • cap tasks displays configuration tasks for an installed app with clickable Business Manager links
    • cap pull downloads and extracts installed app source packages for cartridge deployment or Storefront Next development
    • Standardize all cap commands to use --site-id flag (with --site as alias)
    • cap uninstall no longer requires --domain — looks it up automatically from the feature state
    • cap install now keeps the archive on the instance by default (use --clean-archive to remove)

Patch Changes

  • Updated dependencies [ee735bb, ee735bb]:
    • @salesforce/b2c-tooling-sdk@1.5.0

@salesforce/b2c-dx-mcp@1.0.10

Patch Changes

  • Updated dependencies [ee735bb, ee735bb]:
    • @salesforce/b2c-tooling-sdk@1.5.0

@salesforce/b2c-tooling-sdk@1.5.0

Minor Changes

  • #370 ee735bb - Add cap command topic for Commerce App Package (CAP) management. (Thanks @clavery!)

    New commands:

    • b2c cap validate — validates CAP structure, manifest, and cartridge rules locally
    • b2c cap package — packages a CAP directory into a distributable .zip
    • b2c cap install — installs a CAP on an instance via WebDAV + sfcc-install-commerce-app job
    • b2c cap uninstall — uninstalls a CAP via sfcc-uninstall-commerce-app job

    New SDK exports in @salesforce/b2c-tooling-sdk/operations/cap: validateCap, commerceAppInstall, commerceAppUninstall, commerceAppPackage.

    The VS Code extension gains CAP directory detection (badge decoration) and an "Install Commerce App (CAP)" context menu action.

  • #370 ee735bb - Add cap list, cap tasks, and cap pull commands for managing installed Commerce Apps (Thanks @clavery!)

    • cap list exports and parses commerce_feature_states to show installed features with type, source, status, and version
    • cap tasks displays configuration tasks for an installed app with clickable Business Manager links
    • cap pull downloads and extracts installed app source packages for cartridge deployment or Storefront Next development
    • Standardize all cap commands to use --site-id flag (with --site as alias)
    • cap uninstall no longer requires --domain — looks it up automatically from the feature state
    • cap install now keeps the archive on the instance by default (use --clean-archive to remove)

b2c-vs-extension@0.4.0

Minor Changes

  • #370 ee735bb - Add cap command topic for Commerce App Package (CAP) management. (Thanks @clavery!)

    New commands:

    • b2c cap validate — validates CAP structure, manifest, and cartridge rules locally
    • b2c cap package — packages a CAP directory into a distributable .zip
    • b2c cap install — installs a CAP on an instance via WebDAV + sfcc-install-commerce-app job
    • b2c cap uninstall — uninstalls a CAP via sfcc-uninstall-commerce-app job

    New SDK exports in @salesforce/b2c-tooling-sdk/operations/cap: validateCap, commerceAppInstall, commerceAppUninstall, commerceAppPackage.

    The VS Code extension gains CAP directory detection (badge decoration) and an "Install Commerce App (CAP)" context menu action.

Patch Changes

  • Updated dependencies [ee735bb, ee735bb]:
    • @salesforce/b2c-tooling-sdk@1.5.0

Documentation

Patch Changes

  • #370 ee735bb - Add cap list, cap tasks, and cap pull commands for managing installed Commerce Apps (Thanks @clavery!)

    • cap list exports and parses commerce_feature_states to show installed features with type, source, status, and version
    • cap tasks displays configuration tasks for an installed app with clickable Business Manager links
    • cap pull downloads and extracts installed app source packages for cartridge deployment or Storefront Next development
    • Standardize all cap commands to use --site-id flag (with --site as alias)
    • cap uninstall no longer requires --domain — looks it up automatically from the feature state
    • cap install now keeps the archive on the instance by default (use --clean-archive to remove)
  • db5648f - Improved release workflow reliability (Thanks @clavery!)

Agent Skills Plugins

Minor Changes

  • #365 c4309db - Initial release. This package tracks the version of the B2C Commerce agent skills plugins (b2c-cli and b2c). Its version is stamped into the Claude Code marketplace entries and the Codex plugin manifests at release time, and skills-only changes get a dedicated b2c-agent-plugins@X.Y.Z GitHub release tag with updated skills zips attached. Target this package in a changeset when you change skills under skills/b2c-cli/skills/ or skills/b2c/skills/. (Thanks @clavery!)

VS Code Extension 0.3.4

21 Apr 02:39
3c1f20e

Choose a tag to compare

B2C DX VS Code Extension v0.3.4

Download the .vsix file below and install via:

code --install-extension b2c-vs-extension-0.3.4.vsix

Or in VS Code: Extensions → ⋯ → Install from VSIX...

@salesforce/b2c-dx-mcp@1.0.9: chore: version packages (#368)

21 Apr 02:39
3c1f20e

Choose a tag to compare

@salesforce/b2c-dx-mcp@1.0.9

Patch Changes

b2c-vs-extension@0.3.4

Patch Changes

Documentation

Patch Changes

  • 396dbc9 - Verify release workflow with PAT-triggered checks and release label (Thanks @clavery!)

Agent Skills Plugins

Minor Changes

  • #365 c4309db - Initial release. This package tracks the version of the B2C Commerce agent skills plugins (b2c-cli and b2c). Its version is stamped into the Claude Code marketplace entries and the Codex plugin manifests at release time, and skills-only changes get a dedicated b2c-agent-plugins@X.Y.Z GitHub release tag with updated skills zips attached. Target this package in a changeset when you change skills under skills/b2c-cli/skills/ or skills/b2c/skills/. (Thanks @clavery!)

@salesforce/mrt-utilities@0.1.3: chore: version packages (#362)

20 Apr 17:28
691f96f

Choose a tag to compare

@salesforce/mrt-utilities@0.1.3

Patch Changes

  • #361 ba2bca5 - Updated the qs dependency to 6.14.1 to address a security vulnerability in 6.14.0. (Thanks @bendvc!)

VS Code Extension 0.3.3

17 Apr 22:08
5056722

Choose a tag to compare

B2C DX VS Code Extension v0.3.3

Download the .vsix file below and install via:

code --install-extension b2c-vs-extension-0.3.3.vsix

Or in VS Code: Extensions → ⋯ → Install from VSIX...