Skip to content

Commit 27bf290

Browse files
committed
chore(release): 1.23.7 [skip ci]
1 parent 8ee5f7e commit 27bf290

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [1.23.7](https://github.com/salesforcecli/plugin-agent/compare/1.23.6...1.23.7) (2025-07-29)
2+
13
## [1.23.6](https://github.com/salesforcecli/plugin-agent/compare/1.23.5...1.23.6) (2025-07-25)
24

35
### Bug Fixes

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ EXAMPLES
130130
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
131131
```
132132

133-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/create.ts)_
133+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/create.ts)_
134134

135135
## `sf agent generate agent-spec`
136136

@@ -235,7 +235,7 @@ EXAMPLES
235235
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
236236
```
237237

238-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/generate/agent-spec.ts)_
238+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/generate/agent-spec.ts)_
239239

240240
## `sf agent generate template`
241241

@@ -283,7 +283,7 @@ EXAMPLES
283283
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
284284
```
285285

286-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/generate/template.ts)_
286+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/generate/template.ts)_
287287

288288
## `sf agent generate test-spec`
289289

@@ -341,7 +341,7 @@ EXAMPLES
341341
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
342342
```
343343

344-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/generate/test-spec.ts)_
344+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/generate/test-spec.ts)_
345345

346346
## `sf agent preview`
347347

@@ -404,7 +404,7 @@ EXAMPLES
404404
transcripts/my-preview
405405
```
406406

407-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/preview.ts)_
407+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/preview.ts)_
408408

409409
## `sf agent test create`
410410

@@ -459,7 +459,7 @@ EXAMPLES
459459
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
460460
```
461461

462-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/test/create.ts)_
462+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/test/create.ts)_
463463

464464
## `sf agent test list`
465465

@@ -494,7 +494,7 @@ EXAMPLES
494494
$ sf agent test list --target-org my-org
495495
```
496496

497-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/test/list.ts)_
497+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/test/list.ts)_
498498

499499
## `sf agent test results`
500500

@@ -550,7 +550,7 @@ FLAG DESCRIPTIONS
550550
test results aren't written.
551551
```
552552

553-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/test/results.ts)_
553+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/test/results.ts)_
554554

555555
## `sf agent test resume`
556556

@@ -613,7 +613,7 @@ FLAG DESCRIPTIONS
613613
test results aren't written.
614614
```
615615

616-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/test/resume.ts)_
616+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/test/resume.ts)_
617617

618618
## `sf agent test run`
619619

@@ -677,6 +677,6 @@ FLAG DESCRIPTIONS
677677
test results aren't written.
678678
```
679679

680-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/test/run.ts)_
680+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/test/run.ts)_
681681

682682
<!-- 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.23.6",
4+
"version": "1.23.7",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)