@salesforce/plugin-agent 1.24.22 → 1.24.24

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.22/src/commands/agent/activate.ts)_
112
+ _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/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.22/src/commands/agent/create.ts)_
174
+ _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/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.22/src/commands/agent/deactivate.ts)_
214
+ _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/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.22/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.24/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.22/src/commands/agent/generate/template.ts)_
367
+ _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/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.22/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.24/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.22/src/commands/agent/preview.ts)_
492
+ _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/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.22/src/commands/agent/test/create.ts)_
547
+ _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/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.22/src/commands/agent/test/list.ts)_
582
+ _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/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.22/src/commands/agent/test/results.ts)_
648
+ _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/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.22/src/commands/agent/test/resume.ts)_
721
+ _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/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.22/src/commands/agent/test/run.ts)_
795
+ _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.24/src/commands/agent/test/run.ts)_
796
796
 
797
797
  <!-- commandsstop -->
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-agent",
3
- "version": "1.24.22",
3
+ "version": "1.24.24",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-agent",
9
- "version": "1.24.22",
9
+ "version": "1.24.24",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/core": "^10.3.0",
13
13
  "@inquirer/prompts": "^7.8.4",
14
14
  "@oclif/core": "^4",
15
- "@oclif/multi-stage-output": "^0.8.22",
15
+ "@oclif/multi-stage-output": "^0.8.26",
16
16
  "@salesforce/agents": "^0.18.2",
17
17
  "@salesforce/core": "^8.23.2",
18
18
  "@salesforce/kit": "^3.2.3",
19
- "@salesforce/sf-plugins-core": "^12.2.4",
19
+ "@salesforce/sf-plugins-core": "^12.2.5",
20
20
  "@salesforce/source-deploy-retrieve": "^12.25.0",
21
21
  "@salesforce/types": "^1.5.0",
22
22
  "ansis": "^3.3.2",
@@ -3574,9 +3574,9 @@
3574
3574
  }
3575
3575
  },
3576
3576
  "node_modules/@oclif/multi-stage-output": {
3577
- "version": "0.8.22",
3578
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.22.tgz",
3579
- "integrity": "sha512-04Wgf84Vr2C4fOtjk3A4b7O9orUOBSIPH2JzLb9nS4IwpYb/6mouxbKyEVGWxDO/qD4vnw+WRb8UQiDKBJQC7w==",
3577
+ "version": "0.8.26",
3578
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.26.tgz",
3579
+ "integrity": "sha512-TNzLY1Msk1IRYDlNlpGAwF7eBiLgxMME8DkR3PbAzwq/GLfO+qpECgOvOdW0OUcI6ODTKfORNFxz7xJzwNE5Lg==",
3580
3580
  "license": "MIT",
3581
3581
  "dependencies": {
3582
3582
  "@oclif/core": "^4",
@@ -3814,9 +3814,9 @@
3814
3814
  }
3815
3815
  },
3816
3816
  "node_modules/@oclif/table": {
3817
- "version": "0.4.12",
3818
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.12.tgz",
3819
- "integrity": "sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==",
3817
+ "version": "0.5.0",
3818
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.0.tgz",
3819
+ "integrity": "sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==",
3820
3820
  "license": "MIT",
3821
3821
  "dependencies": {
3822
3822
  "@types/react": "^18.3.12",
@@ -3826,8 +3826,8 @@
3826
3826
  "natural-orderby": "^3.0.2",
3827
3827
  "object-hash": "^3.0.0",
3828
3828
  "react": "^18.3.1",
3829
- "strip-ansi": "^7.1.0",
3830
- "wrap-ansi": "^9.0.0"
3829
+ "strip-ansi": "^7.1.2",
3830
+ "wrap-ansi": "^9.0.2"
3831
3831
  },
3832
3832
  "engines": {
3833
3833
  "node": ">=18.0.0"
@@ -3874,7 +3874,7 @@
3874
3874
  "url": "https://github.com/sponsors/sindresorhus"
3875
3875
  }
3876
3876
  },
