Skip to content

Commit 46cf31f

Browse files
committed
chore(release): 1.26.0 [skip ci]
1 parent 694ca7e commit 46cf31f

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.26.0](https://github.com/salesforcecli/plugin-agent/compare/1.25.3...1.26.0) (2025-12-12)
2+
3+
### Features
4+
5+
- save traces to file ([b098ae5](https://github.com/salesforcecli/plugin-agent/commit/b098ae5a8121adcbef7d35cb7c5b7144400983c2))
6+
17
## [1.25.3](https://github.com/salesforcecli/plugin-agent/compare/1.25.2...1.25.3) (2025-12-10)
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.25.3/src/commands/agent/activate.ts)_
115+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.25.3/src/commands/agent/create.ts)_
182+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.25.3/src/commands/agent/deactivate.ts)_
222+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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 [email protected]
327327
```
328328

329-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.25.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.26.0/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.25.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.26.0/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.25.3/src/commands/agent/generate/template.ts)_
443+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.25.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.26.0/src/commands/agent/generate/test-spec.ts)_
505505

506506
## `sf agent preview`
507507

@@ -580,7 +580,7 @@ EXAMPLES
580580
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
581581
```
582582

583-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/preview.ts)_
583+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/src/commands/agent/preview.ts)_
584584

585585
## `sf agent publish authoring-bundle`
586586

@@ -627,7 +627,7 @@ EXAMPLES
627627
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
628628
```
629629

630-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/publish/authoring-bundle.ts)_
630+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/src/commands/agent/publish/authoring-bundle.ts)_
631631

632632
## `sf agent test create`
633633

@@ -682,7 +682,7 @@ EXAMPLES
682682
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
683683
```
684684

685-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/test/create.ts)_
685+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/src/commands/agent/test/create.ts)_
686686

687687
## `sf agent test list`
688688

@@ -717,7 +717,7 @@ EXAMPLES
717717
$ sf agent test list --target-org my-org
718718
```
719719

720-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/test/list.ts)_
720+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/src/commands/agent/test/list.ts)_
721721

722722
## `sf agent test results`
723723

@@ -783,7 +783,7 @@ FLAG DESCRIPTIONS
783783
expression when using custom evaluations.
784784
```
785785

786-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/test/results.ts)_
786+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/src/commands/agent/test/results.ts)_
787787

788788
## `sf agent test resume`
789789

@@ -856,7 +856,7 @@ FLAG DESCRIPTIONS
856856
expression when using custom evaluations.
857857
```
858858

859-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/test/resume.ts)_
859+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/src/commands/agent/test/resume.ts)_
860860

861861
## `sf agent test run`
862862

@@ -930,7 +930,7 @@ FLAG DESCRIPTIONS
930930
expression when using custom evaluations.
931931
```
932932

933-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/test/run.ts)_
933+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/src/commands/agent/test/run.ts)_
934934

935935
## `sf agent validate authoring-bundle`
936936

@@ -977,6 +977,6 @@ EXAMPLES
977977
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
978978
```
979979

980-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/validate/authoring-bundle.ts)_
980+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/src/commands/agent/validate/authoring-bundle.ts)_
981981

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

0 commit comments

Comments
 (0)