@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.125.1 linux-x64 node-v22.22.0
28+ @salesforce/cli/2.125.2 linux-x64 node-v22.22.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -254,7 +254,7 @@ EXAMPLES
254254 $ sf agent activate --api-name Resort_Manager --target-org my-org
255255```
256256
257- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/activate.ts ) _
257+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/activate.ts ) _
258258
259259## ` sf agent create `
260260
@@ -321,7 +321,7 @@ EXAMPLES
321321 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
322322```
323323
324- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/create.ts ) _
324+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/create.ts ) _
325325
326326## ` sf agent deactivate `
327327
@@ -361,7 +361,7 @@ EXAMPLES
361361 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
362362```
363363
364- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/deactivate.ts ) _
364+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/deactivate.ts ) _
365365
366366## ` sf agent generate agent-spec `
367367
@@ -468,7 +468,7 @@ EXAMPLES
468468 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
469469```
470470
471- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/generate/agent-spec.ts ) _
471+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/generate/agent-spec.ts ) _
472472
473473## ` sf agent generate authoring-bundle `
474474
@@ -545,7 +545,7 @@ EXAMPLES
545545 other-package-dir/main/default --target-org my-dev-org
546546```
547547
548- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/generate/authoring-bundle.ts ) _
548+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/generate/authoring-bundle.ts ) _
549549
550550## ` sf agent generate template `
551551
@@ -593,7 +593,7 @@ EXAMPLES
593593 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
594594```
595595
596- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/generate/template.ts ) _
596+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/generate/template.ts ) _
597597
598598## ` sf agent generate test-spec `
599599
@@ -654,7 +654,7 @@ EXAMPLES
654654 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
655655```
656656
657- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/generate/test-spec.ts ) _
657+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/generate/test-spec.ts ) _
658658
659659## ` sf agent preview `
660660
@@ -727,7 +727,7 @@ EXAMPLES
727727 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
728728```
729729
730- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/preview.ts ) _
730+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/preview.ts ) _
731731
732732## ` sf agent preview end `
733733
@@ -782,7 +782,7 @@ EXAMPLES
782782 $ sf agent preview end --authoring-bundle My_Local_Agent
783783```
784784
785- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/preview/end.ts ) _
785+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/preview/end.ts ) _
786786
787787## ` sf agent preview send `
788788
@@ -840,7 +840,7 @@ EXAMPLES
840840 $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
841841```
842842
843- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/preview/send.ts ) _
843+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/preview/send.ts ) _
844844
845845## ` sf agent preview sessions `
846846
@@ -873,7 +873,7 @@ EXAMPLES
873873 $ sf agent preview sessions
874874```
875875
876- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/preview/sessions.ts ) _
876+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/preview/sessions.ts ) _
877877
878878## ` sf agent preview start `
879879
@@ -930,7 +930,7 @@ EXAMPLES
930930 $ sf agent preview start --api-name My_Published_Agent
931931```
932932
933- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/preview/start.ts ) _
933+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/preview/start.ts ) _
934934
935935## ` sf agent publish authoring-bundle `
936936
@@ -979,7 +979,7 @@ EXAMPLES
979979 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
980980```
981981
982- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/publish/authoring-bundle.ts ) _
982+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/publish/authoring-bundle.ts ) _
983983
984984## ` sf agent test create `
985985
@@ -1034,7 +1034,7 @@ EXAMPLES
10341034 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
10351035```
10361036
1037- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/test/create.ts ) _
1037+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/test/create.ts ) _
10381038
10391039## ` sf agent test list `
10401040
@@ -1069,7 +1069,7 @@ EXAMPLES
10691069 $ sf agent test list --target-org my-org
10701070```
10711071
1072- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/test/list.ts ) _
1072+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/test/list.ts ) _
10731073
10741074## ` sf agent test results `
10751075
@@ -1135,7 +1135,7 @@ FLAG DESCRIPTIONS
11351135 expression when using custom evaluations.
11361136```
11371137
1138- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/test/results.ts ) _
1138+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/test/results.ts ) _
11391139
11401140## ` sf agent test resume `
11411141
@@ -1208,7 +1208,7 @@ FLAG DESCRIPTIONS
12081208 expression when using custom evaluations.
12091209```
12101210
1211- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/test/resume.ts ) _
1211+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/test/resume.ts ) _
12121212
12131213## ` sf agent test run `
12141214
@@ -1282,7 +1282,7 @@ FLAG DESCRIPTIONS
12821282 expression when using custom evaluations.
12831283```
12841284
1285- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/test/run.ts ) _
1285+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/test/run.ts ) _
12861286
12871287## ` sf agent validate authoring-bundle `
12881288
@@ -1329,7 +1329,7 @@ EXAMPLES
13291329 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
13301330```
13311331
1332- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.4 /src/commands/agent/validate/authoring-bundle.ts ) _
1332+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.6 /src/commands/agent/validate/authoring-bundle.ts ) _
13331333
13341334## ` sf alias list `
13351335
0 commit comments