diff --git a/README.md b/README.md index b073d7f3f..ab228415a 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.104.6 linux-x64 node-v22.18.0 +@salesforce/cli/2.105.0 linux-x64 node-v22.18.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -241,7 +241,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.24.6/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -303,7 +303,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.24.6/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -343,7 +343,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.24.6/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -448,7 +448,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.24.6/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate template` @@ -496,7 +496,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.24.6/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -557,7 +557,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.24.6/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -621,7 +621,7 @@ EXAMPLES transcripts/my-preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/preview.ts)_ ## `sf agent test create` @@ -676,7 +676,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.24.6/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -711,7 +711,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -777,7 +777,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -850,7 +850,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -924,7 +924,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/run.ts)_ ## `sf alias list` diff --git a/package.json b/package.json index 87d882495..08a97cec8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.104.6", + "version": "2.105.0", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -157,7 +157,7 @@ "@oclif/plugin-which": "3.2.39", "@salesforce/core": "^8.9.1", "@salesforce/kit": "^3.1.6", - "@salesforce/plugin-agent": "1.24.6", + "@salesforce/plugin-agent": "1.24.7", "@salesforce/plugin-apex": "3.6.19", "@salesforce/plugin-api": "1.3.3", "@salesforce/plugin-auth": "3.9.0", diff --git a/yarn.lock b/yarn.lock index 9ac33280d..d4aa49aac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2025,10 +2025,10 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== -"@salesforce/agents@^0.17.5": - version "0.17.5" - resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.17.5.tgz#e7c3971858dc765c9de4decd0a5f7d6defaf17f7" - integrity sha512-LUULWh5AF6/lMNT89akCrfYHET/JShQ8TV6J0naJN2MJUhqLONOyz8muw/tILKdSovbX5p761pCH2Cf6Cw7uvw== +"@salesforce/agents@^0.17.6": + version "0.17.7" + resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.17.7.tgz#d0f044dd2c9091a7c749a7d4f854f366666baf70" + integrity sha512-kPdc4M3n1tQGrfbt4pN3E7b0O7wV3FyZ6Wc26aKYI+rsWREzVDl4hRiRMbC3qSAQNdP+pF1E4p/Tsfjduy86Ig== dependencies: "@salesforce/core" "^8.19.1" "@salesforce/kit" "^3.2.3" @@ -2166,16 +2166,16 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@1.24.6": - version "1.24.6" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.6.tgz#0ad2383e7d21540727c8362e6b34a78d5524e0f0" - integrity sha512-rjssi0tpco2jrP+yxslIcX7fnPDlArOdr6XW4n/rLseEokKwkYgzzEzTmkoiX0dcG4sR/yrH8SUS/oFMzSPmQA== +"@salesforce/plugin-agent@1.24.7": + version "1.24.7" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.7.tgz#d5c5aacbd233a812109ebd258c1d0cabbec7d149" + integrity sha512-a065R8MjtYrKeznKQCPvwFd9q9cZA1ylOa6Ja273sgfEsgOq5qVQenzyInZsN+5PqE1hOd3IzVQiYfyflxBdKg== dependencies: "@inquirer/core" "^10.1.6" "@inquirer/prompts" "^7.8.3" "@oclif/core" "^4" "@oclif/multi-stage-output" "^0.8.20" - "@salesforce/agents" "^0.17.5" + "@salesforce/agents" "^0.17.6" "@salesforce/core" "^8.18.5" "@salesforce/kit" "^3.2.3" "@salesforce/sf-plugins-core" "^12.2.4"