Skip to content

Commit 14f3885

Browse files
committed
chore(release): 1.30.7 [skip ci]
1 parent 2b965bc commit 14f3885

3 files changed

Lines changed: 26 additions & 20 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.30.7](https://github.com/salesforcecli/plugin-agent/compare/1.30.6...1.30.7) (2026-02-26)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump basic-ftp from 5.1.0 to 5.2.0 ([951e982](https://github.com/salesforcecli/plugin-agent/commit/951e982bf882bd63c7febe8b9dc1679ce7b27bb0))
6+
17
## [1.30.6](https://github.com/salesforcecli/plugin-agent/compare/1.30.5...1.30.6) (2026-02-24)
28

39
### 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.6/src/commands/agent/activate.ts)_
119+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/src/commands/agent/create.ts)_
186+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/src/commands/agent/deactivate.ts)_
226+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/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.30.7/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.6/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.30.7/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.6/src/commands/agent/generate/template.ts)_
458+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/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.30.7/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.6/src/commands/agent/preview.ts)_
592+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/src/commands/agent/preview/end.ts)_
647+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/src/commands/agent/preview/send.ts)_
705+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/src/commands/agent/preview/sessions.ts)_
738+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/src/commands/agent/preview/start.ts)_
795+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/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.30.7/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.6/src/commands/agent/test/create.ts)_
899+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/src/commands/agent/test/list.ts)_
934+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/src/commands/agent/test/results.ts)_
1000+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/src/commands/agent/test/resume.ts)_
1073+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/src/commands/agent/test/run.ts)_
1147+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.7/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.6/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.30.7/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.6",
4+
"version": "1.30.7",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"enableO11y": true,

0 commit comments

Comments
 (0)