@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.104.6 linux-x64 node-v22.18.0
28+ @salesforce/cli/2.105.0 linux-x64 node-v22.18.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -241,7 +241,7 @@ EXAMPLES
241241 $ sf agent activate --api-name Resort_Manager --target-org my-org
242242```
243243
244- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/activate.ts ) _
244+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/activate.ts ) _
245245
246246## ` sf agent create `
247247
@@ -303,7 +303,7 @@ EXAMPLES
303303 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
304304```
305305
306- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/create.ts ) _
306+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/create.ts ) _
307307
308308## ` sf agent deactivate `
309309
@@ -343,7 +343,7 @@ EXAMPLES
343343 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
344344```
345345
346- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/deactivate.ts ) _
346+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/deactivate.ts ) _
347347
348348## ` sf agent generate agent-spec `
349349
@@ -448,7 +448,7 @@ EXAMPLES
448448 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
449449```
450450
451- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/generate/agent-spec.ts ) _
451+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/generate/agent-spec.ts ) _
452452
453453## ` sf agent generate template `
454454
@@ -496,7 +496,7 @@ EXAMPLES
496496 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
497497```
498498
499- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/generate/template.ts ) _
499+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/generate/template.ts ) _
500500
501501## ` sf agent generate test-spec `
502502
@@ -557,7 +557,7 @@ EXAMPLES
557557 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
558558```
559559
560- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/generate/test-spec.ts ) _
560+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/generate/test-spec.ts ) _
561561
562562## ` sf agent preview `
563563
@@ -621,7 +621,7 @@ EXAMPLES
621621 transcripts/my-preview
622622```
623623
624- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/preview.ts ) _
624+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/preview.ts ) _
625625
626626## ` sf agent test create `
627627
@@ -676,7 +676,7 @@ EXAMPLES
676676 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
677677```
678678
679- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/test/create.ts ) _
679+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/test/create.ts ) _
680680
681681## ` sf agent test list `
682682
@@ -711,7 +711,7 @@ EXAMPLES
711711 $ sf agent test list --target-org my-org
712712```
713713
714- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/test/list.ts ) _
714+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/test/list.ts ) _
715715
716716## ` sf agent test results `
717717
@@ -777,7 +777,7 @@ FLAG DESCRIPTIONS
777777 expression when using custom evaluations.
778778```
779779
780- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/test/results.ts ) _
780+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/test/results.ts ) _
781781
782782## ` sf agent test resume `
783783
@@ -850,7 +850,7 @@ FLAG DESCRIPTIONS
850850 expression when using custom evaluations.
851851```
852852
853- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/test/resume.ts ) _
853+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/test/resume.ts ) _
854854
855855## ` sf agent test run `
856856
@@ -924,7 +924,7 @@ FLAG DESCRIPTIONS
924924 expression when using custom evaluations.
925925```
926926
927- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.6 /src/commands/agent/test/run.ts ) _
927+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.7 /src/commands/agent/test/run.ts ) _
928928
929929## ` sf alias list `
930930
0 commit comments