Skip to content

Commit 922646f

Browse files
committed
chore(release): 1.24.4 [skip ci]
1 parent b6fcb82 commit 922646f

File tree

3 files changed

+52
-16
lines changed

3 files changed

+52
-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.24.4](https://github.com/salesforcecli/plugin-agent/compare/1.24.3...1.24.4) (2025-08-19)
2+
3+
### Bug Fixes
4+
5+
- add --verbose to agent test results/resume/run for generatedData ([0f9bd56](https://github.com/salesforcecli/plugin-agent/commit/0f9bd5621bc589675ba4785c03b00902512a0007))
6+
17
## [1.24.3](https://github.com/salesforcecli/plugin-agent/compare/1.24.2...1.24.3) (2025-08-17)
28

39
### Bug Fixes

README.md

Lines changed: 45 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ EXAMPLES
109109
$ sf agent activate --api-name Resort_Manager --target-org my-org
110110
```
111111

112-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/activate.ts)_
112+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/activate.ts)_
113113

114114
## `sf agent create`
115115

@@ -171,7 +171,7 @@ EXAMPLES
171171
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
172172
```
173173

174-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/create.ts)_
174+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/create.ts)_
175175

176176
## `sf agent deactivate`
177177

@@ -211,7 +211,7 @@ EXAMPLES
211211
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
212212
```
213213

214-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/deactivate.ts)_
214+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/deactivate.ts)_
215215

216216
## `sf agent generate agent-spec`
217217

@@ -316,7 +316,7 @@ EXAMPLES
316316
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
317317
```
318318

319-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/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.4/src/commands/agent/generate/agent-spec.ts)_
320320

321321
## `sf agent generate template`
322322

@@ -364,7 +364,7 @@ EXAMPLES
364364
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
365365
```
366366

367-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/generate/template.ts)_
367+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/generate/template.ts)_
368368

369369
## `sf agent generate test-spec`
370370

@@ -425,7 +425,7 @@ EXAMPLES
425425
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
426426
```
427427

428-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/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.4/src/commands/agent/generate/test-spec.ts)_
429429

430430
## `sf agent preview`
431431

@@ -489,7 +489,7 @@ EXAMPLES
489489
transcripts/my-preview
490490
```
491491

492-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/preview.ts)_
492+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/preview.ts)_
493493

494494
## `sf agent test create`
495495

@@ -544,7 +544,7 @@ EXAMPLES
544544
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
545545
```
546546

547-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/create.ts)_
547+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/test/create.ts)_
548548

549549
## `sf agent test list`
550550

@@ -579,7 +579,7 @@ EXAMPLES
579579
$ sf agent test list --target-org my-org
580580
```
581581

582-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/list.ts)_
582+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/test/list.ts)_
583583

584584
## `sf agent test results`
585585

@@ -588,7 +588,7 @@ Get the results of a completed agent test run.
588588
```
589589
USAGE
590590
$ sf agent test results -o <value> -i <value> [--json] [--flags-dir <value>] [--api-version <value>] [--result-format
591-
json|human|junit|tap] [-d <value>]
591+
json|human|junit|tap] [-d <value>] [--verbose]
592592
593593
FLAGS
594594
-d, --output-dir=<value> Directory to write the agent test results into.
@@ -598,6 +598,7 @@ FLAGS
598598
--api-version=<value> Override the api version used for api requests made by this command
599599
--result-format=<option> [default: human] Format of the agent test run results.
600600
<options: json|human|junit|tap>
601+
--verbose Show generated data in the test results output.
601602
602603
GLOBAL FLAGS
603604
--flags-dir=<value> Import flag values from a directory.
@@ -633,9 +634,18 @@ FLAG DESCRIPTIONS
633634
634635
If the agent test run completes, write the results to the specified directory. If the test is still running, the
635636
test results aren't written.
637+
638+
--verbose Show generated data in the test results output.
639+
640+
When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output.
641+
This is useful for debugging test failures and understanding what actions were actually invoked during the test run.
642+
643+
The generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce
644+
objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath
645+
expression when using custom evaluations.
636646
```
637647

638-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/results.ts)_
648+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/test/results.ts)_
639649

640650
## `sf agent test resume`
641651

@@ -644,7 +654,7 @@ Resume an agent test that you previously started in your org so you can view the
644654
```
645655
USAGE
646656
$ sf agent test resume -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-i <value>] [-r] [-w
647-
<value>] [--result-format json|human|junit|tap] [-d <value>]
657+
<value>] [--result-format json|human|junit|tap] [-d <value>] [--verbose]
648658
649659
FLAGS
650660
-d, --output-dir=<value> Directory to write the agent test results into.
@@ -657,6 +667,7 @@ FLAGS
657667
--api-version=<value> Override the api version used for api requests made by this command
658668
--result-format=<option> [default: human] Format of the agent test run results.
659669
<options: json|human|junit|tap>
670+
--verbose Show generated data in the test results output.
660671
661672
GLOBAL FLAGS
662673
--flags-dir=<value> Import flag values from a directory.
@@ -696,9 +707,18 @@ FLAG DESCRIPTIONS
696707
697708
If the agent test run completes, write the results to the specified directory. If the test is still running, the
698709
test results aren't written.
710+
711+
--verbose Show generated data in the test results output.
712+
713+
When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output.
714+
This is useful for debugging test failures and understanding what actions were actually invoked during the test run.
715+
716+
The generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce
717+
objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath
718+
expression when using custom evaluations.
699719
```
700720

701-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/resume.ts)_
721+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/test/resume.ts)_
702722

703723
## `sf agent test run`
704724

@@ -707,7 +727,7 @@ Start an agent test in your org.
707727
```
708728
USAGE
709729
$ sf agent test run -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-n <value>] [-w <value>]
710-
[--result-format json|human|junit|tap] [-d <value>]
730+
[--result-format json|human|junit|tap] [-d <value>] [--verbose]
711731
712732
FLAGS
713733
-d, --output-dir=<value> Directory to write the agent test results into.
@@ -720,6 +740,7 @@ FLAGS
720740
--api-version=<value> Override the api version used for api requests made by this command
721741
--result-format=<option> [default: human] Format of the agent test run results.
722742
<options: json|human|junit|tap>
743+
--verbose Show generated data in the test results output.
723744
724745
GLOBAL FLAGS
725746
--flags-dir=<value> Import flag values from a directory.
@@ -760,8 +781,17 @@ FLAG DESCRIPTIONS
760781
761782
If the agent test run completes, write the results to the specified directory. If the test is still running, the
762783
test results aren't written.
784+
785+
--verbose Show generated data in the test results output.
786+
787+
When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output.
788+
This is useful for debugging test failures and understanding what actions were actually invoked during the test run.
789+
790+
The generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce
791+
objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath
792+
expression when using custom evaluations.
763793
```
764794

765-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/run.ts)_
795+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/test/run.ts)_
766796

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

0 commit comments

Comments
 (0)