Skip to content

Commit 693b340

Browse files
authored
Merge pull request #2648 from salesforcecli/release/2.129.2
Release PR for 2.129.2 as nightly
2 parents 9ea6389 + ba899ef commit 693b340

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.129.1 linux-x64 node-v22.22.1
28+
@salesforce/cli/2.129.2 linux-x64 node-v22.22.1
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -264,7 +264,7 @@ EXAMPLES
264264
$ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
265265
```
266266

267-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/activate.ts)_
267+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/activate.ts)_
268268

269269
## `sf agent create`
270270

@@ -331,7 +331,7 @@ EXAMPLES
331331
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
332332
```
333333

334-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/create.ts)_
334+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/create.ts)_
335335

336336
## `sf agent deactivate`
337337

@@ -372,7 +372,7 @@ EXAMPLES
372372
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
373373
```
374374

375-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/deactivate.ts)_
375+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/deactivate.ts)_
376376

377377
## `sf agent generate agent-spec`
378378

@@ -479,7 +479,7 @@ EXAMPLES
479479
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
480480
```
481481

482-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/agent-spec.ts)_
482+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/generate/agent-spec.ts)_
483483

484484
## `sf agent generate authoring-bundle`
485485

@@ -556,7 +556,7 @@ EXAMPLES
556556
other-package-dir/main/default --target-org my-dev-org
557557
```
558558

559-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/authoring-bundle.ts)_
559+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/generate/authoring-bundle.ts)_
560560

561561
## `sf agent generate template`
562562

@@ -604,7 +604,7 @@ EXAMPLES
604604
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
605605
```
606606

607-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/template.ts)_
607+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/generate/template.ts)_
608608

609609
## `sf agent generate test-spec`
610610

@@ -669,7 +669,7 @@ EXAMPLES
669669
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
670670
```
671671

672-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/test-spec.ts)_
672+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/generate/test-spec.ts)_
673673

674674
## `sf agent preview`
675675

@@ -742,7 +742,7 @@ EXAMPLES
742742
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
743743
```
744744

745-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview.ts)_
745+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/preview.ts)_
746746

747747
## `sf agent preview end`
748748

@@ -797,7 +797,7 @@ EXAMPLES
797797
$ sf agent preview end --authoring-bundle My_Local_Agent
798798
```
799799

800-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/end.ts)_
800+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/preview/end.ts)_
801801

802802
## `sf agent preview send`
803803

@@ -855,7 +855,7 @@ EXAMPLES
855855
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
856856
```
857857

858-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/send.ts)_
858+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/preview/send.ts)_
859859

860860
## `sf agent preview sessions`
861861

@@ -888,7 +888,7 @@ EXAMPLES
888888
$ sf agent preview sessions
889889
```
890890

891-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/sessions.ts)_
891+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/preview/sessions.ts)_
892892

893893
## `sf agent preview start`
894894

@@ -945,7 +945,7 @@ EXAMPLES
945945
$ sf agent preview start --api-name My_Published_Agent
946946
```
947947

948-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/start.ts)_
948+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/preview/start.ts)_
949949

950950
## `sf agent publish authoring-bundle`
951951

@@ -994,7 +994,7 @@ EXAMPLES
994994
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
995995
```
996996

997-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/publish/authoring-bundle.ts)_
997+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/publish/authoring-bundle.ts)_
998998

999999
## `sf agent test create`
10001000

@@ -1049,7 +1049,7 @@ EXAMPLES
10491049
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
10501050
```
10511051

1052-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/create.ts)_
1052+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/test/create.ts)_
10531053

10541054
## `sf agent test list`
10551055

@@ -1084,7 +1084,7 @@ EXAMPLES
10841084
$ sf agent test list --target-org my-org
10851085
```
10861086

1087-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/list.ts)_
1087+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/test/list.ts)_
10881088

10891089
## `sf agent test results`
10901090

@@ -1150,7 +1150,7 @@ FLAG DESCRIPTIONS
11501150
expression when using custom evaluations.
11511151
```
11521152

1153-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/results.ts)_
1153+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/test/results.ts)_
11541154

11551155
## `sf agent test resume`
11561156

@@ -1223,7 +1223,7 @@ FLAG DESCRIPTIONS
12231223
expression when using custom evaluations.
12241224
```
12251225

1226-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/resume.ts)_
1226+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/test/resume.ts)_
12271227

12281228
## `sf agent test run`
12291229

@@ -1297,7 +1297,7 @@ FLAG DESCRIPTIONS
12971297
expression when using custom evaluations.
12981298
```
12991299