3877
- "node_modules/@oclif/table/node_modules/strip-ansi": {
3877
+ "node_modules/@oclif/table/node_modules/string-width/node_modules/strip-ansi": {
3878
3878
  "version": "7.1.0",
3879
3879
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3880
3880
  "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
@@ -3889,6 +3889,21 @@
3889
3889
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3890
3890
  }
3891
3891
  },
3892
+ "node_modules/@oclif/table/node_modules/strip-ansi": {
3893
+ "version": "7.1.2",
3894
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
3895
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
3896
+ "license": "MIT",
3897
+ "dependencies": {
3898
+ "ansi-regex": "^6.0.1"
3899
+ },
3900
+ "engines": {
3901
+ "node": ">=12"
3902
+ },
3903
+ "funding": {
3904
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3905
+ }
3906
+ },
3892
3907
  "node_modules/@oclif/table/node_modules/wrap-ansi": {
3893
3908
  "version": "9.0.2",
3894
3909
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
@@ -3906,6 +3921,21 @@
3906
3921
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3907
3922
  }
3908
3923
  },
3924
+ "node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/strip-ansi": {
3925
+ "version": "7.1.0",
3926
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3927
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
3928
+ "license": "MIT",
3929
+ "dependencies": {
3930
+ "ansi-regex": "^6.0.1"
3931
+ },
3932
+ "engines": {
3933
+ "node": ">=12"
3934
+ },
3935
+ "funding": {
3936
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3937
+ }
3938
+ },
3909
3939
  "node_modules/@oclif/test": {
3910
3940
  "version": "4.1.14",
3911
3941
  "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.14.tgz",
@@ -4440,15 +4470,15 @@
4440
4470
  "license": "ISC"
4441
4471
  },
