@salesforce/plugin-agent 1.26.1 → 1.26.2

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/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  Apache License Version 2.0
2
2
 
3
- Copyright (c) 2025 Salesforce, Inc.
3
+ Copyright (c) 2026 Salesforce, Inc.
4
4
  All rights reserved.
5
5
 
6
6
  Apache License
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.26.1/src/commands/agent/activate.ts)_
115
+ _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/activate.ts)_
116
116
 
117
117
  ## `sf agent create`
118
118
 
@@ -179,7 +179,7 @@ EXAMPLES
179
179
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
180
180
  ```
181
181
 
182
- _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/create.ts)_
182
+ _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/create.ts)_
183
183
 
184
184
  ## `sf agent deactivate`
185
185
 
@@ -219,7 +219,7 @@ EXAMPLES
219
219
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
220
220
  ```
221
221
 
222
- _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/deactivate.ts)_
222
+ _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/deactivate.ts)_
223
223
 
224
224
  ## `sf agent generate agent-spec`
225
225
 
@@ -326,7 +326,7 @@ EXAMPLES
326
326
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
327
327
  ```
328
328
 
329
- _See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/agent-spec.ts)_
329
+ _See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/generate/agent-spec.ts)_
330
330
 
331
331
  ## `sf agent generate authoring-bundle`
332
332
 
@@ -392,7 +392,7 @@ EXAMPLES
392
392
  other-package-dir/main/default --target-org my-dev-org
393
393
  ```
394
394
 
395
- _See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/authoring-bundle.ts)_
395
+ _See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/generate/authoring-bundle.ts)_
396
396
 
397
397
  ## `sf agent generate template`
398
398
 
@@ -440,7 +440,7 @@ EXAMPLES
440
440
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
441
441
  ```
442
442
 
443
- _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/template.ts)_
443
+ _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/generate/template.ts)_
444
444
 
445
445
  ## `sf agent generate test-spec`
446
446
 
@@ -501,7 +501,7 @@ EXAMPLES
501
501
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
502
502
  ```
503
503
 
504
- _See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/test-spec.ts)_
504
+ _See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/generate/test-spec.ts)_
505
505
 
506
506
  ## `sf agent preview`
507
507
 
@@ -580,7 +580,7 @@ EXAMPLES
580
580
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
581
581
  ```
582
582
 
583
- _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/preview.ts)_
583
+ _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/preview.ts)_
584
584
 
585
585
  ## `sf agent publish authoring-bundle`
586
586
 
@@ -627,7 +627,7 @@ EXAMPLES
627
627
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
628
628
  ```
629
629
 
630
- _See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/publish/authoring-bundle.ts)_
630
+ _See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/publish/authoring-bundle.ts)_
631
631
 
632
632
  ## `sf agent test create`
633
633
 
@@ -682,7 +682,7 @@ EXAMPLES
682
682
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
683
683
  ```
684
684
 
685
- _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/create.ts)_
685
+ _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/test/create.ts)_
686
686
 
687
687
  ## `sf agent test list`
688
688
 
@@ -717,7 +717,7 @@ EXAMPLES
717
717
  $ sf agent test list --target-org my-org
718
718
  ```
719
719
 
720
- _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/list.ts)_
720
+ _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/test/list.ts)_
721
721
 
722
722
  ## `sf agent test results`
723
723
 
@@ -783,7 +783,7 @@ FLAG DESCRIPTIONS
783
783
  expression when using custom evaluations.
784
784
  ```
785
785
 
786
- _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/results.ts)_
786
+ _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/test/results.ts)_
787
787
 
788
788
  ## `sf agent test resume`
789
789
 
@@ -856,7 +856,7 @@ FLAG DESCRIPTIONS
856
856
  expression when using custom evaluations.
857
857
  ```
858
858
 
859
- _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/resume.ts)_
859
+ _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/test/resume.ts)_
860
860
 
861
861
  ## `sf agent test run`
862
862
 
@@ -930,7 +930,7 @@ FLAG DESCRIPTIONS
930
930
  expression when using custom evaluations.
931
931
  ```
932
932
 
933
- _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/run.ts)_
933
+ _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/test/run.ts)_
934
934
 
935
935
  ## `sf agent validate authoring-bundle`
936
936
 
@@ -977,6 +977,6 @@ EXAMPLES
977
977
  $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
978
978
  ```
979
979
 
980
- _See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/validate/authoring-bundle.ts)_
980
+ _See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.26.2/src/commands/agent/validate/authoring-bundle.ts)_
981
981
 
982
982
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/common.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/flags.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/testStages.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -807,91 +807,6 @@
807
807
  "test-spec:generate:agent"
808
808
  ]
