Skip to content

Commit 8ed9119

Browse files
committed
chore(release): 1.40.3 [skip ci]
1 parent 0543091 commit 8ed9119

3 files changed

Lines changed: 30 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.40.3](https://github.com/salesforcecli/plugin-agent/compare/1.40.2...1.40.3) (2026-05-17)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.11.2 to 4.11.3 ([16dfafe](https://github.com/salesforcecli/plugin-agent/commit/16dfafe87eeecb7c39565e8989a78de9b7d3829b))
6+
17
## [1.40.2](https://github.com/salesforcecli/plugin-agent/compare/1.40.1...1.40.2) (2026-05-13)
28

39
### Bug Fixes

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -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.40.2/src/commands/agent/activate.ts)_
133+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/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.40.2/src/commands/agent/create.ts)_
200+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/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.40.2/src/commands/agent/deactivate.ts)_
241+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/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.40.2/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.40.3/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.40.2/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.40.3/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.40.2/src/commands/agent/generate/template.ts)_
487+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/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.40.2/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.40.3/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.40.2/src/commands/agent/preview.ts)_
625+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview.ts)_
626626

627627
## `sf agent preview end`
628628

@@ -694,7 +694,7 @@ EXAMPLES
694694
$ sf agent preview end --all --target-org <target_org>
695695
```
696696

697-
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/end.ts)_
697+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/end.ts)_
698698

699699
## `sf agent preview send`
700700

@@ -752,7 +752,7 @@ EXAMPLES
752752
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
753753
```
754754

755-
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/send.ts)_
755+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/send.ts)_
756756

757757
## `sf agent preview sessions`
758758

@@ -785,7 +785,7 @@ EXAMPLES
785785
$ sf agent preview sessions
786786
```
787787

788-
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/sessions.ts)_
788+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/sessions.ts)_
789789

790790
## `sf agent preview start`
791791

@@ -850,7 +850,7 @@ EXAMPLES
850850
$ sf agent preview start --api-name My_Published_Agent
851851
```
852852

853-
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/start.ts)_
853+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/start.ts)_
854854

855855
## `sf agent publish authoring-bundle`
856856

@@ -910,7 +910,7 @@ EXAMPLES
910910
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --concise
911911
```
912912

913-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/publish/authoring-bundle.ts)_
913+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/publish/authoring-bundle.ts)_
914914

915915
## `sf agent test create`
916916

@@ -965,7 +965,7 @@ EXAMPLES
965965
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
966966
```
967967

968-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/create.ts)_
968+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/create.ts)_
969969

970970
## `sf agent test list`
971971

@@ -1000,7 +1000,7 @@ EXAMPLES
10001000
$ sf agent test list --target-org my-org
10011001
```
10021002

1003-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/list.ts)_
1003+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/list.ts)_
10041004

10051005
## `sf agent test results`
10061006

@@ -1076,7 +1076,7 @@ FLAG DESCRIPTIONS
10761076
expression when using custom evaluations.
10771077
```
10781078

1079-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/results.ts)_
1079+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/results.ts)_
10801080

10811081
## `sf agent test resume`
10821082

@@ -1160,7 +1160,7 @@ FLAG DESCRIPTIONS
11601160
expression when using custom evaluations.
11611161
```
11621162

1163-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/resume.ts)_
1163+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/resume.ts)_
11641164

11651165
## `sf agent test run`
11661166

@@ -1244,7 +1244,7 @@ FLAG DESCRIPTIONS
12441244
expression when using custom evaluations.
12451245
```
12461246

1247-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/run.ts)_
1247+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/run.ts)_
12481248

12491249
## `sf agent test run-eval`
12501250

@@ -1320,7 +1320,7 @@ EXAMPLES
13201320
$ echo '{"tests":[...]}' | sf agent test run-eval --spec --target-org my-org
13211321
```
13221322

1323-
_See code: [src/commands/agent/test/run-eval.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/run-eval.ts)_
1323+
_See code: [src/commands/agent/test/run-eval.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/run-eval.ts)_
13241324

13251325
## `sf agent trace delete`
13261326

@@ -1384,7 +1384,7 @@ EXAMPLES
13841384
$ sf agent trace delete --no-prompt
13851385
```
13861386

1387-
_See code: [src/commands/agent/trace/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/delete.ts)_
1387+
_See code: [src/commands/agent/trace/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/delete.ts)_
13881388

13891389
## `sf agent trace list`
13901390

@@ -1454,7 +1454,7 @@ FLAG DESCRIPTIONS
14541454
(2026-04-20T14:00:00.000Z). The "Recorded At" values shown in the table output are valid inputs.
14551455
```
14561456

1457-
_See code: [src/commands/agent/trace/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/list.ts)_
1457+
_See code: [src/commands/agent/trace/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/list.ts)_
14581458

14591459
## `sf agent trace read`
14601460

@@ -1542,7 +1542,7 @@ EXAMPLES
15421542
$ sf agent trace read --session-id <SESSION_ID> --json
15431543
```
15441544

1545-
_See code: [src/commands/agent/trace/read.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/read.ts)_
1545+
_See code: [src/commands/agent/trace/read.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/read.ts)_
15461546

15471547
## `sf agent validate authoring-bundle`
15481548

@@ -1589,6 +1589,6 @@ EXAMPLES
15891589
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
15901590
```
15911591

1592-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/validate/authoring-bundle.ts)_
1592+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/validate/authoring-bundle.ts)_
15931593

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

0 commit comments

Comments
 (0)