1300-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/run.ts)_
1300+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/test/run.ts)_
13011301

13021302
## `sf agent validate authoring-bundle`
13031303

@@ -1344,7 +1344,7 @@ EXAMPLES
13441344
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
13451345
```
13461346

1347-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/validate/authoring-bundle.ts)_
1347+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/validate/authoring-bundle.ts)_
13481348

13491349
## `sf alias list`
13501350

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.129.1",
4+
"version": "2.129.2",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -158,7 +158,7 @@
158158
"@oclif/plugin-which": "3.2.44",
159159
"@salesforce/core": "^8.25.0",
160160
"@salesforce/kit": "^3.1.6",
161-
"@salesforce/plugin-agent": "1.32.4",
161+
"@salesforce/plugin-agent": "1.32.5",
162162
"@salesforce/plugin-apex": "3.9.13",
163163
"@salesforce/plugin-api": "1.3.11",
164164
"@salesforce/plugin-auth": "4.3.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,10 +2181,10 @@
21812181
jszip "^3.10.1"
21822182
object-treeify "^2"
21832183

2184-
"@salesforce/plugin-agent@1.32.4":
2185-
version "1.32.4"
2186-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.32.4.tgz#566688ea0b90149d1bb9797f12b92a95e2191652"
2187-
integrity sha512-s0yG0f9cSHTN8zg0GsQ4RoRIeaGi1twnv9jROeIFOeRrPq0D9XGJt/Vs4uxxRiSkbNfl/67k1EX4V7ijitM+yA==
2184+
"@salesforce/plugin-agent@1.32.5":
2185+
version "1.32.5"
2186+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.32.5.tgz#0b7a4bb4b64870d55b48a494ab28a2c02074f280"
2187+
integrity sha512-PnJk+lpXyIUNCunX4d03kD2hg23D1fAzvilaGlluoDD3FZNA0ZwqA/AMLVm/Y2G6r5oI4TaTAf4uGOSGClGpZw==
21882188
dependencies:
21892189
"@inquirer/core" "^10.3.2"
21902190
"@inquirer/prompts" "^7.10.1"
@@ -2197,7 +2197,7 @@
21972197
"@salesforce/source-deploy-retrieve" "^12.31.14"
21982198
"@salesforce/types" "^1.6.0"
21992199
ansis "^3.3.2"
2200-
fast-xml-parser "^5.5.6"
2200+
fast-xml-parser "^5.5.7"
22012201
glob "^11.0.3"
22022202
ink "5.0.1"
22032203
ink-text-input "^6.0.0"
@@ -5894,14 +5894,14 @@ fast-xml-parser@5.4.1:
58945894
fast-xml-builder "^1.0.0"
58955895
strnum "^2.1.2"
58965896

5897-
fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.6:
5898-
version "5.5.6"
5899-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz#6fc61f5ae06a55a1f058abd6a4f4b5d3e9972cd0"
5900-
integrity sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==
5897+
fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7:
5898+
version "5.5.7"
5899+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz#e1ddc86662d808450a19cf2fb6ccc9c3c9933c5d"
5900+
integrity sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==
59015901
dependencies:
59025902
fast-xml-builder "^1.1.4"
59035903
path-expression-matcher "^1.1.3"
5904-
strnum "^2.1.2"
5904+
strnum "^2.2.0"
59055905

59065906
fastest-levenshtein@^1.0.16, fastest-levenshtein@^1.0.7:
59075907
version "1.0.16"
@@ -10604,10 +10604,10 @@ strip-json-comments@^3.1.1:
1060410604
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
1060510605
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
1060610606

10607-
strnum@^2.1.2:
10608-
version "2.1.2"
10609-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.2.tgz#a5e00ba66ab25f9cafa3726b567ce7a49170937a"
10610-
integrity sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==
10607+
strnum@^2.1.2, strnum@^2.2.0:
10608+
version "2.2.1"
10609+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.1.tgz#d28f896b4ef9985212494ce8bcf7ca304fad8368"
10610+
integrity sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==
1061110611

1061210612
supports-color@^5.3.0, supports-color@^5.4.0:
1061310613
version "5.5.0"

0 commit comments

Comments
 (0)