809
809
  },
810
- "agent:publish:authoring-bundle": {
811
- "aliases": [],
812
- "args": {},
813
- "description": "An authoring bundle is a metadata type (named aiAuthoringBundle) that provides the blueprint for an agent. The metadata type contains two files: the standard metatada XML file and an Agent Script file (extension \".agent\") that fully describes the agent using the Agent Script language.\n\nWhen you publish an authoring bundle to your org, a number of things happen. First, this command validates that the Agent Script file successfully compiles. If there are compilation errors, the command exits and you must fix the Agent Script file to continue. Once the Agent Script file compiles, then it's published to the org, which in turn creates new associated metadata (Bot, BotVersion, GenAiX), or new versions of the metadata if the agent already exists. The new or updated metadata is retrieved back to your DX project, and then the authoring bundle metadata (AiAuthoringBundle) is deployed to your org. \n\nThis command uses the API name of the authoring bundle.",
814
- "examples": [
815
- "Publish an authoring bundle by being prompted for its API name; use your default org:\n<%= config.bin %> <%= command.id %>",
816
- "Publish an authoring bundle with API name MyAuthoringBundle to the org with alias \"my-dev-org\":\n<%= config.bin %> <%= command.id %> --api-name MyAuthoringbundle --target-org my-dev-org"
817
- ],
818
- "flags": {
819
- "json": {
820
- "description": "Format output as json.",
821
- "helpGroup": "GLOBAL",
822
- "name": "json",
823
- "allowNo": false,
824
- "type": "boolean"
825
- },
826
- "flags-dir": {
827
- "helpGroup": "GLOBAL",
828
- "name": "flags-dir",
829
- "summary": "Import flag values from a directory.",
830
- "hasDynamicHelp": false,
831
- "multiple": false,
832
- "type": "option"
833
- },
834
- "target-org": {
835
- "char": "o",
836
- "name": "target-org",
837
- "noCacheDefault": true,
838
- "required": true,
839
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
840
- "hasDynamicHelp": true,
841
- "multiple": false,
842
- "type": "option"
843
- },
844
- "api-version": {
845
- "description": "Override the api version used for api requests made by this command",
846
- "name": "api-version",
847
- "hasDynamicHelp": false,
848
- "multiple": false,
849
- "type": "option"
850
- },
851
- "api-name": {
852
- "char": "n",
853
- "name": "api-name",
854
- "summary": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
855
- "hasDynamicHelp": false,
856
- "multiple": false,
857
- "type": "option"
858
- }
859
- },
860
- "hasDynamicHelp": true,
861
- "hiddenAliases": [],
862
- "id": "agent:publish:authoring-bundle",
863
- "pluginAlias": "@salesforce/plugin-agent",
864
- "pluginName": "@salesforce/plugin-agent",
865
- "pluginType": "core",
866
- "state": "beta",
867
- "strict": true,
868
- "summary": "Publish an authoring bundle to your org, which results in a new agent or a new version of an existing agent.",
869
- "enableJsonFlag": true,
870
- "requiresProject": true,
871
- "FLAGGABLE_PROMPTS": {
872
- "api-name": {
873
- "message": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
874
- "promptMessage": "API name of the authoring bundle to publish"
875
- }
876
- },
877
- "isESM": true,
878
- "relativePath": [
879
- "lib",
880
- "commands",
881
- "agent",
882
- "publish",
883
- "authoring-bundle.js"
884
- ],
885
- "aliasPermutations": [],
886
- "permutations": [
887
- "agent:publish:authoring-bundle",
888
- "publish:agent:authoring-bundle",
889
- "publish:authoring-bundle:agent",
890
- "agent:authoring-bundle:publish",
891
- "authoring-bundle:agent:publish",
892
- "authoring-bundle:publish:agent"
893
- ]
894
- },
895
810
  "agent:test:create": {
896
811
  "aliases": [],
897
812
  "args": {},
@@ -1490,7 +1405,92 @@
1490
1405
  "authoring-bundle:agent:validate",
1491
1406
  "authoring-bundle:validate:agent"
1492
1407
  ]
