Skip to content

Commit e09eede

Browse files
committed
chore(release): 1.31.0 [skip ci]
1 parent 0eb4a6d commit e09eede

3 files changed

Lines changed: 32 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.31.0](https://github.com/salesforcecli/plugin-agent/compare/1.30.11...1.31.0) (2026-03-06)
2+
3+
### Bug Fixes
4+
5+
- initial updates, use Org/Connection, make beta/hidden ([2a0f283](https://github.com/salesforcecli/plugin-agent/commit/2a0f28396cd31ae9c8069a303501d77d5eac6bac))
6+
7+
### Features
8+
9+
- add `sf agent test run-eval` for Einstein Eval Labs API testing ([1699d51](https://github.com/salesforcecli/plugin-agent/commit/1699d5188a3e4b165c564680e65e5dc33b20bb6e))
10+
- add YAML test spec support for `sf agent test run-eval` ([e942e00](https://github.com/salesforcecli/plugin-agent/commit/e942e006e7892d34ae93e6f84a6c6673b8be0c9b))
11+
- normalize MCP shorthand format in evalNormalizer ([01bc87b](https://github.com/salesforcecli/plugin-agent/commit/01bc87be643b4901ba65d79b205a1977f750c81a))
12+
113
## [1.30.11](https://github.com/salesforcecli/plugin-agent/compare/1.30.10...1.30.11) (2026-03-01)
214

315
### Bug Fixes

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ EXAMPLES
116116
$ sf agent activate --api-name Resort_Manager --target-org my-org
117117
```
118118

119-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/activate.ts)_
119+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/activate.ts)_
120120

121121
## `sf agent create`
122122

@@ -183,7 +183,7 @@ EXAMPLES
183183
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
184184
```
185185

186-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/create.ts)_
186+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/create.ts)_
187187

188188
## `sf agent deactivate`
189189

@@ -223,7 +223,7 @@ EXAMPLES
223223
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
224224
```
225225

226-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/deactivate.ts)_
226+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/deactivate.ts)_
227227

228228
## `sf agent generate agent-spec`
229229

@@ -330,7 +330,7 @@ EXAMPLES
330330
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
331331
```
332332

333-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/generate/agent-spec.ts)_
333+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/generate/agent-spec.ts)_
334334

335335
## `sf agent generate authoring-bundle`
336336

@@ -407,7 +407,7 @@ EXAMPLES
407407
other-package-dir/main/default --target-org my-dev-org
408408
```
409409

410-
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/generate/authoring-bundle.ts)_
410+
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/generate/authoring-bundle.ts)_
411411

412412
## `sf agent generate template`
413413

@@ -455,7 +455,7 @@ EXAMPLES
455455
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
456456
```
457457

458-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/generate/template.ts)_
458+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/generate/template.ts)_
459459

460460
## `sf agent generate test-spec`
461461

@@ -516,7 +516,7 @@ EXAMPLES
516516
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
517517
```
518518

519-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/generate/test-spec.ts)_
519+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/generate/test-spec.ts)_
520520

521521
## `sf agent preview`
522522

@@ -589,7 +589,7 @@ EXAMPLES
589589
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
590590
```
591591

592-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/preview.ts)_
592+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/preview.ts)_
593593

594594
## `sf agent preview end`
595595

@@ -644,7 +644,7 @@ EXAMPLES
644644
$ sf agent preview end --authoring-bundle My_Local_Agent
645645
```
646646

647-
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/preview/end.ts)_
647+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/preview/end.ts)_
648648

649649
## `sf agent preview send`
650650

@@ -702,7 +702,7 @@ EXAMPLES
702702
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
703703
```
704704

705-
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/preview/send.ts)_
705+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/preview/send.ts)_
706706

707707
## `sf agent preview sessions`
708708

@@ -735,7 +735,7 @@ EXAMPLES
735735
$ sf agent preview sessions
736736
```
737737

738-
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/preview/sessions.ts)_
738+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/preview/sessions.ts)_
739739

740740
## `sf agent preview start`
741741

@@ -792,7 +792,7 @@ EXAMPLES
792792
$ sf agent preview start --api-name My_Published_Agent
793793
```
794794

795-
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/preview/start.ts)_
795+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/preview/start.ts)_
796796

797797
## `sf agent publish authoring-bundle`
798798

@@ -841,7 +841,7 @@ EXAMPLES
841841
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
842842
```
843843

844-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/publish/authoring-bundle.ts)_
844+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/publish/authoring-bundle.ts)_
845845

846846
## `sf agent test create`
847847

@@ -896,7 +896,7 @@ EXAMPLES
896896
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
897897
```
898898

899-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/test/create.ts)_
899+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/test/create.ts)_
900900

901901
## `sf agent test list`
902902

@@ -931,7 +931,7 @@ EXAMPLES
931931
$ sf agent test list --target-org my-org
932932
```
933933

934-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/test/list.ts)_
934+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/test/list.ts)_
935935

936936
## `sf agent test results`
937937

@@ -997,7 +997,7 @@ FLAG DESCRIPTIONS
997997
expression when using custom evaluations.
998998
```
999999

1000-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/test/results.ts)_
1000+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/test/results.ts)_
10011001

10021002
## `sf agent test resume`
10031003

@@ -1070,7 +1070,7 @@ FLAG DESCRIPTIONS
10701070
expression when using custom evaluations.
10711071
```
10721072

1073-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/test/resume.ts)_
1073+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/test/resume.ts)_
10741074

10751075
## `sf agent test run`
10761076

@@ -1144,7 +1144,7 @@ FLAG DESCRIPTIONS
11441144
expression when using custom evaluations.
11451145
```
11461146

1147-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/test/run.ts)_
1147+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/test/run.ts)_
11481148

11491149
## `sf agent validate authoring-bundle`
11501150

@@ -1191,6 +1191,6 @@ EXAMPLES
11911191
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
11921192
```
11931193

1194-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.11/src/commands/agent/validate/authoring-bundle.ts)_
1194+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.31.0/src/commands/agent/validate/authoring-bundle.ts)_
11951195

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

0 commit comments

Comments
 (0)