Skip to content

Commit aa2096e

Browse files
committed
chore(release): 1.32.14 [skip ci]
1 parent fb20309 commit aa2096e

File tree

3 files changed

+26
-20
lines changed

3 files changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.32.14](https://github.com/salesforcecli/plugin-agent/compare/1.32.13...1.32.14) (2026-03-29)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.10.2 to 4.10.3 ([d33c355](https://github.com/salesforcecli/plugin-agent/commit/d33c355bb8547f839f5d83e0b88744a1927f00f8))
6+
17
## [1.32.13](https://github.com/salesforcecli/plugin-agent/compare/1.32.12...1.32.13) (2026-03-29)
28

39
### Bug Fixes

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.13/src/commands/agent/activate.ts)_
129+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/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.13/src/commands/agent/create.ts)_
196+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/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.13/src/commands/agent/deactivate.ts)_
237+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/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.13/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.14/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.13/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.14/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.13/src/commands/agent/generate/template.ts)_
483+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/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.13/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.14/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.13/src/commands/agent/preview.ts)_
621+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/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.13/src/commands/agent/preview/end.ts)_
676+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/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.13/src/commands/agent/preview/send.ts)_
734+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/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.13/src/commands/agent/preview/sessions.ts)_
767+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/preview/sessions.ts)_
768768

769769
## `sf agent preview start`
770770

@@ -821,7 +821,7 @@ EXAMPLES
821821
$ sf agent preview start --api-name My_Published_Agent
822822
```
823823

824-
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.13/src/commands/agent/preview/start.ts)_
824+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/preview/start.ts)_
825825

826826
## `sf agent publish authoring-bundle`
827827

@@ -870,7 +870,7 @@ EXAMPLES
870870
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
871871
```
872872

873-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.13/src/commands/agent/publish/authoring-bundle.ts)_
873+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/publish/authoring-bundle.ts)_
874874

875875
## `sf agent test create`
876876

@@ -925,7 +925,7 @@ EXAMPLES
925925
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
926926
```
927927

928-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.13/src/commands/agent/test/create.ts)_
928+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/test/create.ts)_
929929

930930
## `sf agent test list`
931931

@@ -960,7 +960,7 @@ EXAMPLES
960960
$ sf agent test list --target-org my-org
961961
```
962962

963-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.13/src/commands/agent/test/list.ts)_
963+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/test/list.ts)_
964964

965965
## `sf agent test results`
966966

@@ -1026,7 +1026,7 @@ FLAG DESCRIPTIONS
10261026
expression when using custom evaluations.
10271027
```
10281028

1029-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.13/src/commands/agent/test/results.ts)_
1029+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/test/results.ts)_
10301030

10311031
## `sf agent test resume`
10321032

@@ -1099,7 +1099,7 @@ FLAG DESCRIPTIONS
10991099
expression when using custom evaluations.
11001100
```
11011101

1102-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.13/src/commands/agent/test/resume.ts)_
1102+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/test/resume.ts)_
11031103

11041104
## `sf agent test run`
11051105

@@ -1173,7 +1173,7 @@ FLAG DESCRIPTIONS
11731173
expression when using custom evaluations.
11741174
```
11751175

1176-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.13/src/commands/agent/test/run.ts)_
1176+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/test/run.ts)_
11771177

11781178
## `sf agent validate authoring-bundle`
11791179

@@ -1220,6 +1220,6 @@ EXAMPLES
12201220
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
12211221
```
12221222

1223-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.13/src/commands/agent/validate/authoring-bundle.ts)_
1223+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.14/src/commands/agent/validate/authoring-bundle.ts)_
12241224

12251225
<!-- 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.13",
4+
"version": "1.32.14",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"enableO11y": true,

0 commit comments

Comments
 (0)