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 Aug 20 15:33:02 UTC 2026
Tue Aug 25 15:42:11 UTC 2026
5 changes: 0 additions & 5 deletions .changeset/fast-brotli-streaming.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/quiet-debug-affinity-guidance.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/remember-pkce-fallback.md

This file was deleted.

8 changes: 4 additions & 4 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.8.4"
"version": "1.8.5"
},
{
"name": "b2c",
Expand All @@ -29,7 +29,7 @@
"source": "./skills/b2c",
"category": "productivity",
"strict": false,
"version": "1.8.4"
"version": "1.8.5"
},
{
"name": "b2c-dx-mcp",
Expand All @@ -41,7 +41,7 @@
"source": "./plugins/b2c-dx-mcp",
"category": "productivity",
"strict": false,
"version": "2.1.1"
"version": "2.1.2"
},
{
"name": "storefront-next",
Expand All @@ -53,7 +53,7 @@
"source": "./skills/storefront-next",
"category": "productivity",
"strict": false,
"version": "1.8.4"
"version": "1.8.5"
},
{
"name": "storefront-next-figma",
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @salesforce/b2c-dx-docs

## 0.3.23

### Patch Changes

- [#638](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/638) [`5d48cfc`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/5d48cfc0122158625d24dd039d8066e1fa1c37f2) - Keep debugger server-affinity guidance as a rare PIG-only troubleshooting note instead of prompting users and agents to use `dwsid` during routine debugging. (Thanks [@clavery](https://github.com/clavery)!)

- [#634](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/634) [`4dee938`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/4dee938cd4c2d5fd48c6ebc85ee99abf432529ff) - Remember when an Account Manager client rejects PKCE so later CLI and VS Code sessions start directly with the compatible implicit flow, and avoid reporting authentication success before the PKCE token exchange completes. (Thanks [@clavery](https://github.com/clavery)!)

## 0.3.22

### Patch 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.22",
"version": "0.3.23",
"private": true,
"description": "Documentation for B2C Developer Tooling",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/b2c-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @salesforce/b2c-cli

## 1.23.2

### Patch Changes

- Updated dependencies [[`5d48cfc`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/5d48cfc0122158625d24dd039d8066e1fa1c37f2), [`4dee938`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/4dee938cd4c2d5fd48c6ebc85ee99abf432529ff)]:
- @salesforce/b2c-tooling-sdk@1.24.2

## 1.23.1

### Patch 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.23.1",
"version": "1.23.2",
"author": "Charles Lavery",
"bin": {
"b2c": "./bin/run.js"
Expand Down
9 changes: 9 additions & 0 deletions packages/b2c-dx-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @salesforce/b2c-dx-mcp

## 2.1.2

### Patch Changes

- [#638](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/638) [`5d48cfc`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/5d48cfc0122158625d24dd039d8066e1fa1c37f2) - Keep debugger server-affinity guidance as a rare PIG-only troubleshooting note instead of prompting users and agents to use `dwsid` during routine debugging. (Thanks [@clavery](https://github.com/clavery)!)

- Updated dependencies [[`5d48cfc`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/5d48cfc0122158625d24dd039d8066e1fa1c37f2), [`4dee938`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/4dee938cd4c2d5fd48c6ebc85ee99abf432529ff)]:
- @salesforce/b2c-tooling-sdk@1.24.2

## 2.1.1

### Patch 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": "2.1.1",
"version": "2.1.2",
"author": "Salesforce",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
8 changes: 8 additions & 0 deletions packages/b2c-tooling-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @salesforce/b2c-tooling-sdk

## 1.24.2

### Patch Changes

- [#638](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/638) [`5d48cfc`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/5d48cfc0122158625d24dd039d8066e1fa1c37f2) - Keep debugger server-affinity guidance as a rare PIG-only troubleshooting note instead of prompting users and agents to use `dwsid` during routine debugging. (Thanks [@clavery](https://github.com/clavery)!)

- [#634](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/634) [`4dee938`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/4dee938cd4c2d5fd48c6ebc85ee99abf432529ff) - Remember when an Account Manager client rejects PKCE so later CLI and VS Code sessions start directly with the compatible implicit flow, and avoid reporting authentication success before the PKCE token exchange completes. (Thanks [@clavery](https://github.com/clavery)!)

## 1.24.1

### Patch 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.24.1",
"version": "1.24.2",
"author": "Charles Lavery",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
7 changes: 7 additions & 0 deletions packages/b2c-vs-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.1.4

### Patch Changes

- Updated dependencies [[`5d48cfc`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/5d48cfc0122158625d24dd039d8066e1fa1c37f2), [`4dee938`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/4dee938cd4c2d5fd48c6ebc85ee99abf432529ff)]:
- @salesforce/b2c-tooling-sdk@1.24.2

## 1.1.3

### Patch 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": "Salesforce B2C Commerce",
"description": "Tools for developing on Salesforce B2C Commerce, including cartridge deployment, script debugging and IntelliSense, and sandbox management.",
"version": "1.1.3",
"version": "1.1.4",
"publisher": "Salesforce",
"icon": "media/icon.png",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/mrt-reference-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @salesforce/mrt-reference-app

## 0.0.3

### Patch Changes

- Updated dependencies [[`a4a87a9`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/a4a87a9d60552e6fad01a0d0c074fbc7e5ab6264)]:
- @salesforce/mrt-utilities@0.3.1

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mrt-reference-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/mrt-reference-app",
"version": "0.0.2",
"version": "0.0.3",
"description": "Reference application demonstrating MRT features",
"type": "module",
"author": "Salesforce",
Expand Down
6 changes: 6 additions & 0 deletions packages/mrt-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/mrt-utilities

## 0.3.1

### Patch Changes

- [#635](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/635) [`a4a87a9`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/a4a87a9d60552e6fad01a0d0c074fbc7e5ab6264) - Improve streamed response performance by using a runtime-appropriate Brotli quality and periodically flushing compressed output. The Brotli quality and flush threshold can now be tuned via the `MRT_BROTLI_COMPRESSION_QUALITY` (0-11) and `MRT_BROTLI_FLUSH_THRESHOLD_BYTES` (bytes) environment variables, and the periodic flushing behavior can be disabled by setting `MRT_BROTLI_CHUNKING_ENABLED=false`. (Thanks [@clavery](https://github.com/clavery)!)

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mrt-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/mrt-utilities",
"version": "0.3.0",
"version": "0.3.1",
"description": "Middleware and utilities to simulate a deployed Managed Runtime environment",
"type": "module",
"author": "Salesforce",
Expand Down
7 changes: 7 additions & 0 deletions packages/mrt-welcome-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @salesforce/mrt-welcome-app

## 0.0.3

### Patch Changes

- Updated dependencies [[`a4a87a9`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/a4a87a9d60552e6fad01a0d0c074fbc7e5ab6264)]:
- @salesforce/mrt-utilities@0.3.1

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mrt-welcome-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/mrt-welcome-app",
"version": "0.0.2",
"version": "0.0.3",
"description": "Welcome application deployed to new MRT environments",
"type": "module",
"author": "Salesforce",
Expand Down
2 changes: 1 addition & 1 deletion plugins/b2c-dx-mcp/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "b2c-dx-mcp",
"version": "2.1.1",
"version": "2.1.2",
"description": "MCP server for AI-assisted Salesforce B2C Commerce development.",
"author": {
"name": "Salesforce",
Expand Down
2 changes: 1 addition & 1 deletion plugins/b2c-dx-mcp/.mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"command": "npx",
"args": [
"-y",
"@salesforce/b2c-dx-mcp@2.1.1",
"@salesforce/b2c-dx-mcp@2.1.2",
"--allow-non-ga-tools"
]
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/b2c-dx-mcp/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"command": "npx",
"args": [
"-y",
"@salesforce/b2c-dx-mcp@2.1.1",
"@salesforce/b2c-dx-mcp@2.1.2",
"--allow-non-ga-tools"
]
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/b2c-dx-mcp/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "b2c-dx-mcp",
"version": "2.1.1",
"version": "2.1.2",
"description": "MCP server for AI-assisted Salesforce B2C Commerce development with project-aware tooling for common workflows.",
"author": {
"name": "Salesforce"
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.8.5

### Patch Changes

- [#638](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/638) [`5d48cfc`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/5d48cfc0122158625d24dd039d8066e1fa1c37f2) - Keep debugger server-affinity guidance as a rare PIG-only troubleshooting note instead of prompting users and agents to use `dwsid` during routine debugging. (Thanks [@clavery](https://github.com/clavery)!)

## 1.8.4

### Patch 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.8.4",
"version": "1.8.5",
"description": "B2C CLI Skills for Salesforce Commerce Cloud development.",
"author": {
"name": "Salesforce"
Expand Down
2 changes: 1 addition & 1 deletion skills/b2c-cli/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "b2c-cli",
"version": "1.8.4",
"version": "1.8.5",
"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.8.4",
"version": "1.8.5",
"description": "B2C Commerce development skills including Custom API development guides.",
"author": {
"name": "Salesforce"
Expand Down
2 changes: 1 addition & 1 deletion skills/b2c/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "b2c",
"version": "1.8.4",
"version": "1.8.5",
"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.8.4",
"version": "1.8.5",
"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.8.4",
"version": "1.8.5",
"description": "Storefront Next development skills for building React 19 storefronts on Salesforce B2C Commerce.",
"author": {
"name": "Salesforce"
Expand Down
2 changes: 1 addition & 1 deletion skills/storefront-next/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "storefront-next",
"version": "1.8.4",
"version": "1.8.5",
"description": "Storefront Next development skills for building React 19 storefronts on Salesforce B2C Commerce.",
"author": {
"name": "Salesforce"
Expand Down
Loading