@salesforce/plugin-agent 1.30.4 → 1.30.5

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
@@ -116,7 +116,7 @@ EXAMPLES
116
116
  $ sf agent activate --api-name Resort_Manager --target-org my-org
117
117
  ```
118
118
 
119
- _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/activate.ts)_
119
+ _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/activate.ts)_
120
120
 
121
121
  ## `sf agent create`
122
122
 
@@ -183,7 +183,7 @@ EXAMPLES
183
183
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
184
184
  ```
185
185
 
186
- _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/create.ts)_
186
+ _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/create.ts)_
187
187
 
188
188
  ## `sf agent deactivate`
189
189
 
@@ -223,7 +223,7 @@ EXAMPLES
223
223
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
224
224
  ```
225
225
 
226
- _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/deactivate.ts)_
226
+ _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/deactivate.ts)_
227
227
 
228
228
  ## `sf agent generate agent-spec`
229
229
 
@@ -330,7 +330,7 @@ EXAMPLES
330
330
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
331
331
  ```
332
332
 
333
- _See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/generate/agent-spec.ts)_
333
+ _See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/generate/agent-spec.ts)_
334
334
 
335
335
  ## `sf agent generate authoring-bundle`
336
336
 
@@ -407,7 +407,7 @@ EXAMPLES
407
407
  other-package-dir/main/default --target-org my-dev-org
408
408
  ```
409
409
 
410
- _See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/generate/authoring-bundle.ts)_
410
+ _See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/generate/authoring-bundle.ts)_
411
411
 
412
412
  ## `sf agent generate template`
413
413
 
@@ -455,7 +455,7 @@ EXAMPLES
455
455
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
456
456
  ```
457
457
 
458
- _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/generate/template.ts)_
458
+ _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/generate/template.ts)_
459
459
 
460
460
  ## `sf agent generate test-spec`
461
461
 
@@ -516,7 +516,7 @@ EXAMPLES
516
516
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
517
517
  ```
518
518
 
519
- _See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/generate/test-spec.ts)_
519
+ _See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/generate/test-spec.ts)_
520
520
 
521
521
  ## `sf agent preview`
522
522
 
@@ -589,7 +589,7 @@ EXAMPLES
589
589
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
590
590
  ```
591
591
 
592
- _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview.ts)_
592
+ _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/preview.ts)_
593
593
 
594
594
  ## `sf agent preview end`
595
595
 
@@ -644,7 +644,7 @@ EXAMPLES
644
644
  $ sf agent preview end --authoring-bundle My_Local_Agent
645
645
  ```
646
646
 
647
- _See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/end.ts)_
647
+ _See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/preview/end.ts)_
648
648
 
649
649
  ## `sf agent preview send`
650
650
 
@@ -702,7 +702,7 @@ EXAMPLES
702
702
  $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
703
703
  ```
704
704
 
705
- _See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/send.ts)_
705
+ _See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/preview/send.ts)_
706
706
 
707
707
  ## `sf agent preview sessions`
708
708
 
@@ -735,7 +735,7 @@ EXAMPLES
735
735
  $ sf agent preview sessions
736
736
  ```
737
737
 
738
- _See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/sessions.ts)_
738
+ _See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/preview/sessions.ts)_
739
739
 
740
740
  ## `sf agent preview start`
741
741
 
@@ -792,7 +792,7 @@ EXAMPLES
792
792
  $ sf agent preview start --api-name My_Published_Agent
793
793
  ```
794
794
 
795
- _See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/start.ts)_
795
+ _See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/preview/start.ts)_
796
796
 
797
797
  ## `sf agent publish authoring-bundle`
798
798
 
@@ -841,7 +841,7 @@ EXAMPLES
841
841
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
842
842
  ```
843
843
 
844
- _See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/publish/authoring-bundle.ts)_
844
+ _See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/publish/authoring-bundle.ts)_
845
845
 
846
846
  ## `sf agent test create`
847
847
 
@@ -896,7 +896,7 @@ EXAMPLES
896
896
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
897
897
  ```
898
898
 
899
- _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/create.ts)_
899
+ _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/test/create.ts)_
900
900
 
901
901
  ## `sf agent test list`
902
902
 
@@ -931,7 +931,7 @@ EXAMPLES
931
931
  $ sf agent test list --target-org my-org
932
932
  ```
933
933
 
934
- _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/list.ts)_
934
+ _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/test/list.ts)_
935
935
 
936
936
  ## `sf agent test results`
937
937
 
@@ -997,7 +997,7 @@ FLAG DESCRIPTIONS
997
997
  expression when using custom evaluations.
998
998
  ```
999
999
 
1000
- _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/results.ts)_
1000
+ _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/test/results.ts)_
1001
1001
 
1002
1002
  ## `sf agent test resume`
1003
1003
 
@@ -1070,7 +1070,7 @@ FLAG DESCRIPTIONS
1070
1070
  expression when using custom evaluations.
1071
1071
  ```
1072
1072
 
1073
- _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/resume.ts)_
1073
+ _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/test/resume.ts)_
1074
1074
 
1075
1075
  ## `sf agent test run`
1076
1076
 
@@ -1144,7 +1144,7 @@ FLAG DESCRIPTIONS
1144
1144
  expression when using custom evaluations.
1145
1145
  ```
1146
1146
 
1147
- _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/run.ts)_
1147
+ _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/test/run.ts)_
1148
1148
 
1149
1149
  ## `sf agent validate authoring-bundle`
1150
1150
 
@@ -1191,6 +1191,6 @@ EXAMPLES
1191
1191
  $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
1192
1192
  ```
1193
1193
 
1194
- _See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/validate/authoring-bundle.ts)_
1194
+ _See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.30.5/src/commands/agent/validate/authoring-bundle.ts)_
1195
1195
 
1196
1196
  <!-- commandsstop -->
@@ -1825,5 +1825,5 @@
1825
1825
  ]
1826
1826
  }
1827
1827
  },
1828
- "version": "1.30.4"
1828
+ "version": "1.30.5"
1829
1829
  }
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-agent",
3
3
  "description": "Commands to interact with Salesforce agents",
4
- "version": "1.30.4",
4
+ "version": "1.30.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "enableO11y": true,
8
8
  "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
9
+ "productFeatureId": "aJCEE0000007rcH4AQ",
9
10
  "dependencies": {
10
11
  "@inquirer/core": "^10.3.2",
11
12
  "@inquirer/prompts": "^7.10.1",
@@ -40,7 +41,7 @@
40
41
  "eslint-plugin-react-hooks": "^4.6.2",
41
42
  "eslint-plugin-sf-plugin": "^1.20.33",
42
43
  "esmock": "^2.7.3",
43
- "oclif": "^4.22.70",
44
+ "oclif": "^4.22.80",
44
45
  "ts-node": "^10.9.2",
45
46
  "typescript": "^5.9.3"
46
47
  },
@@ -239,7 +240,7 @@
239
240
  "exports": "./lib/index.js",
240
241
  "type": "module",
241
242
  "sfdx": {
242
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.30.4.crt",
243
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.30.4.sig"
243
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.30.5.crt",
244
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.30.5.sig"
244
245
  }
245
246
  }