Skip to content

Commit 4ba8d05

Browse files
committed
chore(release): 1.24.9 [skip ci]
1 parent 214962b commit 4ba8d05

File tree

3 files changed

+46
-32
lines changed

3 files changed

+46
-32
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
1-
## [1.24.8](https://github.com/salesforcecli/plugin-agent/compare/1.24.7...1.24.8) (2025-09-07)
1+
## [1.24.9](https://github.com/salesforcecli/plugin-agent/compare/1.24.8...1.24.9) (2025-09-09)
2+
3+
### Bug Fixes
4+
5+
- update package version ([f0d305e](https://github.com/salesforcecli/plugin-agent/commit/f0d305e3c79eaa4541475fc9eded45d3fcd163b7))
6+
7+
## [1.24.8-dev.0](https://github.com/salesforcecli/plugin-agent/compare/1.24.7...1.24.8-dev.0) (2025-09-04)
8+
9+
### Bug Fixes
10+
11+
- delete agentDSL/botSource from Bot ([ef7e61f](https://github.com/salesforcecli/plugin-agent/commit/ef7e61f9e9897697bf05848c9e8e6a8b789c4562))
12+
- delete botTemplate/MainMenu/Dialog from generated BotTemplate ([833bcf9](https://github.com/salesforcecli/plugin-agent/commit/833bcf9aa0212b595a0d82e037eabade756c9215))
13+
14+
## [1.24.8](https://github.com/salesforcecli/plugin-agent/compare/1.24.8-dev.0...1.24.8) (2025-09-07)
215

316
### Bug Fixes
417

518
- **deps:** bump @salesforce/agents from 0.17.6 to 0.17.8 ([687dc17](https://github.com/salesforcecli/plugin-agent/commit/687dc17e5c5feef7277aee05b820e3902af3f695))
619

20+
## [1.24.8-dev.0](https://github.com/salesforcecli/plugin-agent/compare/1.24.7...1.24.8-dev.0) (2025-09-04)
21+
22+
### Bug Fixes
23+
24+
- delete agentDSL/botSource from Bot ([ef7e61f](https://github.com/salesforcecli/plugin-agent/commit/ef7e61f9e9897697bf05848c9e8e6a8b789c4562))
25+
- delete botTemplate/MainMenu/Dialog from generated BotTemplate ([833bcf9](https://github.com/salesforcecli/plugin-agent/commit/833bcf9aa0212b595a0d82e037eabade756c9215))
26+
727
## [1.24.7](https://github.com/salesforcecli/plugin-agent/compare/1.24.6...1.24.7) (2025-08-27)
828

929
### Bug Fixes

README.md

Lines changed: 24 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -59,24 +59,18 @@ sf plugins
5959

6060
<!-- commands -->
6161

62-
- [plugin-agent](#plugin-agent)
63-
- [Install](#install)
64-
- [Contributing](#contributing)
65-
- [CLA](#cla)
66-
- [Build](#build)
67-
- [Commands](#commands)
68-
- [`sf agent activate`](#sf-agent-activate)
69-
- [`sf agent create`](#sf-agent-create)
70-
- [`sf agent deactivate`](#sf-agent-deactivate)
71-
- [`sf agent generate agent-spec`](#sf-agent-generate-agent-spec)
72-
- [`sf agent generate template`](#sf-agent-generate-template)
73-
- [`sf agent generate test-spec`](#sf-agent-generate-test-spec)
74-
- [`sf agent preview`](#sf-agent-preview)
75-
- [`sf agent test create`](#sf-agent-test-create)
76-
- [`sf agent test list`](#sf-agent-test-list)
77-
- [`sf agent test results`](#sf-agent-test-results)
78-
- [`sf agent test resume`](#sf-agent-test-resume)
79-
- [`sf agent test run`](#sf-agent-test-run)
62+
- [`sf agent activate`](#sf-agent-activate)
63+
- [`sf agent create`](#sf-agent-create)
64+
- [`sf agent deactivate`](#sf-agent-deactivate)
65+
- [`sf agent generate agent-spec`](#sf-agent-generate-agent-spec)
66+
- [`sf agent generate template`](#sf-agent-generate-template)
67+
- [`sf agent generate test-spec`](#sf-agent-generate-test-spec)
68+
- [`sf agent preview`](#sf-agent-preview)
69+
- [`sf agent test create`](#sf-agent-test-create)
70+
- [`sf agent test list`](#sf-agent-test-list)
71+
- [`sf agent test results`](#sf-agent-test-results)
72+
- [`sf agent test resume`](#sf-agent-test-resume)
73+
- [`sf agent test run`](#sf-agent-test-run)
8074

8175
## `sf agent activate`
8276

@@ -115,7 +109,7 @@ EXAMPLES
115109
$ sf agent activate --api-name Resort_Manager --target-org my-org
116110
```
117111

118-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/activate.ts)_
112+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/activate.ts)_
119113

120114
## `sf agent create`
121115

@@ -177,7 +171,7 @@ EXAMPLES
177171
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
178172
```
179173

180-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/create.ts)_
174+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/create.ts)_
181175

182176
## `sf agent deactivate`
183177

@@ -217,7 +211,7 @@ EXAMPLES
217211
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
218212
```
219213

220-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/deactivate.ts)_
214+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/deactivate.ts)_
221215

222216
## `sf agent generate agent-spec`
223217

@@ -322,7 +316,7 @@ EXAMPLES
322316
$ sf agent generate agent-spec --tone formal --agent-user [email protected]
323317
```
324318

325-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/generate/agent-spec.ts)_
319+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/generate/agent-spec.ts)_
326320

327321
## `sf agent generate template`
328322

@@ -370,7 +364,7 @@ EXAMPLES
370364
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
371365
```
372366

373-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/generate/template.ts)_
367+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/generate/template.ts)_
374368

375369
## `sf agent generate test-spec`
376370

@@ -431,7 +425,7 @@ EXAMPLES
431425
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
432426
```
433427

434-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/generate/test-spec.ts)_
428+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/generate/test-spec.ts)_
435429

436430
## `sf agent preview`
437431

@@ -495,7 +489,7 @@ EXAMPLES
495489
transcripts/my-preview
496490
```
497491

498-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/preview.ts)_
492+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/preview.ts)_
499493

500494
## `sf agent test create`
501495

@@ -550,7 +544,7 @@ EXAMPLES
550544
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
551545
```
552546

553-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/test/create.ts)_
547+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/test/create.ts)_
554548

555549
## `sf agent test list`
556550

@@ -585,7 +579,7 @@ EXAMPLES
585579
$ sf agent test list --target-org my-org
586580
```
587581

588-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/test/list.ts)_
582+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/test/list.ts)_
589583

590584
## `sf agent test results`
591585

@@ -651,7 +645,7 @@ FLAG DESCRIPTIONS
651645
expression when using custom evaluations.
652646
```
653647

654-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/test/results.ts)_
648+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/test/results.ts)_
655649

656650
## `sf agent test resume`
657651

@@ -724,7 +718,7 @@ FLAG DESCRIPTIONS
724718
expression when using custom evaluations.
725719
```
726720

727-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/test/resume.ts)_
721+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/test/resume.ts)_
728722

729723
## `sf agent test run`
730724

@@ -798,6 +792,6 @@ FLAG DESCRIPTIONS
798792
expression when using custom evaluations.
799793
```
800794

801-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/test/run.ts)_
795+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/test/run.ts)_
802796

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

0 commit comments

Comments
 (0)