Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu May 7 23:56:57 UTC 2026
Wed May 13 01:22:16 UTC 2026
5 changes: 0 additions & 5 deletions .changeset/exclude-evals-from-skill-zips.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/site-library-config-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slas-client-get-redirect-uris-list.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vscode-extension-docs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vscode-telemetry.md

This file was deleted.

6 changes: 3 additions & 3 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": "./skills/b2c-cli",
"category": "productivity",
"strict": false,
"version": "1.3.0"
"version": "1.3.1"
},
{
"name": "b2c",
Expand All @@ -29,7 +29,7 @@
"source": "./skills/b2c",
"category": "productivity",
"strict": false,
"version": "1.3.0"
"version": "1.3.1"
},
{
"name": "b2c-dx-mcp",
Expand All @@ -52,7 +52,7 @@
"source": "./skills/storefront-next",
"category": "productivity",
"strict": false,
"version": "1.3.0"
"version": "1.3.1"
},
{
"name": "cap-dev",
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/b2c-dx-docs

## 0.3.1

### Patch Changes

- [#409](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/409) [`ec31234`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ec312342e14080fb5d51b72243e763030c429f80) - Document the B2C DX VS Code Extension. New `/vscode-extension/` section with overview, installation (with a dynamic download link to the latest VSIX release), configuration reference, and a feature tour covering Sandbox Realm Explorer, Cartridge Code Sync, WebDAV Browser, Content Libraries, SCAPI API Browser, B2C Script Debugger, scaffold/CAP install, log tailing, and B2C CLI plugin support. (Thanks [@clavery](https://github.com/clavery)!)

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/b2c-dx-docs",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Documentation for B2C Developer Tooling",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/b2c-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @salesforce/b2c-cli

## 1.10.0

### Minor Changes

- [#422](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/422) [`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a) - The `libraries` config field now accepts `{id, siteLibrary?}` objects in addition to bare strings (mixed forms allowed in the same array). This lets you mark site-private libraries in `dw.json` or `package.json` so `b2c content list` / `content export` can default `--site-library` based on which library you target, and the VS Code Content Libraries tree auto-loads every configured library on activation. To upgrade, optionally replace `"libraries": ["RefArchSharedLibrary"]` with `"libraries": ["RefArchSharedLibrary", {"id": "SiteGenesis", "siteLibrary": true}]`. The existing string-only form continues to work unchanged. Also adds `libraries`, `assetQuery`, and `realm` to the documented `package.json` allowed fields list (already supported in code). (Thanks [@clavery](https://github.com/clavery)!)

### Patch Changes

- [`7b3524f`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/7b3524f1f545b290861784396897c537cb631df3) - `b2c slas:client:get` now displays redirect URIs and callback URIs as lists (one per line) instead of the raw pipe-delimited strings returned by the SLAS API, matching the formatting used for scopes. (Thanks [@clavery](https://github.com/clavery)!)

- Updated dependencies [[`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a)]:
- @salesforce/b2c-tooling-sdk@1.10.0

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/b2c-cli",
"description": "A Salesforce B2C Commerce CLI",
"version": "1.9.0",
"version": "1.10.0",
"author": "Charles Lavery",
"bin": {
"b2c": "./bin/run.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/b2c-dx-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @salesforce/b2c-dx-mcp

## 1.1.1

### Patch Changes

- Updated dependencies [[`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a)]:
- @salesforce/b2c-tooling-sdk@1.10.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-dx-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/b2c-dx-mcp",
"description": "MCP server for B2C Commerce developer experience tools",
"version": "1.1.0",
"version": "1.1.1",
"author": "Salesforce",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
6 changes: 6 additions & 0 deletions packages/b2c-tooling-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/b2c-tooling-sdk

## 1.10.0

### Minor Changes

- [#422](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/422) [`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a) - The `libraries` config field now accepts `{id, siteLibrary?}` objects in addition to bare strings (mixed forms allowed in the same array). This lets you mark site-private libraries in `dw.json` or `package.json` so `b2c content list` / `content export` can default `--site-library` based on which library you target, and the VS Code Content Libraries tree auto-loads every configured library on activation. To upgrade, optionally replace `"libraries": ["RefArchSharedLibrary"]` with `"libraries": ["RefArchSharedLibrary", {"id": "SiteGenesis", "siteLibrary": true}]`. The existing string-only form continues to work unchanged. Also adds `libraries`, `assetQuery`, and `realm` to the documented `package.json` allowed fields list (already supported in code). (Thanks [@clavery](https://github.com/clavery)!)

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-tooling-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/b2c-tooling-sdk",
"description": "Core tooling library for Salesforce B2C Commerce CLI",
"version": "1.9.0",
"version": "1.10.0",
"author": "Charles Lavery",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
13 changes: 13 additions & 0 deletions packages/b2c-vs-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.7.0

### Minor Changes

- [#422](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/422) [`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a) - The `libraries` config field now accepts `{id, siteLibrary?}` objects in addition to bare strings (mixed forms allowed in the same array). This lets you mark site-private libraries in `dw.json` or `package.json` so `b2c content list` / `content export` can default `--site-library` based on which library you target, and the VS Code Content Libraries tree auto-loads every configured library on activation. To upgrade, optionally replace `"libraries": ["RefArchSharedLibrary"]` with `"libraries": ["RefArchSharedLibrary", {"id": "SiteGenesis", "siteLibrary": true}]`. The existing string-only form continues to work unchanged. Also adds `libraries`, `assetQuery`, and `realm` to the documented `package.json` allowed fields list (already supported in code). (Thanks [@clavery](https://github.com/clavery)!)

- [#409](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/409) [`ec31234`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ec312342e14080fb5d51b72243e763030c429f80) - Add anonymous usage telemetry (extension activation/deactivation lifecycle, broad feature-category usage, exceptions) to help prioritize fixes during the Developer Preview. Sending is non-blocking. Honors the new `b2c-dx.telemetry.enabled` setting (default `true`), VS Code's `telemetry.telemetryLevel`, and the `SFCC_DISABLE_TELEMETRY` / `SF_DISABLE_TELEMETRY` environment variables. No credentials, hostnames, or business data are collected. (Thanks [@clavery](https://github.com/clavery)!)

### Patch Changes

- Updated dependencies [[`e4b8238`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/e4b82385bfddb93a17f874f34315e4ab73e7c84a)]:
- @salesforce/b2c-tooling-sdk@1.10.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-vs-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "b2c-vs-extension",
"displayName": "B2C DX VSCE",
"description": "VS Code extension for B2C Commerce developer experience (Page Designer assistant, B2C CLI integration)",
"version": "0.6.0",
"version": "0.7.0",
"publisher": "Salesforce",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
6 changes: 6 additions & 0 deletions skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/b2c-agent-plugins

## 1.3.1

### Patch Changes

- [`ac0da1b`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/ac0da1b42699613e6d7c22503676641df3a31201) - Exclude per-skill `evals/` directories from the released skills zip artifacts so end users don't receive eval fixtures. (Thanks [@clavery](https://github.com/clavery)!)

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion skills/b2c-cli/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "b2c-cli",
"version": "1.3.0",
"version": "1.3.1",
"description": "B2C CLI Skills for Salesforce Commerce Cloud development.",
"author": {
"name": "Salesforce"
Expand Down
2 changes: 1 addition & 1 deletion skills/b2c/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "b2c",
"version": "1.3.0",
"version": "1.3.1",
"description": "B2C Commerce development skills including Custom API development guides.",
"author": {
"name": "Salesforce"
Expand Down
2 changes: 1 addition & 1 deletion skills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/b2c-agent-plugins",
"version": "1.3.0",
"version": "1.3.1",
"description": "B2C Commerce agent skills plugins (b2c-cli, b2c). Private — distributed via GitHub release zips.",
"private": true
}
2 changes: 1 addition & 1 deletion skills/storefront-next/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storefront-next",
"version": "1.3.0",
"version": "1.3.1",
"description": "Storefront Next development skills for building React 19 storefronts on Salesforce B2C Commerce.",
"author": {
"name": "Salesforce"
Expand Down
Loading