@@ -130,7 +130,7 @@ EXAMPLES
130130 $ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
131131```
132132
133- _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/activate.ts ) _
133+ _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/activate.ts ) _
134134
135135## ` sf agent create `
136136
@@ -197,7 +197,7 @@ EXAMPLES
197197 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
198198```
199199
200- _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/create.ts ) _
200+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/create.ts ) _
201201
202202## ` sf agent deactivate `
203203
@@ -238,7 +238,7 @@ EXAMPLES
238238 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
239239```
240240
241- _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/deactivate.ts ) _
241+ _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/deactivate.ts ) _
242242
243243## ` sf agent generate agent-spec `
244244
@@ -345,7 +345,7 @@ EXAMPLES
345345 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
346346```
347347
348- _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/generate/agent-spec.ts ) _
348+ _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/generate/agent-spec.ts ) _
349349
350350## ` sf agent generate authoring-bundle `
351351
@@ -422,7 +422,7 @@ EXAMPLES
422422 other-package-dir/main/default --target-org my-dev-org
423423```
424424
425- _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/generate/authoring-bundle.ts ) _
425+ _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/generate/authoring-bundle.ts ) _
426426
427427## ` sf agent generate template `
428428
@@ -484,7 +484,7 @@ EXAMPLES
484484 my-package --source-org my-scratch-org
485485```
486486
487- _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/generate/template.ts ) _
487+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/generate/template.ts ) _
488488
489489## ` sf agent generate test-spec `
490490
@@ -549,7 +549,7 @@ EXAMPLES
549549 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
550550```
551551
552- _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/generate/test-spec.ts ) _
552+ _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/generate/test-spec.ts ) _
553553
554554## ` sf agent preview `
555555
@@ -622,7 +622,7 @@ EXAMPLES
622622 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
623623```
624624
625- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/preview.ts ) _
625+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/preview.ts ) _
626626
627627## ` sf agent preview end `
628628
@@ -677,7 +677,7 @@ EXAMPLES
677677 $ sf agent preview end --authoring-bundle My_Local_Agent
678678```
679679
680- _ See code: [ src/commands/agent/preview/end.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/preview/end.ts ) _
680+ _ See code: [ src/commands/agent/preview/end.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/preview/end.ts ) _
681681
682682## ` sf agent preview send `
683683
@@ -735,7 +735,7 @@ EXAMPLES
735735 $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
736736```
737737
738- _ See code: [ src/commands/agent/preview/send.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/preview/send.ts ) _
738+ _ See code: [ src/commands/agent/preview/send.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/preview/send.ts ) _
739739
740740## ` sf agent preview sessions `
741741
@@ -768,7 +768,7 @@ EXAMPLES
768768 $ sf agent preview sessions
769769```
770770
771- _ See code: [ src/commands/agent/preview/sessions.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/preview/sessions.ts ) _
771+ _ See code: [ src/commands/agent/preview/sessions.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/preview/sessions.ts ) _
772772
773773## ` sf agent preview start `
774774
@@ -833,7 +833,7 @@ EXAMPLES
833833 $ sf agent preview start --api-name My_Published_Agent
834834```
835835
836- _ See code: [ src/commands/agent/preview/start.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/preview/start.ts ) _
836+ _ See code: [ src/commands/agent/preview/start.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/preview/start.ts ) _
837837
838838## ` sf agent publish authoring-bundle `
839839
@@ -893,7 +893,7 @@ EXAMPLES
893893 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --concise
894894```
895895
896- _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/publish/authoring-bundle.ts ) _
896+ _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/publish/authoring-bundle.ts ) _
897897
898898## ` sf agent test create `
899899
@@ -948,7 +948,7 @@ EXAMPLES
948948 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
949949```
950950
951- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/test/create.ts ) _
951+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/test/create.ts ) _
952952
953953## ` sf agent test list `
954954
@@ -983,7 +983,7 @@ EXAMPLES
983983 $ sf agent test list --target-org my-org
984984```
985985
986- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/test/list.ts ) _
986+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/test/list.ts ) _
987987
988988## ` sf agent test results `
989989
@@ -1059,7 +1059,7 @@ FLAG DESCRIPTIONS
10591059 expression when using custom evaluations.
10601060```
10611061
1062- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/test/results.ts ) _
1062+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/test/results.ts ) _
10631063
10641064## ` sf agent test resume `
10651065
@@ -1143,7 +1143,7 @@ FLAG DESCRIPTIONS
11431143 expression when using custom evaluations.
11441144```
11451145
1146- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/test/resume.ts ) _
1146+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/test/resume.ts ) _
11471147
11481148## ` sf agent test run `
11491149
@@ -1227,7 +1227,7 @@ FLAG DESCRIPTIONS
12271227 expression when using custom evaluations.
12281228```
12291229
1230- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/test/run.ts ) _
1230+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/test/run.ts ) _
12311231
12321232## ` sf agent test run-eval `
12331233
@@ -1300,7 +1300,7 @@ EXAMPLES
13001300 $ echo '{"tests":[...]}' | sf agent test run-eval --spec --target-org my-org
13011301```
13021302
1303- _ See code: [ src/commands/agent/test/run-eval.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/test/run-eval.ts ) _
1303+ _ See code: [ src/commands/agent/test/run-eval.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/test/run-eval.ts ) _
13041304
13051305## ` sf agent trace delete `
13061306
@@ -1358,7 +1358,7 @@ EXAMPLES
13581358 $ sf agent trace delete --no-prompt
13591359```
13601360
1361- _ See code: [ src/commands/agent/trace/delete.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/trace/delete.ts ) _
1361+ _ See code: [ src/commands/agent/trace/delete.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/trace/delete.ts ) _
13621362
13631363## ` sf agent trace list `
13641364
@@ -1425,7 +1425,7 @@ FLAG DESCRIPTIONS
14251425 (2026-04-20T14:00:00.000Z). The "Recorded At" values shown in the table output are valid inputs.
14261426```
14271427
1428- _ See code: [ src/commands/agent/trace/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/trace/list.ts ) _
1428+ _ See code: [ src/commands/agent/trace/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/trace/list.ts ) _
14291429
14301430## ` sf agent trace read `
14311431
@@ -1498,7 +1498,7 @@ EXAMPLES
14981498 $ sf agent trace read --session-id <SESSION_ID> --json
14991499```
15001500
1501- _ See code: [ src/commands/agent/trace/read.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/trace/read.ts ) _
1501+ _ See code: [ src/commands/agent/trace/read.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/trace/read.ts ) _
15021502
15031503## ` sf agent validate authoring-bundle `
15041504
@@ -1545,6 +1545,6 @@ EXAMPLES
15451545 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
15461546```
15471547
1548- _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.0 /src/commands/agent/validate/authoring-bundle.ts ) _
1548+ _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.38.1 /src/commands/agent/validate/authoring-bundle.ts ) _
15491549
15501550<!-- commandsstop -->
0 commit comments