Next Release: changelog and version packages#364
Merged
Conversation
7a4380b to
b3336b9
Compare
b3336b9 to
ab0ff20
Compare
clavery
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@salesforce/b2c-cli@1.5.0
Minor Changes
59dd584- Addb2c code downloadcommand to download cartridge code from a B2C Commerce instance, with support for cartridge filtering, mirror mode, and progress reporting (Thanks @clavery!)Patch Changes
#355
3dedc05-b2c setup skillsnow prompts to overwrite already-installed skills in interactive mode instead of silently skipping them with a "use --update to overwrite" message. The existing--updateand--forceflags still work non-interactively. (Thanks @clavery!)#355
3dedc05- Refine b2c CLI skills (scapi-schemas,scapi-custom,slas,ecdn,cip,users-roles) to show config-first idiomatic usage. Examples now assume values liketenantId,shortCode, andclientIdare resolved fromdw.json/SFCC_*env vars, with flags shown only as overrides. This prevents coding agents from prompting users for values that are already configured. (Thanks @clavery!)#365
c4309db- Broaden skills-plugin install support and improve the installation docs. (Thanks @clavery!)b2c-cli,b2c,b2c-dx-mcp) can be installed directly from Codex CLI's plugin directory.b2c-onboardingskill (in theb2cplugin) that walks new developers through CLI verify,dw.jsonsetup, sandbox connect, and first cartridge deploy, then hands off to the topic-specific skill for the user's goal.b2c-experimentalplugin from the public marketplace.Updated dependencies [
59dd584,3dedc05,c4309db]:@salesforce/b2c-tooling-sdk@1.4.0
Minor Changes
59dd584- Addb2c code downloadcommand to download cartridge code from a B2C Commerce instance, with support for cartridge filtering, mirror mode, and progress reporting (Thanks @clavery!)Patch Changes
#355
3dedc05-b2c setup skillsnow prompts to overwrite already-installed skills in interactive mode instead of silently skipping them with a "use --update to overwrite" message. The existing--updateand--forceflags still work non-interactively. (Thanks @clavery!)#365
c4309db- Skills installer (b2c setup skills) now resolves the latest skills release by querying GitHub for releases that actually carry skills zips, instead of relying on GitHub's opinionated "latest release" endpoint. Falls back to a CDN-backed lookup when the GitHub API is rate-limited. Zip downloads continue to use the GitHub release CDN with no API calls. Resolved versions are cached locally for 1 hour to keep consecutive installs fast. (Thanks @clavery!)@salesforce/b2c-dx-mcp@1.0.9
Patch Changes
59dd584,3dedc05,c4309db]:b2c-vs-extension@0.3.4
Patch Changes
59dd584,3dedc05,c4309db]:@salesforce/b2c-agent-plugins@1.1.0
Minor Changes
c4309db- Initial release. This package tracks the version of the B2C Commerce agent skills plugins (b2c-cliandb2c). Its version is stamped into the Claude Code marketplace entries and the Codex plugin manifests at release time, and skills-only changes get a dedicatedb2c-agent-plugins@X.Y.ZGitHub release tag with updated skills zips attached. Target this package in a changeset when you change skills underskills/b2c-cli/skills/orskills/b2c/skills/. (Thanks @clavery!)@salesforce/b2c-dx-docs@0.2.15
Patch Changes
#365
c4309db- Broaden skills-plugin install support and improve the installation docs. (Thanks @clavery!)b2c-cli,b2c,b2c-dx-mcp) can be installed directly from Codex CLI's plugin directory.b2c-onboardingskill (in theb2cplugin) that walks new developers through CLI verify,dw.jsonsetup, sandbox connect, and first cartridge deploy, then hands off to the topic-specific skill for the user's goal.b2c-experimentalplugin from the public marketplace.#363
e79e275- Upgrade documentation site to VitePress 2.0.0-alpha. Adds package-manager (Thanks @clavery!)icons in
::: code-grouptabs (npm, pnpm, yarn, Homebrew), "Edit this pageon GitHub" links, git-based "Last updated" timestamps, and improved local
search ranking. Generated SDK API pages under
/api/have edit andlast-updated UI suppressed since they are regenerated on every build.