@salesforce/templates 66.9.1 → 66.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/templates/project/agent/README.md +12 -2
- package/lib/templates/project/reactexternalapp/CHANGELOG.md +48 -0
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package-lock.json +6454 -1030
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package.json +3 -3
- package/lib/templates/project/reactexternalapp/package.json +1 -1
- package/lib/templates/project/reactinternalapp/CHANGELOG.md +48 -0
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package-lock.json +6478 -1063
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package.json +3 -3
- package/lib/templates/project/reactinternalapp/package.json +1 -1
- package/lib/templates/project/standard/README.md +51 -11
- package/lib/templates/uiBundles/reactbasic/package-lock.json +6478 -1063
- package/lib/templates/uiBundles/reactbasic/package.json +3 -3
- package/package.json +6 -6
|
@@ -30,11 +30,21 @@ But you can further configure it by editing the `sfdx-project.json` file. See [S
|
|
|
30
30
|
|
|
31
31
|
## Enable Skills in Agentforce Vibes to Vibe Code Agents
|
|
32
32
|
|
|
33
|
-
To vibe code agents using Agentforce Vibes, first open the Agentforce Vibes panel. Click the **Manage
|
|
33
|
+
To vibe code agents using Agentforce Vibes, first open the Agentforce Vibes panel. Click the **Manage Skills, Rules, Workflows, and Hookss** icon, then the **Skills** tab, and ensure these skills are enabled:
|
|
34
|
+
|
|
35
|
+
- `developing-agentforce`
|
|
36
|
+
- `observing-agentforce`
|
|
37
|
+
- `testing-agentforce`
|
|
38
|
+
|
|
39
|
+
That's it!
|
|
34
40
|
|
|
35
41
|
### Use Other AI Tools
|
|
36
42
|
|
|
37
|
-
If you prefer to use other AI tools, such as Claude Code or Cursor, copy
|
|
43
|
+
If you prefer to use other AI tools, such as Claude Code or Cursor, copy these skills from the `sf-skills` GitHub repository to the appropriate directory in this DX project. Check your AI tool's documentation for the specific location and how to enable the skills.
|
|
44
|
+
|
|
45
|
+
- [`developing-agentforce`](https://github.com/forcedotcom/sf-skills/tree/main/skills/developing-agentforce)
|
|
46
|
+
- [`observing-agentforce`](https://github.com/forcedotcom/sf-skills/tree/main/skills/observing-agentforce)
|
|
47
|
+
- [`testing-agentforce`](https://github.com/forcedotcom/sf-skills/tree/main/skills/testing-agentforce)
|
|
38
48
|
|
|
39
49
|
## Vibe Code the Sample Agent
|
|
40
50
|
|
|
@@ -3,6 +3,54 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [10.6.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.5.1...v10.6.0) (2026-06-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [10.5.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.5.0...v10.5.1) (2026-06-04)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [10.5.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.4.1...v10.5.0) (2026-06-03)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [10.4.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.4.0...v10.4.1) (2026-06-03)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [10.4.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.3.0...v10.4.0) (2026-06-02)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [10.3.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.2.2...v10.3.0) (2026-06-02)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
6
54
|
## [10.2.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.2.1...v10.2.2) (2026-06-01)
|
|
7
55
|
|
|
8
56
|
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|