Skip to content

Commit a677a64

Browse files
committed
chore(release): 1.29.0 [skip ci]
1 parent e750805 commit a677a64

File tree

3 files changed

+31
-20
lines changed

3 files changed

+31
-20
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.29.0](https://github.com/salesforcecli/plugin-agent/compare/1.28.0...1.29.0) (2026-02-10)
2+
3+
### Bug Fixes
4+
5+
- correct typo in validation message (Authroring -> Authoring) ([7601628](https://github.com/salesforcecli/plugin-agent/commit/7601628153baf17d2fff87eecd16c5b30a4a38e8))
6+
7+
### Features
8+
9+
- apply PR copy suggestions from code review ([c07243d](https://github.com/salesforcecli/plugin-agent/commit/c07243d4d8c78b265dd8118f3342dc9995688a70))
10+
- rewrite authoring bundle creation as wizard-style flow ([0d390f1](https://github.com/salesforcecli/plugin-agent/commit/0d390f1cec8bbf1d9cfd796177871a9d7bf6dac4))
11+
112
# [1.28.0](https://github.com/salesforcecli/plugin-agent/compare/1.27.7...1.28.0) (2026-02-10)
213

314
### 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.28.0/src/commands/agent/activate.ts)_
119+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.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.28.0/src/commands/agent/create.ts)_
186+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.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.28.0/src/commands/agent/deactivate.ts)_
226+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.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.28.0/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.29.0/src/commands/agent/generate/agent-spec.ts)_
334334

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

@@ -405,7 +405,7 @@ EXAMPLES
405405
other-package-dir/main/default --target-org my-dev-org
406406
```
407407

408-
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/generate/authoring-bundle.ts)_
408+
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/generate/authoring-bundle.ts)_
409409

410410
## `sf agent generate template`
411411

@@ -453,7 +453,7 @@ EXAMPLES
453453
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
454454
```
455455

456-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/generate/template.ts)_
456+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/generate/template.ts)_
457457

458458
## `sf agent generate test-spec`
459459

@@ -514,7 +514,7 @@ EXAMPLES
514514
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
515515
```
516516

517-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/generate/test-spec.ts)_
517+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/generate/test-spec.ts)_
518518

519519
## `sf agent preview`
520520

@@ -587,7 +587,7 @@ EXAMPLES
587587
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
588588
```
589589

590-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/preview.ts)_
590+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/preview.ts)_
591591

592592
## `sf agent preview end`
593593

@@ -642,7 +642,7 @@ EXAMPLES
642642
$ sf agent preview end --authoring-bundle My_Local_Agent
643643
```
644644

645-
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/preview/end.ts)_
645+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/preview/end.ts)_
646646

647647
## `sf agent preview send`
648648

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

703-
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/preview/send.ts)_
703+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/preview/send.ts)_
704704

705705
## `sf agent preview sessions`
706706

@@ -733,7 +733,7 @@ EXAMPLES
733733
$ sf agent preview sessions
734734
```
735735

736-
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/preview/sessions.ts)_
736+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/preview/sessions.ts)_
737737

738738
## `sf agent preview start`
739739

@@ -790,7 +790,7 @@ EXAMPLES
790790
$ sf agent preview start --api-name My_Published_Agent
791791
```
792792

793-
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/preview/start.ts)_
793+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/preview/start.ts)_
794794

795795
## `sf agent publish authoring-bundle`
796796

@@ -839,7 +839,7 @@ EXAMPLES
839839
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
840840
```
841841

842-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/publish/authoring-bundle.ts)_
842+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/publish/authoring-bundle.ts)_
843843

844844
## `sf agent test create`
845845

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

897-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/test/create.ts)_
897+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/test/create.ts)_
898898

899899
## `sf agent test list`
900900

@@ -929,7 +929,7 @@ EXAMPLES
929929
$ sf agent test list --target-org my-org
930930
```
931931

932-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/test/list.ts)_
932+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/test/list.ts)_
933933

934934
## `sf agent test results`
935935

@@ -995,7 +995,7 @@ FLAG DESCRIPTIONS
995995
expression when using custom evaluations.
996996
```
997997

998-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/test/results.ts)_
998+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/test/results.ts)_
999999

10001000
## `sf agent test resume`
10011001

@@ -1068,7 +1068,7 @@ FLAG DESCRIPTIONS
10681068
expression when using custom evaluations.
10691069
```
10701070

1071-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/test/resume.ts)_
1071+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/test/resume.ts)_
10721072

10731073
## `sf agent test run`
10741074

@@ -1142,7 +1142,7 @@ FLAG DESCRIPTIONS
11421142
expression when using custom evaluations.
11431143
```
11441144

1145-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/test/run.ts)_
1145+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/test/run.ts)_
11461146

11471147
## `sf agent validate authoring-bundle`
11481148

@@ -1189,6 +1189,6 @@ EXAMPLES
11891189
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
11901190
```
11911191

1192-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.28.0/src/commands/agent/validate/authoring-bundle.ts)_
1192+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.29.0/src/commands/agent/validate/authoring-bundle.ts)_
11931193

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

0 commit comments

Comments
 (0)