Skip to content

Commit f0d305e

Browse files
committed
fix: update package version
1 parent f5cf9b2 commit f0d305e

File tree

2 files changed

+31
-25
lines changed

2 files changed

+31
-25
lines changed

README.md

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,24 @@ sf plugins
5959

6060
<!-- commands -->
6161

62-
- [`sf agent activate`](#sf-agent-activate)
63-
- [`sf agent create`](#sf-agent-create)
64-
- [`sf agent deactivate`](#sf-agent-deactivate)
65-
- [`sf agent generate agent-spec`](#sf-agent-generate-agent-spec)
66-
- [`sf agent generate template`](#sf-agent-generate-template)
67-
- [`sf agent generate test-spec`](#sf-agent-generate-test-spec)
68-
- [`sf agent preview`](#sf-agent-preview)
69-
- [`sf agent test create`](#sf-agent-test-create)
70-
- [`sf agent test list`](#sf-agent-test-list)
71-
- [`sf agent test results`](#sf-agent-test-results)
72-
- [`sf agent test resume`](#sf-agent-test-resume)
73-
- [`sf agent test run`](#sf-agent-test-run)
62+
- [plugin-agent](#plugin-agent)
63+
- [Install](#install)
64+
- [Contributing](#contributing)
65+
- [CLA](#cla)
66+
- [Build](#build)
67+
- [Commands](#commands)
68+
- [`sf agent activate`](#sf-agent-activate)
69+
- [`sf agent create`](#sf-agent-create)
70+
- [`sf agent deactivate`](#sf-agent-deactivate)
71+
- [`sf agent generate agent-spec`](#sf-agent-generate-agent-spec)
72+
- [`sf agent generate template`](#sf-agent-generate-template)
73+
- [`sf agent generate test-spec`](#sf-agent-generate-test-spec)
74+
- [`sf agent preview`](#sf-agent-preview)
75+
- [`sf agent test create`](#sf-agent-test-create)
76+
- [`sf agent test list`](#sf-agent-test-list)
77+
- [`sf agent test results`](#sf-agent-test-results)
78+
- [`sf agent test resume`](#sf-agent-test-resume)
79+
- [`sf agent test run`](#sf-agent-test-run)
7480

7581
## `sf agent activate`
7682

@@ -109,7 +115,7 @@ EXAMPLES
109115
$ sf agent activate --api-name Resort_Manager --target-org my-org
110116
```
111117

112-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/activate.ts)_
118+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/activate.ts)_
113119

114120
## `sf agent create`
115121

@@ -171,7 +177,7 @@ EXAMPLES
171177
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
172178
```
173179

174-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/create.ts)_
180+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/create.ts)_
175181

176182
## `sf agent deactivate`
177183

@@ -211,7 +217,7 @@ EXAMPLES
211217
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
212218
```
213219

214-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/deactivate.ts)_
220+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/deactivate.ts)_
215221

216222
## `sf agent generate agent-spec`
217223

@@ -316,7 +322,7 @@ EXAMPLES
316322
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
317323
```
318324

319-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/generate/agent-spec.ts)_
325+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/generate/agent-spec.ts)_
320326

321327
## `sf agent generate template`
322328

@@ -364,7 +370,7 @@ EXAMPLES
364370
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
365371
```
366372

367-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/generate/template.ts)_
373+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/generate/template.ts)_
368374

369375
## `sf agent generate test-spec`
370376

@@ -425,7 +431,7 @@ EXAMPLES
425431
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
426432
```
427433

428-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/generate/test-spec.ts)_
434+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/generate/test-spec.ts)_
429435

430436
## `sf agent preview`
431437

@@ -489,7 +495,7 @@ EXAMPLES
489495
transcripts/my-preview
490496
```
491497

492-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/preview.ts)_
498+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/preview.ts)_
493499

494500
## `sf agent test create`
495501

@@ -544,7 +550,7 @@ EXAMPLES
544550
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
545551
```
546552

547-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/test/create.ts)_
553+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/test/create.ts)_
548554

549555
## `sf agent test list`
550556

@@ -579,7 +585,7 @@ EXAMPLES
579585
$ sf agent test list --target-org my-org
580586
```
581587

582-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/test/list.ts)_
588+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/test/list.ts)_
583589

584590
## `sf agent test results`
585591

@@ -645,7 +651,7 @@ FLAG DESCRIPTIONS
645651
expression when using custom evaluations.
646652
```
647653

648-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/test/results.ts)_
654+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/test/results.ts)_
649655

650656
## `sf agent test resume`
651657

@@ -718,7 +724,7 @@ FLAG DESCRIPTIONS
718724
expression when using custom evaluations.
719725
```
720726

721-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/test/resume.ts)_
727+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/test/resume.ts)_
722728

723729
## `sf agent test run`
724730

@@ -792,6 +798,6 @@ FLAG DESCRIPTIONS
792798
expression when using custom evaluations.
793799
```
794800

795-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8-dev.0/src/commands/agent/test/run.ts)_
801+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.8/src/commands/agent/test/run.ts)_
796802

797803
<!-- 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.8-dev.0",
4+
"version": "1.24.8",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)