From 0570b3c673d10f45ca8c178ac79bb7d3dc9349fb Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 20 Dec 2025 02:37:14 +0000 Subject: [PATCH] chore(release): bump to 2.118.2 --- README.md | 32 ++++++++++++++++---------------- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 458bbfb0..e8aba2ce 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.118.1 linux-x64 node-v22.21.1 +@salesforce/cli/2.118.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.26.0/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/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.26.0/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` diff --git a/package.json b/package.json index 4fca9d7a..de2aef58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.118.1", + "version": "2.118.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.26.0", + "@salesforce/plugin-agent": "1.26.1", "@salesforce/plugin-apex": "3.9.5", "@salesforce/plugin-api": "1.3.6", "@salesforce/plugin-auth": "3.9.26", diff --git a/yarn.lock b/yarn.lock index 06a92783..6d9308b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2199,10 +2199,10 @@ jszip "^3.10.1" object-treeify "^2" -"@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== +"@salesforce/plugin-agent@1.26.1": + version "1.26.1" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.26.1.tgz#74829e68c25e6c556397faa5899f2abe6a979cff" + integrity sha512-K+qQl+Ts5UhwM4yNsF7q/RXuu2o5aTlUy80jmsAYp/eA4G9/hB4x67MGEZR6XG1xMZdvOy/SXWA2MrU8jGjZtw== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1"