diff --git a/README.md b/README.md index f761e297..8e494623 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.117.1 linux-x64 node-v22.21.1 +@salesforce/cli/2.117.2 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.3/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/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.3/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.0/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` diff --git a/package.json b/package.json index b287e1ad..dbe7f856 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.117.1", + "version": "2.117.2", "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.3", + "@salesforce/plugin-agent": "1.26.0", "@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 3f542c7e..0470be0b 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.8": - version "0.19.8" - resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.19.8.tgz#430089ccd3d87d32f2a88e79ccb9afd522b9b4cb" - integrity sha512-aAfaSDevqQrUAFyQgG7FiyltGKG6+ApxpkymTWB2pbQY2SXV7BnNRyO8TwkSS0XAa09HxYW84paOi/Xg3J/9Vw== +"@salesforce/agents@^0.20.0": + version "0.20.0" + resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.20.0.tgz#e4539fb88ee695675890a9942d03cfee189e9db1" + integrity sha512-YiiMEGBuExt1/z5RO2I+rK9X7kn3wkxmAES84L1ELU5OOM1QjvVKj7MqaA+fb8AKugUO43fcAKeJGemdp9/+xw== 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.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== +"@salesforce/plugin-agent@1.26.0": + version "1.26.0" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.26.0.tgz#670f4ad143329e239d534cfe75ffe44bd711576b" + integrity sha512-mHLedNtl/qkRv5/8mrPTj7tqWkiV0N0/rYkZ9iUONbQz9htM2JhK3zkS2PlzU/GsJGkhoiaX3qBhawIxbQszaQ== 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.8" + "@salesforce/agents" "^0.20.0" "@salesforce/core" "^8.23.7" "@salesforce/kit" "^3.2.3" "@salesforce/sf-plugins-core" "^12.2.6"