Skip to content

Commit e264d40

Browse files
committed
chore(release): 1.24.14-nga.0 [skip ci]
1 parent 7af747d commit e264d40

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

README.md

Lines changed: 17 additions & 16 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.24.14-demo.9/src/commands/agent/activate.ts)_
115+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/activate.ts)_
116116

117117
## `sf agent create`
118118

@@ -174,7 +174,7 @@ EXAMPLES
174174
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
175175
```
176176

177-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/create.ts)_
177+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/create.ts)_
178178

179179
## `sf agent deactivate`
180180

@@ -214,7 +214,7 @@ EXAMPLES
214214
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
215215
```
216216

217-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/deactivate.ts)_
217+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/deactivate.ts)_
218218

219219
## `sf agent generate agent-spec`
220220

@@ -319,7 +319,7 @@ EXAMPLES
319319
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
320320
```
321321

322-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/generate/agent-spec.ts)_
322+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/generate/agent-spec.ts)_
323323

324324
## `sf agent generate authoring-bundle`
325325

@@ -367,7 +367,7 @@ EXAMPLES
367367
other-package-dir/main/default/aiAuthoringBundles
368368
```
369369

370-
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/generate/authoring-bundle.ts)_
370+
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/generate/authoring-bundle.ts)_
371371

372372
## `sf agent generate template`
373373

@@ -415,7 +415,7 @@ EXAMPLES
415415
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
416416
```
417417

418-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/generate/template.ts)_
418+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/generate/template.ts)_
419419

420420
## `sf agent generate test-spec`
421421

@@ -476,7 +476,7 @@ EXAMPLES
476476
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
477477
```
478478

479-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/generate/test-spec.ts)_
479+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/generate/test-spec.ts)_
480480

481481
## `sf agent preview`
482482

@@ -485,7 +485,7 @@ Interact with an active agent to preview how the agent responds to your statemen
485485
```
486486
USAGE
487487
$ sf agent preview [--flags-dir <value>] [--api-version <value>] (-c <value> -o <value>) [-n <value>]
488-
[--authoring-bundle <value>] [-d <value>] [-x]
488+
[--authoring-bundle <value>] [-d <value>] [-x] [--use-live-actions]
489489
490490
FLAGS
491491
-c, --client-app=<value> Name of the linked client app to use for the agent connection.
@@ -497,6 +497,7 @@ FLAGS
497497
--api-version=<value> Override the api version used for api requests made by this command
498498
--authoring-bundle=<value> Preview a next-gen agent by specifying the API name of the authoring bundle metadata
499499
component that implements it.
500+
--use-live-actions Use real actions in the org; if not specified, preview uses AI to mock actions.
500501
501502
GLOBAL FLAGS
502503
--flags-dir=<value> Import flag values from a directory.
@@ -541,7 +542,7 @@ EXAMPLES
541542
transcripts/my-preview
542543
```
543544

544-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/preview.ts)_
545+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/preview.ts)_
545546

546547
## `sf agent publish authoring-bundle`
547548

@@ -584,7 +585,7 @@ EXAMPLES
584585
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --agent-name "My Fab Agent" --target-org my-org
585586
```
586587

587-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/publish/authoring-bundle.ts)_
588+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/publish/authoring-bundle.ts)_
588589

589590
## `sf agent test create`
590591

@@ -639,7 +640,7 @@ EXAMPLES
639640
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
640641
```
641642

642-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/test/create.ts)_
643+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/test/create.ts)_
643644

644645
## `sf agent test list`
645646

@@ -674,7 +675,7 @@ EXAMPLES
674675
$ sf agent test list --target-org my-org
675676
```
676677

677-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/test/list.ts)_
678+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/test/list.ts)_
678679

679680
## `sf agent test results`
680681

@@ -740,7 +741,7 @@ FLAG DESCRIPTIONS
740741
expression when using custom evaluations.
741742
```
742743

743-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/test/results.ts)_
744+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/test/results.ts)_
744745

745746
## `sf agent test resume`
746747

@@ -813,7 +814,7 @@ FLAG DESCRIPTIONS
813814
expression when using custom evaluations.
814815
```
815816

816-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/test/resume.ts)_
817+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/test/resume.ts)_
817818

818819
## `sf agent test run`
819820

@@ -887,7 +888,7 @@ FLAG DESCRIPTIONS
887888
expression when using custom evaluations.
888889
```
889890

890-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/test/run.ts)_
891+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/test/run.ts)_
891892

892893
## `sf agent validate authoring-bundle`
893894

@@ -927,6 +928,6 @@ EXAMPLES
927928
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle
928929
```
929930

930-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.9/src/commands/agent/validate/authoring-bundle.ts)_
931+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0/src/commands/agent/validate/authoring-bundle.ts)_
931932

932933
<!-- 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.14-demo.9",
4+
"version": "1.24.14-nga.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)