Skip to content

Commit 33e25a3

Browse files
committed
chore(release): 1.40.0 [skip ci]
1 parent 361f994 commit 33e25a3

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.0](https://github.com/salesforcecli/plugin-agent/compare/1.39.1...1.40.0) (2026-05-12)
2+
3+
### Features
4+
5+
- revert run-eval command to beta state ([f0462c4](https://github.com/salesforcecli/plugin-agent/commit/f0462c4a6ff801ba1e825aaedd7d07102009fe8c)), closes [#413](https://github.com/salesforcecli/plugin-agent/issues/413)
6+
17
## [1.39.1](https://github.com/salesforcecli/plugin-agent/compare/1.39.0...1.39.1) (2026-05-12)
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.39.1/src/commands/agent/activate.ts)_
133+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/src/commands/agent/create.ts)_
200+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/src/commands/agent/deactivate.ts)_
241+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/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.0/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.39.1/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.0/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.39.1/src/commands/agent/generate/template.ts)_
487+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/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.0/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.39.1/src/commands/agent/preview.ts)_
625+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/src/commands/agent/preview/end.ts)_
697+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/src/commands/agent/preview/send.ts)_
755+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/src/commands/agent/preview/sessions.ts)_
788+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/src/commands/agent/preview/start.ts)_
853+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/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.0/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.39.1/src/commands/agent/test/create.ts)_
968+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/src/commands/agent/test/list.ts)_
1003+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/src/commands/agent/test/results.ts)_
1079+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/src/commands/agent/test/resume.ts)_
1163+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/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.39.1/src/commands/agent/test/run.ts)_
1247+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/src/commands/agent/test/run.ts)_
12481248

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

@@ -1317,7 +1317,7 @@ EXAMPLES
13171317
$ echo '{"tests":[...]}' | sf agent test run-eval --spec --target-org my-org
13181318
```
13191319

1320-
_See code: [src/commands/agent/test/run-eval.ts](https://github.com/salesforcecli/plugin-agent/blob/1.39.1/src/commands/agent/test/run-eval.ts)_
1320+
_See code: [src/commands/agent/test/run-eval.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/src/commands/agent/test/run-eval.ts)_
13211321

13221322
## `sf agent trace delete`
13231323

@@ -1381,7 +1381,7 @@ EXAMPLES
13811381
$ sf agent trace delete --no-prompt
13821382
```
13831383

1384-
_See code: [src/commands/agent/trace/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/1.39.1/src/commands/agent/trace/delete.ts)_
1384+
_See code: [src/commands/agent/trace/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/src/commands/agent/trace/delete.ts)_
13851385

13861386
## `sf agent trace list`
13871387

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

1454-
_See code: [src/commands/agent/trace/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.39.1/src/commands/agent/trace/list.ts)_
1454+
_See code: [src/commands/agent/trace/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/src/commands/agent/trace/list.ts)_
14551455

14561456
## `sf agent trace read`
14571457

@@ -1539,7 +1539,7 @@ EXAMPLES
15391539
$ sf agent trace read --session-id <SESSION_ID> --json
15401540
```
15411541

1542-
_See code: [src/commands/agent/trace/read.ts](https://github.com/salesforcecli/plugin-agent/blob/1.39.1/src/commands/agent/trace/read.ts)_
1542+
_See code: [src/commands/agent/trace/read.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/src/commands/agent/trace/read.ts)_
15431543

15441544
## `sf agent validate authoring-bundle`
15451545

@@ -1586,6 +1586,6 @@ EXAMPLES
15861586
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
15871587
```
15881588

1589-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.39.1/src/commands/agent/validate/authoring-bundle.ts)_
1589+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.40.0/src/commands/agent/validate/authoring-bundle.ts)_
15901590

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

0 commit comments

Comments
 (0)