@salesforce/plugin-agent 1.24.12 → 1.24.13

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.12/src/commands/agent/activate.ts)_
112
+ _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/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.12/src/commands/agent/create.ts)_
174
+ _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/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.12/src/commands/agent/deactivate.ts)_
214
+ _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/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.12/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.13/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.12/src/commands/agent/generate/template.ts)_
367
+ _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/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.12/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.13/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.12/src/commands/agent/preview.ts)_
492
+ _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/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.12/src/commands/agent/test/create.ts)_
547
+ _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/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.12/src/commands/agent/test/list.ts)_
582
+ _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/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.12/src/commands/agent/test/results.ts)_
648
+ _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/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.12/src/commands/agent/test/resume.ts)_
721
+ _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/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.12/src/commands/agent/test/run.ts)_
795
+ _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.13/src/commands/agent/test/run.ts)_
796
796
 
797
797
  <!-- commandsstop -->
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-agent",
3
- "version": "1.24.12",
3
+ "version": "1.24.13",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-agent",
9
- "version": "1.24.12",
9
+ "version": "1.24.13",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/core": "^10.2.2",
13
13
  "@inquirer/prompts": "^7.8.4",
14
14
  "@oclif/core": "^4",
15
- "@oclif/multi-stage-output": "^0.8.20",
15
+ "@oclif/multi-stage-output": "^0.8.22",
16
16
  "@salesforce/agents": "^0.17.9",
17
17
  "@salesforce/core": "^8.18.5",
18
18
  "@salesforce/kit": "^3.2.3",
@@ -4079,9 +4079,9 @@
4079
4079
  }
4080
4080
  },
4081
4081
  "node_modules/@oclif/multi-stage-output": {
4082
- "version": "0.8.20",
4083
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz",
4084
- "integrity": "sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA==",
4082
+ "version": "0.8.22",
4083
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.22.tgz",
4084
+ "integrity": "sha512-04Wgf84Vr2C4fOtjk3A4b7O9orUOBSIPH2JzLb9nS4IwpYb/6mouxbKyEVGWxDO/qD4vnw+WRb8UQiDKBJQC7w==",
4085
4085
  "license": "MIT",
4086
4086
  "dependencies": {
4087
4087
  "@oclif/core": "^4",
@@ -4090,7 +4090,7 @@
4090
4090
  "figures": "^6.1.0",
4091
4091
  "ink": "5.0.1",
4092
4092
  "react": "^18.3.1",
4093
- "wrap-ansi": "^9.0.0"
4093
+ "wrap-ansi": "^9.0.2"
4094
4094
  },
4095
4095
  "engines": {
4096
4096
  "node": ">=18.0.0"
@@ -4174,9 +4174,9 @@
4174
4174
  }
4175
4175
  },
4176
4176
  "node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
4177
- "version": "9.0.0",
4178
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
4179
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
4177
+ "version": "9.0.2",
4178
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
4179
+ "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
4180
4180
  "license": "MIT",
4181
4181
  "dependencies": {
4182
4182
  "ansi-styles": "^6.2.1",
@@ -4395,9 +4395,9 @@
4395
4395
  }
4396
4396
  },
4397
4397
  "node_modules/@oclif/table/node_modules/wrap-ansi": {
4398
- "version": "9.0.0",
4399
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
4400
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
4398
+ "version": "9.0.2",
4399
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
4400
+ "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
4401
4401
  "license": "MIT",
4402
4402
  "dependencies": {
4403
4403
  "ansi-styles": "^6.2.1",
@@ -11366,9 +11366,9 @@
11366
11366
  }
11367
11367
  },
11368
11368
  "node_modules/ink/node_modules/wrap-ansi": {
11369
- "version": "9.0.0",
11370
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
11371
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
11369
+ "version": "9.0.2",
11370
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
11371
+ "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
11372
11372
  "license": "MIT",
11373
11373
  "dependencies": {
11374
11374
  "ansi-styles": "^6.2.1",
package/oclif.lock CHANGED
@@ -1735,10 +1735,10 @@
1735
1735
  wordwrap "^1.0.0"
1736
1736
  wrap-ansi "^7.0.0"
1737
1737
 
1738
- "@oclif/multi-stage-output@^0.8.20":
1739
- version "0.8.20"
1740
- resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz#193cef3d9fe323aa85909219ae84bca7fff9f666"
1741
- integrity sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA==
1738
+ "@oclif/multi-stage-output@^0.8.22":
1739
+ version "0.8.22"
1740
+ resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.22.tgz#57b5de282fc462d0dde55c72744ab7f3e3e03df7"
1741
+ integrity sha512-04Wgf84Vr2C4fOtjk3A4b7O9orUOBSIPH2JzLb9nS4IwpYb/6mouxbKyEVGWxDO/qD4vnw+WRb8UQiDKBJQC7w==
1742
1742
  dependencies:
1743
1743
  "@oclif/core" "^4"
1744
1744
  "@types/react" "^18.3.12"
@@ -1746,7 +1746,7 @@
1746
1746
  figures "^6.1.0"
1747
1747
  ink "5.0.1"
1748
1748
  react "^18.3.1"
1749
- wrap-ansi "^9.0.0"
1749
+ wrap-ansi "^9.0.2"
1750
1750
 
1751
1751
  "@oclif/plugin-command-snapshot@^5.2.19":
1752
1752
  version "5.3.5"
@@ -9323,10 +9323,10 @@ wrap-ansi@^8.1.0:
9323
9323
  string-width "^5.0.1"
9324
9324
  strip-ansi "^7.0.1"
9325
9325
 
9326
- wrap-ansi@^9.0.0:
9327
- version "9.0.0"
9328
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
9329
- integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
9326
+ wrap-ansi@^9.0.0, wrap-ansi@^9.0.2:
9327
+ version "9.0.2"
9328
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
9329
+ integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
9330
9330
  dependencies:
9331
9331
  ansi-styles "^6.2.1"
9332
9332
  string-width "^7.0.0"
@@ -1191,5 +1191,5 @@
1191
1191
  ]
1192
1192
  }
1193
1193
  },
1194
- "version": "1.24.12"
1194
+ "version": "1.24.13"
1195
1195
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-agent",
3
3
  "description": "Commands to interact with Salesforce agents",
4
- "version": "1.24.12",
4
+ "version": "1.24.13",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@inquirer/core": "^10.2.2",
9
9
  "@inquirer/prompts": "^7.8.4",
10
10
  "@oclif/core": "^4",
11
- "@oclif/multi-stage-output": "^0.8.20",
11
+ "@oclif/multi-stage-output": "^0.8.22",
12
12
  "@salesforce/agents": "^0.17.9",
13
13
  "@salesforce/core": "^8.18.5",
14
14
  "@salesforce/kit": "^3.2.3",
@@ -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.12.crt",
234
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.12.sig"
233
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.13.crt",
234
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.13.sig"
235
235
  }
236
236
  }