1408
+ },
1409
+ "agent:publish:authoring-bundle": {
1410
+ "aliases": [],
1411
+ "args": {},
1412
+ "description": "An authoring bundle is a metadata type (named aiAuthoringBundle) that provides the blueprint for an agent. The metadata type contains two files: the standard metatada XML file and an Agent Script file (extension \".agent\") that fully describes the agent using the Agent Script language.\n\nWhen you publish an authoring bundle to your org, a number of things happen. First, this command validates that the Agent Script file successfully compiles. If there are compilation errors, the command exits and you must fix the Agent Script file to continue. Once the Agent Script file compiles, then it's published to the org, which in turn creates new associated metadata (Bot, BotVersion, GenAiX), or new versions of the metadata if the agent already exists. The new or updated metadata is retrieved back to your DX project, and then the authoring bundle metadata (AiAuthoringBundle) is deployed to your org. \n\nThis command uses the API name of the authoring bundle.",
1413
+ "examples": [
1414
+ "Publish an authoring bundle by being prompted for its API name; use your default org:\n<%= config.bin %> <%= command.id %>",
1415
+ "Publish an authoring bundle with API name MyAuthoringBundle to the org with alias \"my-dev-org\":\n<%= config.bin %> <%= command.id %> --api-name MyAuthoringbundle --target-org my-dev-org"
1416
+ ],
1417
+ "flags": {
1418
+ "json": {
1419
+ "description": "Format output as json.",
1420
+ "helpGroup": "GLOBAL",
1421
+ "name": "json",
1422
+ "allowNo": false,
1423
+ "type": "boolean"
1424
+ },
1425
+ "flags-dir": {
1426
+ "helpGroup": "GLOBAL",
1427
+ "name": "flags-dir",
1428
+ "summary": "Import flag values from a directory.",
1429
+ "hasDynamicHelp": false,
1430
+ "multiple": false,
1431
+ "type": "option"
1432
+ },
1433
+ "target-org": {
1434
+ "char": "o",
1435
+ "name": "target-org",
1436
+ "noCacheDefault": true,
1437
+ "required": true,
1438
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1439
+ "hasDynamicHelp": true,
1440
+ "multiple": false,
1441
+ "type": "option"
1442
+ },
1443
+ "api-version": {
1444
+ "description": "Override the api version used for api requests made by this command",
1445
+ "name": "api-version",
1446
+ "hasDynamicHelp": false,
1447
+ "multiple": false,
1448
+ "type": "option"
1449
+ },
1450
+ "api-name": {
1451
+ "char": "n",
1452
+ "name": "api-name",
1453
+ "summary": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
1454
+ "hasDynamicHelp": false,
1455
+ "multiple": false,
1456
+ "type": "option"
1457
+ }
1458
+ },
1459
+ "hasDynamicHelp": true,
1460
+ "hiddenAliases": [],
1461
+ "id": "agent:publish:authoring-bundle",
1462
+ "pluginAlias": "@salesforce/plugin-agent",
1463
+ "pluginName": "@salesforce/plugin-agent",
1464
+ "pluginType": "core",
1465
+ "state": "beta",
1466
+ "strict": true,
1467
+ "summary": "Publish an authoring bundle to your org, which results in a new agent or a new version of an existing agent.",
1468
+ "enableJsonFlag": true,
1469
+ "requiresProject": true,
1470
+ "FLAGGABLE_PROMPTS": {
1471
+ "api-name": {
1472
+ "message": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
1473
+ "promptMessage": "API name of the authoring bundle to publish"
1474
+ }
1475
+ },
1476
+ "isESM": true,
1477
+ "relativePath": [
1478
+ "lib",
1479
+ "commands",
1480
+ "agent",
1481
+ "publish",
1482
+ "authoring-bundle.js"
1483
+ ],
1484
+ "aliasPermutations": [],
1485
+ "permutations": [
1486
+ "agent:publish:authoring-bundle",
1487
+ "publish:agent:authoring-bundle",
1488
+ "publish:authoring-bundle:agent",
1489
+ "agent:authoring-bundle:publish",
1490
+ "authoring-bundle:agent:publish",
1491
+ "authoring-bundle:publish:agent"
1492
+ ]
1493
1493
  }
1494
1494
  },
1495
- "version": "1.26.1"
1495
+ "version": "1.26.2"
1496
1496
  }
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.26.1",
4
+ "version": "1.26.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -13,7 +13,7 @@
13
13
  "@salesforce/core": "^8.23.7",
14
14
  "@salesforce/kit": "^3.2.3",
15
15
  "@salesforce/sf-plugins-core": "^12.2.6",
16
- "@salesforce/source-deploy-retrieve": "^12.30.0",
16
+ "@salesforce/source-deploy-retrieve": "^12.31.0",
17
17
  "@salesforce/types": "^1.5.0",
18
18
  "ansis": "^3.3.2",
19
19
  "fast-xml-parser": "^4.5.1",
@@ -237,7 +237,7 @@
237
237
  "exports": "./lib/index.js",
238
238
  "type": "module",
239
239
  "sfdx": {
240
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.26.1.crt",
241
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.26.1.sig"
240
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.26.2.crt",
241
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.26.2.sig"
242
242
  }
243
243
  }