Skip to content

Commit ac5ab81

Browse files
committed
chore(release): 1.32.20-tdx26.0 [skip ci]
1 parent 784cbd9 commit ac5ab81

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ EXAMPLES
126126
$ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
127127
```
128128

129-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/activate.ts)_
129+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/activate.ts)_
130130

131131
## `sf agent create`
132132

@@ -193,7 +193,7 @@ EXAMPLES
193193
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
194194
```
195195

196-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/create.ts)_
196+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/create.ts)_
197197

198198
## `sf agent deactivate`
199199

@@ -234,7 +234,7 @@ EXAMPLES
234234
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
235235
```
236236

237-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/deactivate.ts)_
237+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/deactivate.ts)_
238238

239239
## `sf agent generate agent-spec`
240240

@@ -341,7 +341,7 @@ EXAMPLES
341341
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
342342
```
343343

344-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/generate/agent-spec.ts)_
344+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/generate/agent-spec.ts)_
345345

346346
## `sf agent generate authoring-bundle`
347347

@@ -418,7 +418,7 @@ EXAMPLES
418418
other-package-dir/main/default --target-org my-dev-org
419419
```
420420

421-
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/generate/authoring-bundle.ts)_
421+
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/generate/authoring-bundle.ts)_
422422

423423
## `sf agent generate template`
424424

@@ -480,7 +480,7 @@ EXAMPLES
480480
my-package --source-org my-scratch-org
481481
```
482482

483-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/generate/template.ts)_
483+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/generate/template.ts)_
484484

485485
## `sf agent generate test-spec`
486486

@@ -545,7 +545,7 @@ EXAMPLES
545545
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
546546
```
547547

548-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/generate/test-spec.ts)_
548+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/generate/test-spec.ts)_
549549

550550
## `sf agent preview`
551551

@@ -618,7 +618,7 @@ EXAMPLES
618618
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
619619
```
620620

621-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/preview.ts)_
621+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/preview.ts)_
622622

623623
## `sf agent preview end`
624624

@@ -673,7 +673,7 @@ EXAMPLES
673673
$ sf agent preview end --authoring-bundle My_Local_Agent
674674
```
675675

676-
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/preview/end.ts)_
676+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/preview/end.ts)_
677677

678678
## `sf agent preview send`
679679

@@ -731,7 +731,7 @@ EXAMPLES
731731
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
732732
```
733733

734-
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/preview/send.ts)_
734+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/preview/send.ts)_
735735

736736
## `sf agent preview sessions`
737737

@@ -764,7 +764,7 @@ EXAMPLES
764764
$ sf agent preview sessions
765765
```
766766

767-
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/preview/sessions.ts)_
767+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/preview/sessions.ts)_
768768

769769
## `sf agent preview start`
770770

@@ -829,7 +829,7 @@ EXAMPLES
829829
$ sf agent preview start --api-name My_Published_Agent
830830
```
831831

832-
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/preview/start.ts)_
832+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/preview/start.ts)_
833833

834834
## `sf agent publish authoring-bundle`
835835

@@ -878,7 +878,7 @@ EXAMPLES
878878
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
879879
```
880880

881-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/publish/authoring-bundle.ts)_
881+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/publish/authoring-bundle.ts)_
882882

883883
## `sf agent test create`
884884

@@ -933,7 +933,7 @@ EXAMPLES
933933
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
934934
```
935935

936-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/test/create.ts)_
936+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/test/create.ts)_
937937

938938
## `sf agent test list`
939939

@@ -968,7 +968,7 @@ EXAMPLES
968968
$ sf agent test list --target-org my-org
969969
```
970970

971-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/test/list.ts)_
971+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/test/list.ts)_
972972

973973
## `sf agent test results`
974974

@@ -1034,7 +1034,7 @@ FLAG DESCRIPTIONS
10341034
expression when using custom evaluations.
10351035
```
10361036

1037-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/test/results.ts)_
1037+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/test/results.ts)_
10381038

10391039
## `sf agent test resume`
10401040

@@ -1107,7 +1107,7 @@ FLAG DESCRIPTIONS
11071107
expression when using custom evaluations.
11081108
```
11091109

1110-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/test/resume.ts)_
1110+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/test/resume.ts)_
11111111

11121112
## `sf agent test run`
11131113

@@ -1181,7 +1181,7 @@ FLAG DESCRIPTIONS
11811181
expression when using custom evaluations.
11821182
```
11831183

1184-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/test/run.ts)_
1184+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/test/run.ts)_
11851185

11861186
## `sf agent validate authoring-bundle`
11871187

@@ -1228,6 +1228,6 @@ EXAMPLES
12281228
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
12291229
```
12301230

1231-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/validate/authoring-bundle.ts)_
1231+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/validate/authoring-bundle.ts)_
12321232

12331233
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-agent",
33
"description": "Commands to interact with Salesforce agents",
4-
"version": "1.32.19",
4+
"version": "1.32.20-tdx26.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"enableO11y": true,

0 commit comments

Comments
 (0)