Skip to content

Releases: SalesforceCommerceCloud/b2c-developer-tooling

@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...

@salesforce/b2c-cli@1.4.0: chore: version packages (#342)

17 Apr 22:08
5056722

Choose a tag to compare

@salesforce/b2c-cli@1.4.0

Minor Changes

  • #308 d5c9125 - Add b2c mrt env var push command. Reads a local .env file, computes a diff against the current remote MRT environment variables, and pushes new or changed variables in a single batch request (with per-variable fallback). Supports --file, --exclude-prefix, and --yes flags. (Thanks @vmarta!)

Patch Changes

  • 52d7a6d - Fix inaccurate flags and commands in CLI skill documentation for job, ecdn, am, and users-roles skills (Thanks @clavery!)

  • 1b0b4ce - Add --wait / --no-wait flag to b2c job import command. Import waits for completion by default (preserving existing behavior); use --no-wait to return immediately after the job starts. Also adds --poll-interval flag for controlling poll frequency. (Thanks @clavery!)

  • Updated dependencies [1b0b4ce]:

    • @salesforce/b2c-tooling-sdk@1.3.2

@salesforce/b2c-dx-mcp@1.0.8

Patch Changes

  • Updated dependencies [1b0b4ce]:
    • @salesforce/b2c-tooling-sdk@1.3.2

@salesforce/b2c-tooling-sdk@1.3.2

Patch Changes

  • 1b0b4ce - Add --wait / --no-wait flag to b2c job import command. Import waits for completion by default (preserving existing behavior); use --no-wait to return immediately after the job starts. Also adds --poll-interval flag for controlling poll frequency. (Thanks @clavery!)

@salesforce/mrt-utilities@0.1.2

Patch Changes

  • #345 abad5e4 - Improved error handling in create-lambda-adapter.ts used for streaming support when deployed to Managed Runtime. (Thanks @noahadams!)

  • #349 bc0e4b3 - Fixed CommonJS packaging for Node 22 by ensuring require entrypoints under dist/cjs are emitted as true CJS modules. Added dedicated @salesforce/mrt-utilities/data-store and @salesforce/mrt-utilities/middleware/express entrypoints so data-store imports do not have to load the Express middleware barrel during startup. (Thanks @bendvc!)

b2c-vs-extension@0.3.3

Patch Changes

  • Updated dependencies [1b0b4ce]:
    • @salesforce/b2c-tooling-sdk@1.3.2

VS Code Extension 0.3.2

14 Apr 23:42
69244e7

Choose a tag to compare

B2C DX VS Code Extension v0.3.2

Download the .vsix file below and install via:

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

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

@salesforce/b2c-cli@1.3.2: chore: version packages (#341)

14 Apr 23:42
69244e7

Choose a tag to compare

@salesforce/b2c-cli@1.3.2

Patch Changes

  • Updated dependencies [30de66b]:
    • @salesforce/b2c-tooling-sdk@1.3.1

@salesforce/b2c-dx-mcp@1.0.7

Patch Changes

  • Updated dependencies [30de66b]:
    • @salesforce/b2c-tooling-sdk@1.3.1

@salesforce/b2c-tooling-sdk@1.3.1

Patch Changes

  • 30de66b - Fix broken Agentforce skills documentation URL (Thanks @clavery!)

b2c-vs-extension@0.3.2

Patch Changes

  • Updated dependencies [30de66b]:
    • @salesforce/b2c-tooling-sdk@1.3.1

@salesforce/b2c-cli@1.3.1: chore: version packages (#340)

14 Apr 02:20
5f7d5cf

Choose a tag to compare

@salesforce/b2c-cli@1.3.1

Patch Changes

  • 7333370 - Improved skill trigger descriptions across all 37 B2C skills for better Claude Code skill invocation. Expanded eval sets from 5 to 10 queries per skill with realistic, organic test prompts. (Thanks @clavery!)