@salesforce/plugin-agent 1.30.3 → 1.30.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -19
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ EXAMPLES
|
|
|
116
116
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
117
117
|
```
|
|
118
118
|
|
|
119
|
-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
119
|
+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/activate.ts)_
|
|
120
120
|
|
|
121
121
|
## `sf agent create`
|
|
122
122
|
|
|
@@ -183,7 +183,7 @@ EXAMPLES
|
|
|
183
183
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
184
184
|
```
|
|
185
185
|
|
|
186
|
-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
186
|
+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/create.ts)_
|
|
187
187
|
|
|
188
188
|
## `sf agent deactivate`
|
|
189
189
|
|
|
@@ -223,7 +223,7 @@ EXAMPLES
|
|
|
223
223
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
224
224
|
```
|
|
225
225
|
|
|
226
|
-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
226
|
+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/deactivate.ts)_
|
|
227
227
|
|
|
228
228
|
## `sf agent generate agent-spec`
|
|
229
229
|
|
|
@@ -330,7 +330,7 @@ EXAMPLES
|
|
|
330
330
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
333
|
+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/generate/agent-spec.ts)_
|
|
334
334
|
|
|
335
335
|
## `sf agent generate authoring-bundle`
|
|
336
336
|
|
|
@@ -407,7 +407,7 @@ EXAMPLES
|
|
|
407
407
|
other-package-dir/main/default --target-org my-dev-org
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
410
|
+
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/generate/authoring-bundle.ts)_
|
|
411
411
|
|
|
412
412
|
## `sf agent generate template`
|
|
413
413
|
|
|
@@ -455,7 +455,7 @@ EXAMPLES
|
|
|
455
455
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
456
456
|
```
|
|
457
457
|
|
|
458
|
-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
458
|
+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/generate/template.ts)_
|
|
459
459
|
|
|
460
460
|
## `sf agent generate test-spec`
|
|
461
461
|
|
|
@@ -516,7 +516,7 @@ EXAMPLES
|
|
|
516
516
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
517
517
|
```
|
|
518
518
|
|
|
519
|
-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
519
|
+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/generate/test-spec.ts)_
|
|
520
520
|
|
|
521
521
|
## `sf agent preview`
|
|
522
522
|
|
|
@@ -589,7 +589,7 @@ EXAMPLES
|
|
|
589
589
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
590
590
|
```
|
|
591
591
|
|
|
592
|
-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
592
|
+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview.ts)_
|
|
593
593
|
|
|
594
594
|
## `sf agent preview end`
|
|
595
595
|
|
|
@@ -644,7 +644,7 @@ EXAMPLES
|
|
|
644
644
|
$ sf agent preview end --authoring-bundle My_Local_Agent
|
|
645
645
|
```
|
|
646
646
|
|
|
647
|
-
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
647
|
+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/end.ts)_
|
|
648
648
|
|
|
649
649
|
## `sf agent preview send`
|
|
650
650
|
|
|
@@ -702,7 +702,7 @@ EXAMPLES
|
|
|
702
702
|
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
705
|
+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/send.ts)_
|
|
706
706
|
|
|
707
707
|
## `sf agent preview sessions`
|
|
708
708
|
|
|
@@ -735,7 +735,7 @@ EXAMPLES
|
|
|
735
735
|
$ sf agent preview sessions
|
|
736
736
|
```
|
|
737
737
|
|
|
738
|
-
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
738
|
+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/sessions.ts)_
|
|
739
739
|
|
|
740
740
|
## `sf agent preview start`
|
|
741
741
|
|
|
@@ -792,7 +792,7 @@ EXAMPLES
|
|
|
792
792
|
$ sf agent preview start --api-name My_Published_Agent
|
|
793
793
|
```
|
|
794
794
|
|
|
795
|
-
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
795
|
+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/start.ts)_
|
|
796
796
|
|
|
797
797
|
## `sf agent publish authoring-bundle`
|
|
798
798
|
|
|
@@ -841,7 +841,7 @@ EXAMPLES
|
|
|
841
841
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
842
842
|
```
|
|
843
843
|
|
|
844
|
-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
844
|
+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/publish/authoring-bundle.ts)_
|
|
845
845
|
|
|
846
846
|
## `sf agent test create`
|
|
847
847
|
|
|
@@ -896,7 +896,7 @@ EXAMPLES
|
|
|
896
896
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
897
897
|
```
|
|
898
898
|
|
|
899
|
-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
899
|
+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/create.ts)_
|
|
900
900
|
|
|
901
901
|
## `sf agent test list`
|
|
902
902
|
|
|
@@ -931,7 +931,7 @@ EXAMPLES
|
|
|
931
931
|
$ sf agent test list --target-org my-org
|
|
932
932
|
```
|
|
933
933
|
|
|
934
|
-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
934
|
+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/list.ts)_
|
|
935
935
|
|
|
936
936
|
## `sf agent test results`
|
|
937
937
|
|
|
@@ -997,7 +997,7 @@ FLAG DESCRIPTIONS
|
|
|
997
997
|
expression when using custom evaluations.
|
|
998
998
|
```
|
|
999
999
|
|
|
1000
|
-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1000
|
+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/results.ts)_
|
|
1001
1001
|
|
|
1002
1002
|
## `sf agent test resume`
|
|
1003
1003
|
|
|
@@ -1070,7 +1070,7 @@ FLAG DESCRIPTIONS
|
|
|
1070
1070
|
expression when using custom evaluations.
|
|
1071
1071
|
```
|
|
1072
1072
|
|
|
1073
|
-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1073
|
+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/resume.ts)_
|
|
1074
1074
|
|
|
1075
1075
|
## `sf agent test run`
|
|
1076
1076
|
|
|
@@ -1144,7 +1144,7 @@ FLAG DESCRIPTIONS
|
|
|
1144
1144
|
expression when using custom evaluations.
|
|
1145
1145
|
```
|
|
1146
1146
|
|
|
1147
|
-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1147
|
+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/run.ts)_
|
|
1148
1148
|
|
|
1149
1149
|
## `sf agent validate authoring-bundle`
|
|
1150
1150
|
|
|
@@ -1191,6 +1191,6 @@ EXAMPLES
|
|
|
1191
1191
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1192
1192
|
```
|
|
1193
1193
|
|
|
1194
|
-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1194
|
+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1195
1195
|
|
|
1196
1196
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-agent",
|
|
3
3
|
"description": "Commands to interact with Salesforce agents",
|
|
4
|
-
"version": "1.30.
|
|
4
|
+
"version": "1.30.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"enableO11y": true,
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@salesforce/source-deploy-retrieve": "^12.31.14",
|
|
19
19
|
"@salesforce/types": "^1.6.0",
|
|
20
20
|
"ansis": "^3.3.2",
|
|
21
|
-
"fast-xml-parser": "^5.3.
|
|
21
|
+
"fast-xml-parser": "^5.3.7",
|
|
22
22
|
"glob": "^11.0.3",
|
|
23
23
|
"ink": "5.0.1",
|
|
24
24
|
"ink-text-input": "^6.0.0",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"exports": "./lib/index.js",
|
|
240
240
|
"type": "module",
|
|
241
241
|
"sfdx": {
|
|
242
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.30.
|
|
243
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.30.
|
|
242
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.30.4.crt",
|
|
243
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.30.4.sig"
|
|
244
244
|
}
|
|
245
245
|
}
|