4442
4472
  "node_modules/@salesforce/sf-plugins-core": {
4443
- "version": "12.2.4",
4444
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz",
4445
- "integrity": "sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==",
4473
+ "version": "12.2.5",
4474
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz",
4475
+ "integrity": "sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==",
4446
4476
  "license": "Apache-2.0",
4447
4477
  "dependencies": {
4448
4478
  "@inquirer/confirm": "^3.1.22",
4449
4479
  "@inquirer/password": "^2.2.0",
4450
4480
  "@oclif/core": "^4.5.2",
4451
- "@oclif/table": "^0.4.12",
4481
+ "@oclif/table": "^0.5.0",
4452
4482
  "@salesforce/core": "^8.18.7",
4453
4483
  "@salesforce/kit": "^3.2.3",
4454
4484
  "@salesforce/ts-types": "^2.0.12",
package/oclif.lock CHANGED
@@ -1472,10 +1472,10 @@
1472
1472
  wordwrap "^1.0.0"
1473
1473
  wrap-ansi "^7.0.0"
1474
1474
 
1475
- "@oclif/multi-stage-output@^0.8.22":
1476
- version "0.8.22"
1477
- resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.22.tgz#57b5de282fc462d0dde55c72744ab7f3e3e03df7"
1478
- integrity sha512-04Wgf84Vr2C4fOtjk3A4b7O9orUOBSIPH2JzLb9nS4IwpYb/6mouxbKyEVGWxDO/qD4vnw+WRb8UQiDKBJQC7w==
1475
+ "@oclif/multi-stage-output@^0.8.26":
1476
+ version "0.8.26"
1477
+ resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.26.tgz#7eae3d745cdecc670c39eaaff77c90ce1f9dbd34"
1478
+ integrity sha512-TNzLY1Msk1IRYDlNlpGAwF7eBiLgxMME8DkR3PbAzwq/GLfO+qpECgOvOdW0OUcI6ODTKfORNFxz7xJzwNE5Lg==
1479
1479
  dependencies:
1480
1480
  "@oclif/core" "^4"
1481
1481
  "@types/react" "^18.3.12"
@@ -1529,10 +1529,10 @@
1529
1529
  lodash "^4.17.21"
1530
1530
  registry-auth-token "^5.1.0"
1531
1531
 
1532
- "@oclif/table@^0.4.12":
1533
- version "0.4.12"
1534
- resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
1535
- integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
1532
+ "@oclif/table@^0.5.0":
1533
+ version "0.5.0"
1534
+ resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.0.tgz#d84f6ba1ab38092cebf7c4712671ab0348ea74ee"
1535
+ integrity sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==
1536
1536
  dependencies:
1537
1537
  "@types/react" "^18.3.12"
1538
1538
  change-case "^5.4.4"
@@ -1541,8 +1541,8 @@
1541
1541
  natural-orderby "^3.0.2"
1542
1542
  object-hash "^3.0.0"
1543
1543
  react "^18.3.1"
1544
- strip-ansi "^7.1.0"
1545
- wrap-ansi "^9.0.0"
1544
+ strip-ansi "^7.1.2"
1545
+ wrap-ansi "^9.0.2"
1546
1546
 
1547
1547
  "@oclif/test@^4.1.14":
1548
1548
  version "4.1.14"
@@ -1723,15 +1723,15 @@
1723
1723
  string-width "^7.2.0"
1724
1724
  terminal-link "^3.0.0"
1725
1725
 
1726
- "@salesforce/sf-plugins-core@^12.2.4":
1727
- version "12.2.4"
1728
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz#a89ddcbac6520870eb2e0aad2a2e78738441cedf"
1729
- integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
1726
+ "@salesforce/sf-plugins-core@^12.2.5":
1727
+ version "12.2.5"
1728
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz#c5fdd15e3ca90fc91faf485b3907892f3dc6c4ae"
1729
+ integrity sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==
1730
1730
  dependencies:
1731
1731
  "@inquirer/confirm" "^3.1.22"
1732
1732
  "@inquirer/password" "^2.2.0"
1733
1733
  "@oclif/core" "^4.5.2"
1734
- "@oclif/table" "^0.4.12"
1734
+ "@oclif/table" "^0.5.0"
1735
1735
  "@salesforce/core" "^8.18.7"
1736
1736
  "@salesforce/kit" "^3.2.3"
1737
1737
  "@salesforce/ts-types" "^2.0.12"
@@ -8273,6 +8273,13 @@ strip-ansi@^7.0.1, strip-ansi@^7.1.0:
8273
8273
  dependencies:
8274
8274
  ansi-regex "^6.0.1"
8275
8275
 
8276
+ strip-ansi@^7.1.2:
8277
+ version "7.1.2"
8278
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
8279
+ integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
8280
+ dependencies:
8281
+ ansi-regex "^6.0.1"
8282
+
8276
8283
  strip-bom@^3.0.0:
8277
8284
  version "3.0.0"
8278
8285
  resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -1191,5 +1191,5 @@
1191
1191
  ]
1192
1192
  }
1193
1193
  },
1194
- "version": "1.24.22"
1194
+ "version": "1.24.24"
1195
1195
  }
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-agent",
3
3
  "description": "Commands to interact with Salesforce agents",
4
- "version": "1.24.22",
4
+ "version": "1.24.24",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@inquirer/core": "^10.3.0",
9
9
  "@inquirer/prompts": "^7.8.4",
10
10
  "@oclif/core": "^4",
11
- "@oclif/multi-stage-output": "^0.8.22",
11
+ "@oclif/multi-stage-output": "^0.8.26",
12
12
  "@salesforce/agents": "^0.18.2",
13
13
  "@salesforce/core": "^8.23.2",
14
14
  "@salesforce/kit": "^3.2.3",
15
- "@salesforce/sf-plugins-core": "^12.2.4",
15
+ "@salesforce/sf-plugins-core": "^12.2.5",
16
16
  "@salesforce/source-deploy-retrieve": "^12.25.0",
17
17
  "@salesforce/types": "^1.5.0",
18
18
  "ansis": "^3.3.2",
@@ -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.22.crt",
234
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.22.sig"
233
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.24.crt",
234
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.24.sig"
235
235
  }
236
236
  }