@salesforce/plugin-agent 1.24.14-demo.7 → 1.24.14-demo.8

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
@@ -112,7 +112,7 @@ EXAMPLES
112
112
  $ sf agent activate --api-name Resort_Manager --target-org my-org
113
113
  ```
114
114
 
115
- _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/activate.ts)_
115
+ _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/activate.ts)_
116
116
 
117
117
  ## `sf agent create`
118
118
 
@@ -174,7 +174,7 @@ EXAMPLES
174
174
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
175
175
  ```
176
176
 
177
- _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/create.ts)_
177
+ _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/create.ts)_
178
178
 
179
179
  ## `sf agent deactivate`
180
180
 
@@ -214,7 +214,7 @@ EXAMPLES
214
214
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
215
215
  ```
216
216
 
217
- _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/deactivate.ts)_
217
+ _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/deactivate.ts)_
218
218
 
219
219
  ## `sf agent generate agent-spec`
220
220
 
@@ -319,7 +319,7 @@ EXAMPLES
319
319
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
320
320
  ```
321
321
 
322
- _See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/generate/agent-spec.ts)_
322
+ _See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/generate/agent-spec.ts)_
323
323
 
324
324
  ## `sf agent generate authoring-bundle`
325
325
 
@@ -360,7 +360,7 @@ EXAMPLES
360
360
  path/to/output
361
361
  ```
362
362
 
363
- _See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/generate/authoring-bundle.ts)_
363
+ _See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/generate/authoring-bundle.ts)_
364
364
 
365
365
  ## `sf agent generate template`
366
366
 
@@ -408,7 +408,7 @@ EXAMPLES
408
408
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
409
409
  ```
410
410
 
411
- _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/generate/template.ts)_
411
+ _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/generate/template.ts)_
412
412
 
413
413
  ## `sf agent generate test-spec`
414
414
 
@@ -469,7 +469,7 @@ EXAMPLES
469
469
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
470
470
  ```
471
471
 
472
- _See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/generate/test-spec.ts)_
472
+ _See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/generate/test-spec.ts)_
473
473
 
474
474
  ## `sf agent preview`
475
475
 
@@ -534,7 +534,7 @@ EXAMPLES
534
534
  transcripts/my-preview
535
535
  ```
536
536
 
537
- _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/preview.ts)_
537
+ _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/preview.ts)_
538
538
 
539
539
  ## `sf agent publish authoring-bundle`
540
540
 
@@ -566,7 +566,7 @@ EXAMPLES
566
566
  myorg@example.com
567
567
  ```
568
568
 
569
- _See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/publish/authoring-bundle.ts)_
569
+ _See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/publish/authoring-bundle.ts)_
570
570
 
571
571
  ## `sf agent test create`
572
572
 
@@ -621,7 +621,7 @@ EXAMPLES
621
621
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
622
622
  ```
623
623
 
624
- _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/test/create.ts)_
624
+ _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/test/create.ts)_
625
625
 
626
626
  ## `sf agent test list`
627
627
 
@@ -656,7 +656,7 @@ EXAMPLES
656
656
  $ sf agent test list --target-org my-org
657
657
  ```
658
658
 
659
- _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/test/list.ts)_
659
+ _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/test/list.ts)_
660
660
 
661
661
  ## `sf agent test results`
662
662
 
@@ -722,7 +722,7 @@ FLAG DESCRIPTIONS
722
722
  expression when using custom evaluations.
723
723
  ```
724
724
 
725
- _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/test/results.ts)_
725
+ _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/test/results.ts)_
726
726
 
727
727
  ## `sf agent test resume`
728
728
 
@@ -795,7 +795,7 @@ FLAG DESCRIPTIONS
795
795
  expression when using custom evaluations.
796
796
  ```
797
797
 
798
- _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/test/resume.ts)_
798
+ _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/test/resume.ts)_
799
799
 
800
800
  ## `sf agent test run`
801
801
 
@@ -869,7 +869,7 @@ FLAG DESCRIPTIONS
869
869
  expression when using custom evaluations.
870
870
  ```
871
871
 
872
- _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/test/run.ts)_
872
+ _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/test/run.ts)_
873
873
 
874
874
  ## `sf agent validate authoring-bundle`
875
875
 
@@ -900,6 +900,6 @@ EXAMPLES
900
900
  $ sf agent validate authoring-bundle --api-name path/to/bundle
901
901
  ```
902
902
 
903
- _See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.7/src/commands/agent/validate/authoring-bundle.ts)_
903
+ _See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.14-demo.8/src/commands/agent/validate/authoring-bundle.ts)_
904
904
 
905
905
  <!-- commandsstop -->
@@ -1477,5 +1477,5 @@
1477
1477
  ]
1478
1478
  }
1479
1479
  },
1480
- "version": "1.24.14-demo.7"
1480
+ "version": "1.24.14-demo.8"
1481
1481
  }
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-demo.7",
4
+ "version": "1.24.14-demo.8",
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.8.6",
10
10
  "@oclif/core": "^4",
11
11
  "@oclif/multi-stage-output": "^0.8.23",
12
- "@salesforce/agents": "^0.18.0",
12
+ "@salesforce/agents": "^0.18.1",
13
13
  "@salesforce/core": "^8.23.1",
14
14
  "@salesforce/kit": "^3.2.3",
15
15
  "@salesforce/sf-plugins-core": "^12.2.4",
@@ -229,7 +229,7 @@
229
229
  "exports": "./lib/index.js",
230
230
  "type": "module",
231
231
  "sfdx": {
232
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.14-demo.7.crt",
233
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.14-demo.7.sig"
232
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.14-demo.8.crt",
233
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.14-demo.8.sig"
234
234
  }
235
235
  }