Skip to content

Commit 2d98ea0

Browse files
authored
Merge branch 'main' into W-22162268-OAuth-JWT-Client
2 parents 8c7fb8b + ca921ae commit 2d98ea0

32 files changed

Lines changed: 2009 additions & 240 deletions

.changeset/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Apr 24 15:56:51 UTC 2026
1+
Sat Apr 25 03:05:45 UTC 2026

.changeset/copilot-update-tip.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@salesforce/b2c-dx-docs': patch
3+
---
4+
5+
Add tip for updating Copilot skills marketplace in VS Code via Check for Extension Updates

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ document.addEventListener('click', (e) => {
168168
`;
169169

170170
export default defineConfig({
171-
title: 'B2C DX',
172-
description: 'Salesforce B2C Commerce Developer Experience - CLI, MCP Server, and SDK',
171+
title: 'B2C Developer Toolkit',
172+
description: 'Agentic B2C Developer Toolkit — CLI, Agent Skills, MCP Server, SDK, and IDE extensions for Salesforce B2C Commerce',
173173
base: basePath,
174174

175175
head: [['script', {}, versionSwitchScript]],

docs/.vitepress/theme/HomeLayout.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ const {frontmatter, theme} = useData();
2323
<VPHomeFeatures />
2424

2525
<HomePackages />
26+
27+
<div v-if="frontmatter.renameNotice" class="home-rename-notice">
28+
<VPHomeContent>
29+
<div class="custom-block info">
30+
<p class="custom-block-title">{{ frontmatter.renameNotice.title }}</p>
31+
<p>{{ frontmatter.renameNotice.text }}</p>
32+
</div>
33+
</VPHomeContent>
34+
</div>
2635
</div>
2736
</template>
2837

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @salesforce/b2c-dx-docs
22

3+
## 0.2.21
4+
5+
### Patch Changes
6+
7+
- [`70ccffb`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/70ccffbbe22df80f536edbb935847c76463a42af) - Add rename notice to homepage explaining B2C DX is now the Agentic B2C Developer Toolkit (Thanks [@clavery](https://github.com/clavery)!)
8+
9+
## 0.2.20
10+
11+
### Patch Changes
12+
13+
- [`21e0c4e`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/21e0c4e57ab16361445e07374707c6c988f6953a) - Rebrand docs homepage and intro pages to "Agentic B2C Developer Toolkit" (Thanks [@clavery](https://github.com/clavery)!)
14+
315
## 0.2.19
416

517
### Patch Changes

docs/guide/agent-skills.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: AI agent skills and plugins for Salesforce B2C Commerce — teach Agentforce Vibes, Claude Code, Codex, Cursor, and GitHub Copilot the full B2C Commerce stack.
2+
description: Agentic B2C Developer Toolkit — AI agent skills and plugins that teach Agentforce Vibes, Claude Code, Codex, Cursor, and GitHub Copilot the full B2C Commerce stack.
33
---
44

55
# Agent Skills & Plugins
@@ -27,6 +27,10 @@ Then enter:
2727
SalesforceCommerceCloud/b2c-developer-tooling
2828
```
2929

30+
::: tip Updating Copilot Skills in VS Code
31+
To update the extension marketplace for the latest skills, open the Extensions view sidebar, click **`···`** (the ellipsis menu), and select **Check for Extension Updates**.
32+
:::
33+
3034
```bash [Copilot CLI]
3135
copilot plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
3236
copilot plugin install b2c-cli@b2c-developer-tooling

docs/guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
description: Introduction to the B2C CLI, MCP Server, Agent Skills, and SDK for Salesforce B2C Commerce — deploy code, run jobs, manage sandboxes, and build with AI coding agents.
2+
description: Introduction to the Agentic B2C Developer Toolkit — CLI, Agent Skills, MCP Server, and SDK for Salesforce Agentforce Commerce.
33
---
44

55
# Introduction
66

7-
B2C Developer Tooling exposes the B2C Commerce platform as commands, MCP tools, and coding skills — so you and your AI agents can build, deploy, and operate storefronts from the terminal or directly inside your IDE. No clicking through Business Manager to deploy, no context-switching to run a job, no manual copy-paste when your agent needs to touch a live sandbox.
7+
The Agentic B2C Developer Toolkit exposes the B2C Commerce platform as commands, MCP tools, and coding skills — so you and your AI agents can build, deploy, and operate storefronts from the terminal or directly inside your IDE. No clicking through Business Manager to deploy, no context-switching to run a job, no manual copy-paste when your agent needs to touch a live sandbox.
88

99
- **B2C CLI** — a single command for every workflow: cartridge deploys, jobs, ODS/MRT, WebDAV, site archives, SLAS, eCDN, Account Manager, CI/CD.
1010
- **Agent Skills** — 30+ preconfigured skills that teach your coding agent (Claude Code, Cursor, Agentforce Vibes, Copilot, Codex) how B2C Commerce works — SCAPI Custom APIs, SLAS, SFRA controllers and forms, ISML, Page Designer, hooks, custom objects — and which CLI commands to run when.

docs/index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
2-
description: Developer tools for Salesforce B2C Commerce — the full power of the platform as a CLI, Agent Skills, MCP Server, SDK, and IDE extensions.
2+
description: Agentic B2C Developer Toolkit — CLI, Agent Skills, MCP Server, SDK, and IDE extensions for Salesforce B2C Commerce.
33
layout: b2c-home
44
isHome: true
55

6+
renameNotice:
7+
title: Formerly B2C DX
8+
text: "The project previously known as B2C DX (B2C Developer Tooling) is now the Agentic B2C Developer Toolkit. The CLI package name (@salesforce/b2c-cli), commands, and configuration remain the same."
9+
610
hero:
7-
name: B2C DX
8-
text: Developer tools for Salesforce B2C Commerce
9-
tagline: The full power of B2C Commerce, available as a CLI, Agent Skills, and IDE extensions — so you and your coding agent can build, deploy, and operate together.
11+
name: Agentic B2C Developer Toolkit
12+
text: ""
13+
tagline: CLI, Agent Skills, MCP Server, and IDE extensions for Salesforce Agentforce Commerce — everything you and your coding agent need to build, deploy, and operate B2C Commerce together.
1014
image:
1115
src: /hero-collage.png
12-
alt: B2C DX — CLI, Agentforce Vibes, and Claude Code
16+
alt: Agentic B2C Developer Toolkit — CLI, Agentforce Vibes, and Claude Code
1317
actions:
1418
- theme: brand
1519
text: Get Started
@@ -112,3 +116,4 @@ npx @salesforce/b2c-cli setup skills
112116
```
113117

114118
:::
119+

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/b2c-dx-docs",
3-
"version": "0.2.19",
3+
"version": "0.2.21",
44
"private": true,
55
"description": "Documentation for B2C Developer Tooling",
66
"scripts": {

packages/b2c-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @salesforce/b2c-cli
22

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4f30de7`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/4f30de783a049e33a121ec80a2cbd1c455f5d4e8)]:
8+
- @salesforce/b2c-tooling-sdk@1.8.0
9+
310
## 1.8.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)