diff --git a/README.md b/README.md index 38e2e2c5..14a25bdf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.115.14 linux-x64 node-v22.21.1 +@salesforce/cli/2.115.15 linux-x64 node-v22.21.1 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -247,7 +247,7 @@ EXAMPLES $ sf agent activate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -314,7 +314,7 @@ EXAMPLES $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -354,7 +354,7 @@ EXAMPLES $ sf agent deactivate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -461,7 +461,7 @@ EXAMPLES $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate authoring-bundle` @@ -527,7 +527,7 @@ EXAMPLES other-package-dir/main/default --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/authoring-bundle.ts)_ ## `sf agent generate template` @@ -575,7 +575,7 @@ EXAMPLES force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1 ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -636,7 +636,7 @@ EXAMPLES force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -715,7 +715,7 @@ EXAMPLES $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/preview.ts)_ ## `sf agent publish authoring-bundle` @@ -762,7 +762,7 @@ EXAMPLES $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/publish/authoring-bundle.ts)_ ## `sf agent test create` @@ -817,7 +817,7 @@ EXAMPLES $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -852,7 +852,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -918,7 +918,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -991,7 +991,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -1065,7 +1065,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/run.ts)_ ## `sf agent validate authoring-bundle` @@ -1112,7 +1112,7 @@ EXAMPLES $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.1/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` diff --git a/package.json b/package.json index 4f46bd77..08003972 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.115.14", + "version": "2.115.15", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -157,7 +157,7 @@ "@oclif/plugin-which": "3.2.42", "@salesforce/core": "8.24.0", "@salesforce/kit": "^3.1.6", - "@salesforce/plugin-agent": "1.25.1", + "@salesforce/plugin-agent": "1.25.2", "@salesforce/plugin-apex": "3.8.10", "@salesforce/plugin-api": "1.3.3", "@salesforce/plugin-auth": "3.9.22", diff --git a/yarn.lock b/yarn.lock index f7398d96..c054de3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2058,10 +2058,10 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== -"@salesforce/agents@^0.19.6": - version "0.19.6" - resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.19.6.tgz#70427fbb7868f8a38732e0b7914320a7dd1f4524" - integrity sha512-HbQSULk2m0tB9R3Mf1E1+4hC6MZlVBMADiJ3iyHAKHYVHF9C5h138MK579zPLYaKWydSBJ6OL6ZKnZsOVShzjQ== +"@salesforce/agents@^0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.19.8.tgz#430089ccd3d87d32f2a88e79ccb9afd522b9b4cb" + integrity sha512-aAfaSDevqQrUAFyQgG7FiyltGKG6+ApxpkymTWB2pbQY2SXV7BnNRyO8TwkSS0XAa09HxYW84paOi/Xg3J/9Vw== dependencies: "@salesforce/core" "^8.23.5" "@salesforce/kit" "^3.2.4" @@ -2199,16 +2199,16 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@1.25.1": - version "1.25.1" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.25.1.tgz#22c776285ae0b9120a654317c97b8bb9b60eb618" - integrity sha512-6AJsVIjRvpkyC1RxtmQ/0PsLBnb3T3jMOqt+Ra6MoYAbELuOFpcp71nWlL1QWrfnDMytcLM6O6FfLjcraJsQ+A== +"@salesforce/plugin-agent@1.25.2": + version "1.25.2" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.25.2.tgz#67db5dcdc1f4fec02f90fa79862b412b9be94539" + integrity sha512-DFF7V7r/2tyAUE3PmhmBUsDMgcASuPFt/LFM8Ih1Xfe/huvhqRUVtYM2WLrEovPgZlsoponbufxd0Uu9V3ekkw== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1" "@oclif/core" "^4" "@oclif/multi-stage-output" "^0.8.29" - "@salesforce/agents" "^0.19.6" + "@salesforce/agents" "^0.19.8" "@salesforce/core" "^8.23.7" "@salesforce/kit" "^3.2.3" "@salesforce/sf-plugins-core" "^12.2.6"