Skip to content

Commit 09d5009

Browse files
committed
chore(release): 1.27.4 [skip ci]
1 parent b84e632 commit 09d5009

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.27.4](https://github.com/salesforcecli/plugin-agent/compare/1.27.3...1.27.4) (2026-02-04)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 ([d14ab5a](https://github.com/salesforcecli/plugin-agent/commit/d14ab5a56914dd7d546bae2a19ab296d9dd313de))
6+
17
## [1.27.3](https://github.com/salesforcecli/plugin-agent/compare/1.27.2...1.27.3) (2026-02-03)
28

39
### Bug Fixes

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ EXAMPLES
112112
$ sf agent activate --api-name Resort_Manager --target-org my-org
113113
```
114114

115-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/activate.ts)_
115+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/activate.ts)_
116116

117117
## `sf agent create`
118118

@@ -179,7 +179,7 @@ EXAMPLES
179179
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
180180
```
181181

182-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/create.ts)_
182+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/create.ts)_
183183

184184
## `sf agent deactivate`
185185

@@ -219,7 +219,7 @@ EXAMPLES
219219
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
220220
```
221221

222-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/deactivate.ts)_
222+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/deactivate.ts)_
223223

224224
## `sf agent generate agent-spec`
225225

@@ -326,7 +326,7 @@ EXAMPLES
326326
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
327327
```
328328

329-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/generate/agent-spec.ts)_
329+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/generate/agent-spec.ts)_
330330

331331
## `sf agent generate authoring-bundle`
332332

@@ -392,7 +392,7 @@ EXAMPLES
392392
other-package-dir/main/default --target-org my-dev-org
393393
```
394394

395-
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/generate/authoring-bundle.ts)_
395+
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/generate/authoring-bundle.ts)_
396396

397397
## `sf agent generate template`
398398

@@ -440,7 +440,7 @@ EXAMPLES
440440
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
441441
```
442442

443-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/generate/template.ts)_
443+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/generate/template.ts)_
444444

445445
## `sf agent generate test-spec`
446446

@@ -501,7 +501,7 @@ EXAMPLES
501501
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
502502
```
503503

504-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/generate/test-spec.ts)_
504+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/generate/test-spec.ts)_
505505

506506
## `sf agent preview`
507507

@@ -574,7 +574,7 @@ EXAMPLES
574574
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
575575
```
576576

577-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/preview.ts)_
577+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/preview.ts)_
578578

579579
## `sf agent publish authoring-bundle`
580580

@@ -623,7 +623,7 @@ EXAMPLES
623623
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
624624
```
625625

626-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/publish/authoring-bundle.ts)_
626+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/publish/authoring-bundle.ts)_
627627

628628
## `sf agent test create`
629629

@@ -678,7 +678,7 @@ EXAMPLES
678678
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
679679
```
680680

681-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/test/create.ts)_
681+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/test/create.ts)_
682682

683683
## `sf agent test list`
684684

@@ -713,7 +713,7 @@ EXAMPLES
713713
$ sf agent test list --target-org my-org
714714
```
715715

716-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/test/list.ts)_
716+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/test/list.ts)_
717717

718718
## `sf agent test results`
719719

@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
779779
expression when using custom evaluations.
780780
```
781781

782-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/test/results.ts)_
782+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/test/results.ts)_
783783

784784
## `sf agent test resume`
785785

@@ -852,7 +852,7 @@ FLAG DESCRIPTIONS
852852
expression when using custom evaluations.
853853
```
854854

855-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/test/resume.ts)_
855+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/test/resume.ts)_
856856

857857
## `sf agent test run`
858858

@@ -926,7 +926,7 @@ FLAG DESCRIPTIONS
926926
expression when using custom evaluations.
927927
```
928928

929-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/test/run.ts)_
929+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/test/run.ts)_
930930

931931
## `sf agent validate authoring-bundle`
932932

@@ -973,6 +973,6 @@ EXAMPLES
973973
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
974974
```
975975

976-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.3/src/commands/agent/validate/authoring-bundle.ts)_
976+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.27.4/src/commands/agent/validate/authoring-bundle.ts)_
977977

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

0 commit comments

Comments
 (0)