@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.116.6 linux-x64 node-v22.21.1
28+ @salesforce/cli/2.117.0 linux-x64 node-v22.21.1
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -247,7 +247,7 @@ EXAMPLES
247247 $ sf agent activate --api-name Resort_Manager --target-org my-org
248248```
249249
250- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/activate.ts ) _
250+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/activate.ts ) _
251251
252252## ` sf agent create `
253253
@@ -314,7 +314,7 @@ EXAMPLES
314314 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
315315```
316316
317- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/create.ts ) _
317+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/create.ts ) _
318318
319319## ` sf agent deactivate `
320320
@@ -354,7 +354,7 @@ EXAMPLES
354354 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
355355```
356356
357- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/deactivate.ts ) _
357+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/deactivate.ts ) _
358358
359359## ` sf agent generate agent-spec `
360360
@@ -461,7 +461,7 @@ EXAMPLES
461461 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
462462```
463463
464- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/generate/agent-spec.ts ) _
464+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/generate/agent-spec.ts ) _
465465
466466## ` sf agent generate authoring-bundle `
467467
@@ -527,7 +527,7 @@ EXAMPLES
527527 other-package-dir/main/default --target-org my-dev-org
528528```
529529
530- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/generate/authoring-bundle.ts ) _
530+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/generate/authoring-bundle.ts ) _
531531
532532## ` sf agent generate template `
533533
@@ -575,7 +575,7 @@ EXAMPLES
575575 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
576576```
577577
578- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/generate/template.ts ) _
578+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/generate/template.ts ) _
579579
580580## ` sf agent generate test-spec `
581581
@@ -636,7 +636,7 @@ EXAMPLES
636636 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
637637```
638638
639- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/generate/test-spec.ts ) _
639+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/generate/test-spec.ts ) _
640640
641641## ` sf agent preview `
642642
@@ -715,7 +715,7 @@ EXAMPLES
715715 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
716716```
717717
718- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/preview.ts ) _
718+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/preview.ts ) _
719719
720720## ` sf agent publish authoring-bundle `
721721
@@ -762,7 +762,7 @@ EXAMPLES
762762 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
763763```
764764
765- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/publish/authoring-bundle.ts ) _
765+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/publish/authoring-bundle.ts ) _
766766
767767## ` sf agent test create `
768768
@@ -817,7 +817,7 @@ EXAMPLES
817817 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
818818```
819819
820- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/test/create.ts ) _
820+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/test/create.ts ) _
821821
822822## ` sf agent test list `
823823
@@ -852,7 +852,7 @@ EXAMPLES
852852 $ sf agent test list --target-org my-org
853853```
854854
855- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/test/list.ts ) _
855+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/test/list.ts ) _
856856
857857## ` sf agent test results `
858858
@@ -918,7 +918,7 @@ FLAG DESCRIPTIONS
918918 expression when using custom evaluations.
919919```
920920
921- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/test/results.ts ) _
921+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/test/results.ts ) _
922922
923923## ` sf agent test resume `
924924
@@ -991,7 +991,7 @@ FLAG DESCRIPTIONS
991991 expression when using custom evaluations.
992992```
993993
994- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/test/resume.ts ) _
994+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/test/resume.ts ) _
995995
996996## ` sf agent test run `
997997
@@ -1065,7 +1065,7 @@ FLAG DESCRIPTIONS
10651065 expression when using custom evaluations.
10661066```
10671067
1068- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/test/run.ts ) _
1068+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/test/run.ts ) _
10691069
10701070## ` sf agent validate authoring-bundle `
10711071
@@ -1112,7 +1112,7 @@ EXAMPLES
11121112 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
11131113```
11141114
1115- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.2 /src/commands/agent/validate/authoring-bundle.ts ) _
1115+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/validate/authoring-bundle.ts ) _
11161116
11171117## ` sf alias list `
11181118
0 commit comments