@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.108.4 linux-x64 node-v22.19.0
28+ @salesforce/cli/2.108.5 linux-x64 node-v22.19.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -243,7 +243,7 @@ EXAMPLES
243243 $ sf agent activate --api-name Resort_Manager --target-org my-org
244244```
245245
246- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/activate.ts ) _
246+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/activate.ts ) _
247247
248248## ` sf agent create `
249249
@@ -305,7 +305,7 @@ EXAMPLES
305305 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
306306```
307307
308- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/create.ts ) _
308+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/create.ts ) _
309309
310310## ` sf agent deactivate `
311311
@@ -345,7 +345,7 @@ EXAMPLES
345345 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
346346```
347347
348- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/deactivate.ts ) _
348+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/deactivate.ts ) _
349349
350350## ` sf agent generate agent-spec `
351351
@@ -450,7 +450,7 @@ EXAMPLES
450450 $ sf agent generate agent-spec --tone formal --agent-user [email protected] 451451```
452452
453- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/generate/agent-spec.ts ) _
453+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/generate/agent-spec.ts ) _
454454
455455## ` sf agent generate template `
456456
@@ -498,7 +498,7 @@ EXAMPLES
498498 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
499499```
500500
501- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/generate/template.ts ) _
501+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/generate/template.ts ) _
502502
503503## ` sf agent generate test-spec `
504504
@@ -559,7 +559,7 @@ EXAMPLES
559559 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
560560```
561561
562- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/generate/test-spec.ts ) _
562+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/generate/test-spec.ts ) _
563563
564564## ` sf agent preview `
565565
@@ -623,7 +623,7 @@ EXAMPLES
623623 transcripts/my-preview
624624```
625625
626- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/preview.ts ) _
626+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/preview.ts ) _
627627
628628## ` sf agent test create `
629629
@@ -678,7 +678,7 @@ EXAMPLES
678678 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
679679```
680680
681- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/test/create.ts ) _
681+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/test/create.ts ) _
682682
683683## ` sf agent test list `
684684
@@ -713,7 +713,7 @@ EXAMPLES
713713 $ sf agent test list --target-org my-org
714714```
715715
716- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/test/list.ts ) _
716+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/test/list.ts ) _
717717
718718## ` sf agent test results `
719719
@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
779779 expression when using custom evaluations.
780780```
781781
782- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/test/results.ts ) _
782+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/test/results.ts ) _
783783
784784## ` sf agent test resume `
785785
@@ -852,7 +852,7 @@ FLAG DESCRIPTIONS
852852 expression when using custom evaluations.
853853```
854854
855- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/test/resume.ts ) _
855+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/test/resume.ts ) _
856856
857857## ` sf agent test run `
858858
@@ -926,7 +926,7 @@ FLAG DESCRIPTIONS
926926 expression when using custom evaluations.
927927```
928928
929- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.12 /src/commands/agent/test/run.ts ) _
929+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.13 /src/commands/agent/test/run.ts ) _
930930
931931## ` sf alias list `
932932
0 commit comments