diff --git a/README.md b/README.md index def4df19..8785b80b 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.122.4 linux-x64 node-v22.22.0 +@salesforce/cli/2.122.5 linux-x64 node-v22.22.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -248,7 +248,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.27.1/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -315,7 +315,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.27.1/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -355,7 +355,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.27.1/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -462,7 +462,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.27.1/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate authoring-bundle` @@ -528,7 +528,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.27.1/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/generate/authoring-bundle.ts)_ ## `sf agent generate template` @@ -576,7 +576,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.27.1/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -637,7 +637,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.27.1/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -710,7 +710,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.27.1/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/preview.ts)_ ## `sf agent publish authoring-bundle` @@ -759,7 +759,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.27.1/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/publish/authoring-bundle.ts)_ ## `sf agent test create` @@ -814,7 +814,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.27.1/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -849,7 +849,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -915,7 +915,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -988,7 +988,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -1062,7 +1062,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/run.ts)_ ## `sf agent validate authoring-bundle` @@ -1109,7 +1109,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.27.1/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` diff --git a/package.json b/package.json index 48470dbf..8b2199c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.122.4", + "version": "2.122.5", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -157,7 +157,7 @@ "@oclif/plugin-which": "3.2.43", "@salesforce/core": "^8.25.0", "@salesforce/kit": "^3.1.6", - "@salesforce/plugin-agent": "1.27.1", + "@salesforce/plugin-agent": "1.27.2", "@salesforce/plugin-apex": "3.9.5", "@salesforce/plugin-api": "1.3.8", "@salesforce/plugin-auth": "4.1.4", diff --git a/yarn.lock b/yarn.lock index c976e8c5..f38c1a7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -592,15 +592,7 @@ "@smithy/types" "^4.12.0" tslib "^2.6.2" -"@aws-sdk/types@^3.222.0": - version "3.973.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.0.tgz#4e7428dbaac37797a81339f646f40f41cc22a1fe" - integrity sha512-jYIdB7a7jhRTvyb378nsjyvJh1Si+zVduJ6urMNGpz8RjkmHZ+9vM2H07XaIB2Cfq0GhJRZYOfUCH8uqQhqBkQ== - dependencies: - "@smithy/types" "^4.12.0" - tslib "^2.6.2" - -"@aws-sdk/types@^3.973.1": +"@aws-sdk/types@^3.222.0", "@aws-sdk/types@^3.973.1": version "3.973.1" resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.1.tgz#1b2992ec6c8380c3e74c9bd2c74703e9a807d6e0" integrity sha512-DwHBiMNOB468JiX6+i34c+THsKHErYUdNQ3HexeXZvVn4zouLjgaS4FejiGSi2HyBuzuyHg7SuOPmjSvoU9NRg== @@ -2216,10 +2208,10 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@1.27.1": - version "1.27.1" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.27.1.tgz#27565987ccffb2e7eef94a83097680a8c485117e" - integrity sha512-R7NROqYWMUYAFl3A02rM3AmXsvXz7GvBAYKR2AogzG1VathkoX5BfYjY1p6Nn8CZHRe9A13Vj8yngj3GvrPwzw== +"@salesforce/plugin-agent@1.27.2": + version "1.27.2" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.27.2.tgz#d858d5092903a17fde47f8209ea171d685b540b2" + integrity sha512-8RWJQn7ZPNJxJBDk6W9AvbDp7Iq90DxXxX9g+6Q6J2qNQtmKEiDNCNBu8PQ1Gxt5W9eyHgYBcWI45+FbZCEidg== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1"