diff --git a/README.md b/README.md index 65d12af6..ad6a272f 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.116.6 linux-x64 node-v22.21.1 +@salesforce/cli/2.117.0 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.2/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/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.2/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` diff --git a/package.json b/package.json index 4bf07b60..63eaf12e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.116.6", + "version": "2.117.0", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -157,7 +157,7 @@ "@oclif/plugin-which": "3.2.42", "@salesforce/core": "^8.9.1", "@salesforce/kit": "^3.1.6", - "@salesforce/plugin-agent": "1.25.2", + "@salesforce/plugin-agent": "1.25.3", "@salesforce/plugin-apex": "3.9.4", "@salesforce/plugin-api": "1.3.6", "@salesforce/plugin-auth": "3.9.25", diff --git a/yarn.lock b/yarn.lock index 32232f0e..3f542c7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2199,10 +2199,10 @@ jszip "^3.10.1" object-treeify "^2" -"@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== +"@salesforce/plugin-agent@1.25.3": + version "1.25.3" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.25.3.tgz#ab12bb4c0ec5ee4ca78d8dded64d78b60245765c" + integrity sha512-gn0mi0Hnc9ggtY+ruFu6RxHDxKaaoSyOvJmsEVIjRjSPf05NFgRgck8/U9trxEMvifXD6+ponhP6PCC0OfmFmA== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1"