@salesforce/plugin-agent 1.24.14 → 1.24.15

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 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.14/src/commands/agent/activate.ts)_
112
+ _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/create.ts)_
174
+ _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/deactivate.ts)_
214
+ _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/generate/agent-spec.ts)_
319
+ _See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/generate/template.ts)_
367
+ _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/generate/test-spec.ts)_
428
+ _See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/preview.ts)_
492
+ _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/test/create.ts)_
547
+ _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/test/list.ts)_
582
+ _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/test/results.ts)_
648
+ _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/test/resume.ts)_
721
+ _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/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.14/src/commands/agent/test/run.ts)_
795
+ _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/run.ts)_
796
796
 
797
797
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-agent",
3
- "version": "1.24.14",
3
+ "version": "1.24.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-agent",
9
- "version": "1.24.14",
9
+ "version": "1.24.15",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/core": "^10.2.2",
@@ -14,7 +14,7 @@
14
14
  "@oclif/core": "^4",
15
15
  "@oclif/multi-stage-output": "^0.8.22",
16
16
  "@salesforce/agents": "^0.17.9",
17
- "@salesforce/core": "^8.18.5",
17
+ "@salesforce/core": "^8.23.2",
18
18
  "@salesforce/kit": "^3.2.3",
19
19
  "@salesforce/sf-plugins-core": "^12.2.4",
20
20
  "@salesforce/source-deploy-retrieve": "^12.24.0",
@@ -28,7 +28,7 @@
28
28
  "yaml": "^2.8.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@oclif/plugin-command-snapshot": "^5.2.19",
31
+ "@oclif/plugin-command-snapshot": "^5.3.6",
32
32
  "@oclif/test": "^4.1.14",
33
33
  "@salesforce/cli-plugins-testkit": "^5.3.41",
34
34
  "@salesforce/dev-scripts": "^10.2.12",
@@ -3794,15 +3794,15 @@
3794
3794
  }
3795
3795
  },
3796
3796
  "node_modules/@jsforce/jsforce-node": {
3797
- "version": "3.10.5",
3798
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.5.tgz",
3799
- "integrity": "sha512-0nAxqKlLWxb9EY2ZJRdIh9qkFV85JUZL9wOGgLVYnKqRKF8iUWEMDy6CvOU7OwQEMgkY1micZON6IrUlPLIM8w==",
3797
+ "version": "3.10.8",
3798
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.8.tgz",
3799
+ "integrity": "sha512-XGD/ivZz+htN5SgctFyEZ+JNG6C8FXzaEwvPbRSdsIy/hpWlexY38XtTpdT5xX3KnYSnOE4zA1M/oIbTm7RD/Q==",
3800
3800
  "license": "MIT",
3801
3801
  "dependencies": {
3802
3802
  "@sindresorhus/is": "^4",
3803
3803
  "base64url": "^3.0.1",
3804
3804
  "csv-parse": "^5.5.2",
3805
- "csv-stringify": "^6.4.4",
3805
+ "csv-stringify": "^6.6.0",
3806
3806
  "faye": "^1.4.0",
3807
3807
  "form-data": "^4.0.4",
3808
3808
  "https-proxy-agent": "^5.0.0",
@@ -4191,9 +4191,9 @@
4191
4191
  }
4192
4192
  },
4193
4193
  "node_modules/@oclif/plugin-command-snapshot": {
4194
- "version": "5.3.5",
4195
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.5.tgz",
4196
- "integrity": "sha512-kWRgi57MiBAY+JqEMYAMRwJrjXvddjM8eMRNzJ3RBuC2VEmcQBjxDwsDbudPWKC+6IZUEg6BueCi28CAorb1wQ==",
4194
+ "version": "5.3.6",
4195
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.6.tgz",
4196
+ "integrity": "sha512-0uu1KoB5IvS79l7Ao92vUmVHh9eWqP5uWv4oD7aeNFmUnCQrTB8nhdclP2E6MqMoatB6C0Xv+TXWC/ISLqBu3A==",
4197
4197
  "dev": true,
4198
4198
  "license": "MIT",
4199
4199
  "dependencies": {
@@ -4660,12 +4660,12 @@
4660
4660
  }
4661
4661
  },
