@salesforce/plugin-agent 1.24.27 → 1.24.28
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 +12 -12
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ EXAMPLES
|
|
|
109
109
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
112
|
+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/activate.ts)_
|
|
113
113
|
|
|
114
114
|
## `sf agent create`
|
|
115
115
|
|
|
@@ -171,7 +171,7 @@ EXAMPLES
|
|
|
171
171
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
172
172
|
```
|
|
173
173
|
|
|
174
|
-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
174
|
+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/create.ts)_
|
|
175
175
|
|
|
176
176
|
## `sf agent deactivate`
|
|
177
177
|
|
|
@@ -211,7 +211,7 @@ EXAMPLES
|
|
|
211
211
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
214
|
+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/deactivate.ts)_
|
|
215
215
|
|
|
216
216
|
## `sf agent generate agent-spec`
|
|
217
217
|
|
|
@@ -316,7 +316,7 @@ EXAMPLES
|
|
|
316
316
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
319
|
+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/generate/agent-spec.ts)_
|
|
320
320
|
|
|
321
321
|
## `sf agent generate template`
|
|
322
322
|
|
|
@@ -364,7 +364,7 @@ EXAMPLES
|
|
|
364
364
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
365
365
|
```
|
|
366
366
|
|
|
367
|
-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
367
|
+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/generate/template.ts)_
|
|
368
368
|
|
|
369
369
|
## `sf agent generate test-spec`
|
|
370
370
|
|
|
@@ -425,7 +425,7 @@ EXAMPLES
|
|
|
425
425
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
428
|
+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/generate/test-spec.ts)_
|
|
429
429
|
|
|
430
430
|
## `sf agent preview`
|
|
431
431
|
|
|
@@ -489,7 +489,7 @@ EXAMPLES
|
|
|
489
489
|
transcripts/my-preview
|
|
490
490
|
```
|
|
491
491
|
|
|
492
|
-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
492
|
+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/preview.ts)_
|
|
493
493
|
|
|
494
494
|
## `sf agent test create`
|
|
495
495
|
|
|
@@ -544,7 +544,7 @@ EXAMPLES
|
|
|
544
544
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
545
545
|
```
|
|
546
546
|
|
|
547
|
-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
547
|
+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/test/create.ts)_
|
|
548
548
|
|
|
549
549
|
## `sf agent test list`
|
|
550
550
|
|
|
@@ -579,7 +579,7 @@ EXAMPLES
|
|
|
579
579
|
$ sf agent test list --target-org my-org
|
|
580
580
|
```
|
|
581
581
|
|
|
582
|
-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
582
|
+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/test/list.ts)_
|
|
583
583
|
|
|
584
584
|
## `sf agent test results`
|
|
585
585
|
|
|
@@ -645,7 +645,7 @@ FLAG DESCRIPTIONS
|
|
|
645
645
|
expression when using custom evaluations.
|
|
646
646
|
```
|
|
647
647
|
|
|
648
|
-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
648
|
+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/test/results.ts)_
|
|
649
649
|
|
|
650
650
|
## `sf agent test resume`
|
|
651
651
|
|
|
@@ -718,7 +718,7 @@ FLAG DESCRIPTIONS
|
|
|
718
718
|
expression when using custom evaluations.
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
721
|
+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/test/resume.ts)_
|
|
722
722
|
|
|
723
723
|
## `sf agent test run`
|
|
724
724
|
|
|
@@ -792,6 +792,6 @@ FLAG DESCRIPTIONS
|
|
|
792
792
|
expression when using custom evaluations.
|
|
793
793
|
```
|
|
794
794
|
|
|
795
|
-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
795
|
+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.28/src/commands/agent/test/run.ts)_
|
|
796
796
|
|
|
797
797
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-agent",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.28",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-agent",
|
|
9
|
-
"version": "1.24.
|
|
9
|
+
"version": "1.24.28",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/core": "^10.3.0",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/core": "^8.23.2",
|
|
18
18
|
"@salesforce/kit": "^3.2.3",
|
|
19
19
|
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
20
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
20
|
+
"@salesforce/source-deploy-retrieve": "^12.28.0",
|
|
21
21
|
"@salesforce/types": "^1.5.0",
|
|
22
22
|
"ansis": "^3.3.2",
|
|
23
23
|
"fast-xml-parser": "^4.5.1",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"eslint-plugin-react": "^7.34.3",
|
|
41
41
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
42
42
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
43
|
-
"esmock": "^2.7.
|
|
43
|
+
"esmock": "^2.7.3",
|
|
44
44
|
"oclif": "^4.22.32",
|
|
45
45
|
"ts-node": "^10.9.2",
|
|
46
46
|
"typescript": "^5.5.4"
|
|
@@ -4962,9 +4962,9 @@
|
|
|
4962
4962
|
}
|
|
4963
4963
|
},
|
|
4964
4964
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
4965
|
-
"version": "12.
|
|
4966
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
4967
|
-
"integrity": "sha512-
|
|
4965
|
+
"version": "12.28.0",
|
|
4966
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.28.0.tgz",
|
|
4967
|
+
"integrity": "sha512-JhMS0NBo1aHvsDTA+XJPdDTQy7r2xqLb1+43s6a/VPlrLOrqnTHIOdEqCMPye/srcz6gCShMhwe2hFL8ZFq+IQ==",
|
|
4968
4968
|
"license": "Apache-2.0",
|
|
4969
4969
|
"dependencies": {
|
|
4970
4970
|
"@salesforce/core": "^8.23.4",
|
|
@@ -9666,9 +9666,9 @@
|
|
|
9666
9666
|
}
|
|
9667
9667
|
},
|
|
9668
9668
|
"node_modules/esmock": {
|
|
9669
|
-
"version": "2.7.
|
|
9670
|
-
"resolved": "https://registry.npmjs.org/esmock/-/esmock-2.7.
|
|
9671
|
-
"integrity": "sha512
|
|
9669
|
+
"version": "2.7.3",
|
|
9670
|
+
"resolved": "https://registry.npmjs.org/esmock/-/esmock-2.7.3.tgz",
|
|
9671
|
+
"integrity": "sha512-/M/YZOjgyLaVoY6K83pwCsGE1AJQnj4S4GyXLYgi/Y79KL8EeW6WU7Rmjc89UO7jv6ec8+j34rKeWOfiLeEu0A==",
|
|
9672
9672
|
"dev": true,
|
|
9673
9673
|
"license": "ISC",
|
|
9674
9674
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1768,10 +1768,10 @@
|
|
|
1768
1768
|
cli-progress "^3.12.0"
|
|
1769
1769
|
terminal-link "^3.0.0"
|
|
1770
1770
|
|
|
1771
|
-
"@salesforce/source-deploy-retrieve@^12.22.2", "@salesforce/source-deploy-retrieve@^12.
|
|
1772
|
-
version "12.
|
|
1773
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
1774
|
-
integrity sha512-
|
|
1771
|
+
"@salesforce/source-deploy-retrieve@^12.22.2", "@salesforce/source-deploy-retrieve@^12.28.0":
|
|
1772
|
+
version "12.28.0"
|
|
1773
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.28.0.tgz#8d16bef3f25b7aae7eeb42d2eb490e91615c6d6a"
|
|
1774
|
+
integrity sha512-JhMS0NBo1aHvsDTA+XJPdDTQy7r2xqLb1+43s6a/VPlrLOrqnTHIOdEqCMPye/srcz6gCShMhwe2hFL8ZFq+IQ==
|
|
1775
1775
|
dependencies:
|
|
1776
1776
|
"@salesforce/core" "^8.23.4"
|
|
1777
1777
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -4445,10 +4445,10 @@ eslint@^8.56.0:
|
|
|
4445
4445
|
strip-ansi "^6.0.1"
|
|
4446
4446
|
text-table "^0.2.0"
|
|
4447
4447
|
|
|
4448
|
-
esmock@^2.7.
|
|
4449
|
-
version "2.7.
|
|
4450
|
-
resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.7.
|
|
4451
|
-
integrity sha512
|
|
4448
|
+
esmock@^2.7.3:
|
|
4449
|
+
version "2.7.3"
|
|
4450
|
+
resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.7.3.tgz#25d8fd57b9608f9430185c501e7dab91fb1247bc"
|
|
4451
|
+
integrity sha512-/M/YZOjgyLaVoY6K83pwCsGE1AJQnj4S4GyXLYgi/Y79KL8EeW6WU7Rmjc89UO7jv6ec8+j34rKeWOfiLeEu0A==
|
|
4452
4452
|
|
|
4453
4453
|
espree@^10.4.0:
|
|
4454
4454
|
version "10.4.0"
|
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.24.
|
|
4
|
+
"version": "1.24.28",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@salesforce/core": "^8.23.2",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
16
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
16
|
+
"@salesforce/source-deploy-retrieve": "^12.28.0",
|
|
17
17
|
"@salesforce/types": "^1.5.0",
|
|
18
18
|
"ansis": "^3.3.2",
|
|
19
19
|
"fast-xml-parser": "^4.5.1",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"eslint-plugin-react": "^7.34.3",
|
|
37
37
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
39
|
-
"esmock": "^2.7.
|
|
39
|
+
"esmock": "^2.7.3",
|
|
40
40
|
"oclif": "^4.22.32",
|
|
41
41
|
"ts-node": "^10.9.2",
|
|
42
42
|
"typescript": "^5.5.4"
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"exports": "./lib/index.js",
|
|
231
231
|
"type": "module",
|
|
232
232
|
"sfdx": {
|
|
233
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.
|
|
234
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.
|
|
233
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.28.crt",
|
|
234
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.28.sig"
|
|
235
235
|
}
|
|
236
236
|
}
|