@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running 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]
3030USAGE
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
0 commit comments