4662
4662
  "node_modules/@salesforce/core": {
4663
- "version": "8.23.1",
4664
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.1.tgz",
4665
- "integrity": "sha512-/mQMu6g0gmkKQsl+G93VkkU+yrLEjnBzdUu0sPlS0WY5jM4M9sxg97LmRXa6dchECU3c/ugamsXaP6j6QmEfsQ==",
4663
+ "version": "8.23.2",
4664
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.2.tgz",
4665
+ "integrity": "sha512-9XUlaI0orvdjDJZsgjt0lVLa5wrFWNaorRbshT/EJ6fIiqcAehOV2bR62NJtRhrOrgu1h34bTmUqMo+yUEES9w==",
4666
4666
  "license": "BSD-3-Clause",
4667
4667
  "dependencies": {
4668
- "@jsforce/jsforce-node": "^3.10.4",
4668
+ "@jsforce/jsforce-node": "^3.10.8",
4669
4669
  "@salesforce/kit": "^3.2.4",
4670
4670
  "@salesforce/schemas": "^1.10.0",
4671
4671
  "@salesforce/ts-types": "^2.0.11",
package/oclif.lock CHANGED
@@ -1633,15 +1633,15 @@
1633
1633
  "@jridgewell/resolve-uri" "^3.1.0"
1634
1634
  "@jridgewell/sourcemap-codec" "^1.4.14"
1635
1635
 
1636
- "@jsforce/jsforce-node@^3.10.4":
1637
- version "3.10.5"
1638
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.5.tgz#dcb7eec4520bcc0e2d8754d71a68a3ecf17054b4"
1639
- integrity sha512-0nAxqKlLWxb9EY2ZJRdIh9qkFV85JUZL9wOGgLVYnKqRKF8iUWEMDy6CvOU7OwQEMgkY1micZON6IrUlPLIM8w==
1636
+ "@jsforce/jsforce-node@^3.10.8":
1637
+ version "3.10.8"
1638
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.8.tgz#f13903a0885fa3501a513512984cf9a717aebb9a"
1639
+ integrity sha512-XGD/ivZz+htN5SgctFyEZ+JNG6C8FXzaEwvPbRSdsIy/hpWlexY38XtTpdT5xX3KnYSnOE4zA1M/oIbTm7RD/Q==
1640
1640
  dependencies:
1641
1641
  "@sindresorhus/is" "^4"
1642
1642
  base64url "^3.0.1"
1643
1643
  csv-parse "^5.5.2"
1644
- csv-stringify "^6.4.4"
1644
+ csv-stringify "^6.6.0"
1645
1645
  faye "^1.4.0"
1646
1646
  form-data "^4.0.4"
1647
1647
  https-proxy-agent "^5.0.0"
@@ -1748,10 +1748,10 @@
1748
1748
  react "^18.3.1"
1749
1749
  wrap-ansi "^9.0.2"
1750
1750
 
1751
- "@oclif/plugin-command-snapshot@^5.2.19":
1752
- version "5.3.5"
1753
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.5.tgz#b8c3803d5029299bdee1544cbf3f734d80645ed0"
1754
- integrity sha512-kWRgi57MiBAY+JqEMYAMRwJrjXvddjM8eMRNzJ3RBuC2VEmcQBjxDwsDbudPWKC+6IZUEg6BueCi28CAorb1wQ==
1751
+ "@oclif/plugin-command-snapshot@^5.3.6":
1752
+ version "5.3.6"
1753
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.6.tgz#fa9786279b532d8a0c6add51717dd8ea9fc520c9"
1754
+ integrity sha512-0uu1KoB5IvS79l7Ao92vUmVHh9eWqP5uWv4oD7aeNFmUnCQrTB8nhdclP2E6MqMoatB6C0Xv+TXWC/ISLqBu3A==
1755
1755
  dependencies:
1756
1756
  "@oclif/core" "^4"
1757
1757
  ansis "^3.17.0"
@@ -1875,12 +1875,12 @@
1875
1875
  strip-ansi "6.0.1"
1876
1876
  ts-retry-promise "^0.8.1"
1877
1877
 
1878
- "@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.22.0", "@salesforce/core@^8.23.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1879
- version "8.23.1"
1880
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.1.tgz#89e04518d6d4033ef6a248380eb952328068797c"
1881
- integrity sha512-/mQMu6g0gmkKQsl+G93VkkU+yrLEjnBzdUu0sPlS0WY5jM4M9sxg97LmRXa6dchECU3c/ugamsXaP6j6QmEfsQ==
1878
+ "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.22.0", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1879
+ version "8.23.2"
1880
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.2.tgz#218152b97e05745cd0499ad2594df4443fa8aa18"
1881
+ integrity sha512-9XUlaI0orvdjDJZsgjt0lVLa5wrFWNaorRbshT/EJ6fIiqcAehOV2bR62NJtRhrOrgu1h34bTmUqMo+yUEES9w==
1882
1882
  dependencies:
1883
- "@jsforce/jsforce-node" "^3.10.4"
1883
+ "@jsforce/jsforce-node" "^3.10.8"
1884
1884
  "@salesforce/kit" "^3.2.4"
1885
1885
  "@salesforce/schemas" "^1.10.0"
1886
1886
  "@salesforce/ts-types" "^2.0.11"
@@ -4042,7 +4042,7 @@ csv-parse@^5.5.2:
4042
4042
  resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.6.0.tgz#219beace2a3e9f28929999d2aa417d3fb3071c7f"
4043
4043
  integrity sha512-l3nz3euub2QMg5ouu5U09Ew9Wf6/wQ8I++ch1loQ0ljmzhmfZYrH9fflS22i/PQEvsPvxCwxgz5q7UB8K1JO4Q==
4044
4044
 
4045
- csv-stringify@^6.4.4:
4045
+ csv-stringify@^6.6.0:
4046
4046
  version "6.6.0"
4047
4047
  resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.6.0.tgz#d384859cfb71d0a4a73c5bcc36a4daf5440cb033"
4048
4048
  integrity sha512-YW32lKOmIBgbxtu3g5SaiqWNwa/9ISQt2EcgOq0+RAIFufFp9is6tqNnKahqE5kuKvrnYAzs28r+s6pXJR8Vcw==
@@ -1191,5 +1191,5 @@
1191
1191
  ]
1192
1192
  }
1193
1193
  },
1194
- "version": "1.24.14"
1194
+ "version": "1.24.15"
1195
1195
  }
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.14",
4
+ "version": "1.24.15",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -10,7 +10,7 @@
10
10
  "@oclif/core": "^4",
11
11
  "@oclif/multi-stage-output": "^0.8.22",
12
12
  "@salesforce/agents": "^0.17.9",
13
- "@salesforce/core": "^8.18.5",
13
+ "@salesforce/core": "^8.23.2",
14
14
  "@salesforce/kit": "^3.2.3",
15
15
  "@salesforce/sf-plugins-core": "^12.2.4",
16
16
  "@salesforce/source-deploy-retrieve": "^12.24.0",
@@ -24,7 +24,7 @@
24
24
  "yaml": "^2.8.1"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.2.19",
27
+ "@oclif/plugin-command-snapshot": "^5.3.6",
28
28
  "@oclif/test": "^4.1.14",
29
29
  "@salesforce/cli-plugins-testkit": "^5.3.41",
30
30
  "@salesforce/dev-scripts": "^10.2.12",
@@ -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.14.crt",
234
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.14.sig"
233
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.15.crt",
234
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.15.sig"
235
235
  }
236
236
  }