From f1908ed4a1bd267512d303c0454a8976018a4c65 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 25 Feb 2026 03:09:25 +0000 Subject: [PATCH] chore(release): bump to 2.125.2 --- README.md | 40 ++++++++++++++++++++-------------------- package.json | 6 +++--- yarn.lock | 30 +++++++++++++++--------------- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index fe52eea2..0fbc5b81 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.125.1 linux-x64 node-v22.22.0 +@salesforce/cli/2.125.2 linux-x64 node-v22.22.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -254,7 +254,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.30.4/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -321,7 +321,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.30.4/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -361,7 +361,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.30.4/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -468,7 +468,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.30.4/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate authoring-bundle` @@ -545,7 +545,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.30.4/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/generate/authoring-bundle.ts)_ ## `sf agent generate template` @@ -593,7 +593,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.30.4/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -654,7 +654,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.30.4/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -727,7 +727,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.30.4/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/preview.ts)_ ## `sf agent preview end` @@ -782,7 +782,7 @@ EXAMPLES $ sf agent preview end --authoring-bundle My_Local_Agent ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/end.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/preview/end.ts)_ ## `sf agent preview send` @@ -840,7 +840,7 @@ EXAMPLES $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/send.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/preview/send.ts)_ ## `sf agent preview sessions` @@ -873,7 +873,7 @@ EXAMPLES $ sf agent preview sessions ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/sessions.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/preview/sessions.ts)_ ## `sf agent preview start` @@ -930,7 +930,7 @@ EXAMPLES $ sf agent preview start --api-name My_Published_Agent ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/preview/start.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/preview/start.ts)_ ## `sf agent publish authoring-bundle` @@ -979,7 +979,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.30.4/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/publish/authoring-bundle.ts)_ ## `sf agent test create` @@ -1034,7 +1034,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.30.4/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -1069,7 +1069,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -1135,7 +1135,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -1208,7 +1208,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -1282,7 +1282,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.4/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/test/run.ts)_ ## `sf agent validate authoring-bundle` @@ -1329,7 +1329,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.30.4/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` diff --git a/package.json b/package.json index 1c274459..8f94d4e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.125.1", + "version": "2.125.2", "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.30.4", + "@salesforce/plugin-agent": "1.30.6", "@salesforce/plugin-apex": "3.9.10", "@salesforce/plugin-api": "1.3.10", "@salesforce/plugin-auth": "4.1.6", @@ -171,7 +171,7 @@ "@salesforce/plugin-schema": "3.3.94", "@salesforce/plugin-settings": "2.4.57", "@salesforce/plugin-sobject": "1.4.84", - "@salesforce/plugin-telemetry": "3.7.3", + "@salesforce/plugin-telemetry": "3.8.0", "@salesforce/plugin-templates": "56.9.3", "@salesforce/plugin-trust": "3.7.114", "@salesforce/plugin-user": "3.6.52", diff --git a/yarn.lock b/yarn.lock index 0ecc6a1d..69d8ac1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2066,10 +2066,10 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== -"@salesforce/agents@^0.23.3": - version "0.23.3" - resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.23.3.tgz#3edfe84016cffc2d9604ca19dab4bca130bcc9b6" - integrity sha512-ls+fhZi2MTtd4mYNf78t8ImAyo6K2FsN8M5SEcS9+kmnL0lDX1WhpSzIc0YyPqHdZ7CC6a/PZJ0kQ1rx5r0HYw== +"@salesforce/agents@^0.23.4": + version "0.23.4" + resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.23.4.tgz#2f4537ebd033f0e63d0929f4743a918e8460ff8f" + integrity sha512-MKoiQvEX4fBggHDSEntFUzIheKd2NrTCaaWe+ExQoegqToN32RW1YqfeNQjayt4WpMNCnOAJ2jEHN4ecSu6HvQ== dependencies: "@salesforce/core" "^8.26.2" "@salesforce/kit" "^3.2.4" @@ -2207,16 +2207,16 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@1.30.4": - version "1.30.4" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.30.4.tgz#80045dd5a9dc0eb3b50e72cc212fb92c59bad1e4" - integrity sha512-8VeME3CWeZ64gvYZagiFeczB90YPVuaoLAEzZ3uVgxIwahOyIJs4nDfoA2hNQSZ2Z0Y0/dLX3tIkuxFEQTJH0g== +"@salesforce/plugin-agent@1.30.6": + version "1.30.6" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.30.6.tgz#8144292746347a288e64d45e3cf4f55042a6ec12" + integrity sha512-DV1QA6K9wua460dDbtlJJmQB8VqcUW5VBojt/pDg86mYv4FV3dXrF+uU6aOCjRm33EtveTxLzKjXpmlWxKEnDg== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1" "@oclif/core" "^4" "@oclif/multi-stage-output" "^0.8.29" - "@salesforce/agents" "^0.23.3" + "@salesforce/agents" "^0.23.4" "@salesforce/core" "^8.26.2" "@salesforce/kit" "^3.2.4" "@salesforce/sf-plugins-core" "^12.2.6" @@ -2454,16 +2454,16 @@ fast-xml-parser "^5.3.6" js2xmlparser "^4.0.2" -"@salesforce/plugin-telemetry@3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-3.7.3.tgz#3a7df7c55a25a52c5a50bc6c6932c302dfcc3593" - integrity sha512-G3vmA760aSI2clMcJfQAus/FvQOQJXI07dHuQIT3bY42HpksojJqHamfgLrvkBtvjZ/q8Vu1fvum66+vVvQCIA== +"@salesforce/plugin-telemetry@3.8.0": + version "3.8.0" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.0.tgz#99187b8dc60035950b1067135f1463b1a6510f36" + integrity sha512-P9lING4AqNwQpzf3MUbxxDapQgqVe7xOcDNaxcH/9atAOuOWZ7ENSHjdQhM/wyDgkoW0ui51AnX1Y6rDq+VQpA== dependencies: "@oclif/core" "^4.8.0" "@salesforce/core" "^8.25.1" "@salesforce/kit" "^3.2.4" "@salesforce/sf-plugins-core" "^12" - "@salesforce/telemetry" "^6.6.4" + "@salesforce/telemetry" "^6.7.0" "@salesforce/ts-types" "^2.0.12" debug "^4.4.3" @@ -2581,7 +2581,7 @@ isomorphic-git "^1.34.2" ts-retry-promise "^0.8.1" -"@salesforce/telemetry@^6.6.4": +"@salesforce/telemetry@^6.7.0": version "6.7.0" resolved "https://registry.yarnpkg.com/@salesforce/telemetry/-/telemetry-6.7.0.tgz#1485c08ff90ff1d77e875e0f33ab1f1f5bd59176" integrity sha512-kXORutBjNGzahq98qjDFaxW7kKRlb0ErcxjQhY/2yvuXmmv3zdtT1NTljVAQHfHl3Y7TDREDNbTFT+ZEFBk8sw==