@salesforce/plugin-agent 1.9.2-beta.0 → 1.9.2
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 +11 -11
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +32 -31
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -113,7 +113,7 @@ EXAMPLES
|
|
|
113
113
|
$ sf agent create --name CustomerSupportAgent --spec ./config/agentSpec.json --target-org my-org
|
|
114
114
|
```
|
|
115
115
|
|
|
116
|
-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
116
|
+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/create.ts)_
|
|
117
117
|
|
|
118
118
|
## `sf agent create-v2`
|
|
119
119
|
|
|
@@ -164,7 +164,7 @@ EXAMPLES
|
|
|
164
164
|
$ sf agent create-v2 --name CustomerSupportAgent --spec ./config/agentSpec.json --target-org my-org
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
_See code: [src/commands/agent/create-v2.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
167
|
+
_See code: [src/commands/agent/create-v2.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/create-v2.ts)_
|
|
168
168
|
|
|
169
169
|
## `sf agent generate spec`
|
|
170
170
|
|
|
@@ -225,7 +225,7 @@ EXAMPLES
|
|
|
225
225
|
$ sf agent generate spec --output-dir specs --target-org my-org
|
|
226
226
|
```
|
|
227
227
|
|
|
228
|
-
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
228
|
+
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/generate/spec.ts)_
|
|
229
229
|
|
|
230
230
|
## `sf agent generate spec-v2`
|
|
231
231
|
|
|
@@ -289,7 +289,7 @@ EXAMPLES
|
|
|
289
289
|
$ sf agent generate spec-v2 --output-dir specs --target-org my-org
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/agent/generate/spec-v2.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
292
|
+
_See code: [src/commands/agent/generate/spec-v2.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/generate/spec-v2.ts)_
|
|
293
293
|
|
|
294
294
|
## `sf agent generate test-cases`
|
|
295
295
|
|
|
@@ -312,7 +312,7 @@ EXAMPLES
|
|
|
312
312
|
$ sf agent generate test-cases
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
-
_See code: [src/commands/agent/generate/test-cases.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
315
|
+
_See code: [src/commands/agent/generate/test-cases.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/generate/test-cases.ts)_
|
|
316
316
|
|
|
317
317
|
## `sf agent generate test-definition`
|
|
318
318
|
|
|
@@ -337,7 +337,7 @@ EXAMPLES
|
|
|
337
337
|
$ sf agent generate test-definition
|
|
338
338
|
```
|
|
339
339
|
|
|
340
|
-
_See code: [src/commands/agent/generate/test-definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
340
|
+
_See code: [src/commands/agent/generate/test-definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/generate/test-definition.ts)_
|
|
341
341
|
|
|
342
342
|
## `sf agent preview`
|
|
343
343
|
|
|
@@ -372,7 +372,7 @@ FLAG DESCRIPTIONS
|
|
|
372
372
|
the API name of the agent? (TBD based on agents library)
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
375
|
+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/preview.ts)_
|
|
376
376
|
|
|
377
377
|
## `sf agent test cancel`
|
|
378
378
|
|
|
@@ -409,7 +409,7 @@ EXAMPLES
|
|
|
409
409
|
$ sf agent test cancel --job-id 4KBfake0000003F4AQ --target-org my-org
|
|
410
410
|
```
|
|
411
411
|
|
|
412
|
-
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
412
|
+
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/test/cancel.ts)_
|
|
413
413
|
|
|
414
414
|
## `sf agent test results`
|
|
415
415
|
|
|
@@ -465,7 +465,7 @@ FLAG DESCRIPTIONS
|
|
|
465
465
|
test results aren't written.
|
|
466
466
|
```
|
|
467
467
|
|
|
468
|
-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
468
|
+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/test/results.ts)_
|
|
469
469
|
|
|
470
470
|
## `sf agent test resume`
|
|
471
471
|
|
|
@@ -528,7 +528,7 @@ FLAG DESCRIPTIONS
|
|
|
528
528
|
test results aren't written.
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
531
|
+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/test/resume.ts)_
|
|
532
532
|
|
|
533
533
|
## `sf agent test run`
|
|
534
534
|
|
|
@@ -591,6 +591,6 @@ FLAG DESCRIPTIONS
|
|
|
591
591
|
test results aren't written.
|
|
592
592
|
```
|
|
593
593
|
|
|
594
|
-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2
|
|
594
|
+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.9.2/src/commands/agent/test/run.ts)_
|
|
595
595
|
|
|
596
596
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-agent",
|
|
3
|
-
"version": "1.9.2
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-agent",
|
|
9
|
-
"version": "1.9.2
|
|
9
|
+
"version": "1.9.2",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/figures": "^1.0.7",
|
|
13
13
|
"@inquirer/prompts": "^7.2.0",
|
|
14
14
|
"@oclif/core": "^4",
|
|
15
15
|
"@oclif/multi-stage-output": "^0.7.12",
|
|
16
|
-
"@salesforce/agents": "^0.7.
|
|
16
|
+
"@salesforce/agents": "^0.7.1",
|
|
17
17
|
"@salesforce/core": "^8.8.0",
|
|
18
18
|
"@salesforce/kit": "^3.2.1",
|
|
19
19
|
"@salesforce/sf-plugins-core": "^12.1.0",
|
|
@@ -3342,9 +3342,9 @@
|
|
|
3342
3342
|
}
|
|
3343
3343
|
},
|
|
3344
3344
|
"node_modules/@salesforce/agents": {
|
|
3345
|
-
"version": "0.7.
|
|
3346
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.7.
|
|
3347
|
-
"integrity": "sha512-
|
|
3345
|
+
"version": "0.7.1",
|
|
3346
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.7.1.tgz",
|
|
3347
|
+
"integrity": "sha512-toLqqYGof8D0mMPxBNJIeMeRmLCP786qXboA/Xl8mjhr7FRL57toyusltOnFqw7HwuIGCY5H2N6D6sM9RZD6BQ==",
|
|
3348
3348
|
"license": "BSD-3-Clause",
|
|
3349
3349
|
"dependencies": {
|
|
3350
3350
|
"@salesforce/core": "^8.8.2",
|
package/oclif.lock
CHANGED
|
@@ -1462,10 +1462,10 @@
|
|
|
1462
1462
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1463
1463
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1464
1464
|
|
|
1465
|
-
"@salesforce/agents@^0.7.
|
|
1466
|
-
version "0.7.
|
|
1467
|
-
resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.7.
|
|
1468
|
-
integrity sha512-
|
|
1465
|
+
"@salesforce/agents@^0.7.1":
|
|
1466
|
+
version "0.7.1"
|
|
1467
|
+
resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.7.1.tgz#13d497222766b405966e22cae77dde6a92946c62"
|
|
1468
|
+
integrity sha512-toLqqYGof8D0mMPxBNJIeMeRmLCP786qXboA/Xl8mjhr7FRL57toyusltOnFqw7HwuIGCY5H2N6D6sM9RZD6BQ==
|
|
1469
1469
|
dependencies:
|
|
1470
1470
|
"@salesforce/core" "^8.8.2"
|
|
1471
1471
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -1515,30 +1515,6 @@
|
|
|
1515
1515
|
semver "^7.6.3"
|
|
1516
1516
|
ts-retry-promise "^0.8.1"
|
|
1517
1517
|
|
|
1518
|
-
"@salesforce/core@^8.8.2":
|
|
1519
|
-
version "8.8.2"
|
|
1520
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.2.tgz#0fc1632cc183b8c62e333f1f884bf3ee0f4aee6e"
|
|
1521
|
-
integrity sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==
|
|
1522
|
-
dependencies:
|
|
1523
|
-
"@jsforce/jsforce-node" "^3.6.1"
|
|
1524
|
-
"@salesforce/kit" "^3.2.2"
|
|
1525
|
-
"@salesforce/schemas" "^1.9.0"
|
|
1526
|
-
"@salesforce/ts-types" "^2.0.10"
|
|
1527
|
-
ajv "^8.17.1"
|
|
1528
|
-
change-case "^4.1.2"
|
|
1529
|
-
fast-levenshtein "^3.0.0"
|
|
1530
|
-
faye "^1.4.0"
|
|
1531
|
-
form-data "^4.0.0"
|
|
1532
|
-
js2xmlparser "^4.0.1"
|
|
1533
|
-
jsonwebtoken "9.0.2"
|
|
1534
|
-
jszip "3.10.1"
|
|
1535
|
-
pino "^9.4.0"
|
|
1536
|
-
pino-abstract-transport "^1.2.0"
|
|
1537
|
-
pino-pretty "^11.2.2"
|
|
1538
|
-
proper-lockfile "^4.1.2"
|
|
1539
|
-
semver "^7.6.3"
|
|
1540
|
-
ts-retry-promise "^0.8.1"
|
|
1541
|
-
|
|
1542
1518
|
"@salesforce/dev-config@^4.3.1":
|
|
1543
1519
|
version "4.3.1"
|
|
1544
1520
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
|
@@ -7501,7 +7477,16 @@ stack-utils@^2.0.6:
|
|
|
7501
7477
|
dependencies:
|
|
7502
7478
|
escape-string-regexp "^2.0.0"
|
|
7503
7479
|
|
|
7504
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
7480
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
7481
|
+
version "4.2.3"
|
|
7482
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7483
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
7484
|
+
dependencies:
|
|
7485
|
+
emoji-regex "^8.0.0"
|
|
7486
|
+
is-fullwidth-code-point "^3.0.0"
|
|
7487
|
+
strip-ansi "^6.0.1"
|
|
7488
|
+
|
|
7489
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7505
7490
|
version "4.2.3"
|
|
7506
7491
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7507
7492
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -7596,7 +7581,14 @@ string_decoder@~1.1.1:
|
|
|
7596
7581
|
dependencies:
|
|
7597
7582
|
safe-buffer "~5.1.0"
|
|
7598
7583
|
|
|
7599
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
7584
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
7585
|
+
version "6.0.1"
|
|
7586
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7587
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
7588
|
+
dependencies:
|
|
7589
|
+
ansi-regex "^5.0.1"
|
|
7590
|
+
|
|
7591
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7600
7592
|
version "6.0.1"
|
|
7601
7593
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7602
7594
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -8205,7 +8197,7 @@ workerpool@^6.5.1:
|
|
|
8205
8197
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
|
|
8206
8198
|
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
|
|
8207
8199
|
|
|
8208
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
8200
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
8209
8201
|
version "7.0.0"
|
|
8210
8202
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8211
8203
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -8223,6 +8215,15 @@ wrap-ansi@^6.2.0:
|
|
|
8223
8215
|
string-width "^4.1.0"
|
|
8224
8216
|
strip-ansi "^6.0.0"
|
|
8225
8217
|
|
|
8218
|
+
wrap-ansi@^7.0.0:
|
|
8219
|
+
version "7.0.0"
|
|
8220
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8221
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
8222
|
+
dependencies:
|
|
8223
|
+
ansi-styles "^4.0.0"
|
|
8224
|
+
string-width "^4.1.0"
|
|
8225
|
+
strip-ansi "^6.0.0"
|
|
8226
|
+
|
|
8226
8227
|
wrap-ansi@^8.1.0:
|
|
8227
8228
|
version "8.1.0"
|
|
8228
8229
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
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.9.2
|
|
4
|
+
"version": "1.9.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@inquirer/prompts": "^7.2.0",
|
|
10
10
|
"@oclif/core": "^4",
|
|
11
11
|
"@oclif/multi-stage-output": "^0.7.12",
|
|
12
|
-
"@salesforce/agents": "^0.7.
|
|
12
|
+
"@salesforce/agents": "^0.7.1",
|
|
13
13
|
"@salesforce/core": "^8.8.0",
|
|
14
14
|
"@salesforce/kit": "^3.2.1",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^12.1.0",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"exports": "./lib/index.js",
|
|
223
223
|
"type": "module",
|
|
224
224
|
"sfdx": {
|
|
225
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.9.2
|
|
226
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.9.2
|
|
225
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.9.2.crt",
|
|
226
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.9.2.sig"
|
|
227
227
|
}
|
|
228
228
|
}
|