From 66b56e40b9f8708759f4780c2260266a2b39b434 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 6 Aug 2025 02:46:49 +0000 Subject: [PATCH] chore(release): bump to 2.101.4 --- README.md | 29 ++++++++++++++++------------- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 7d41ee4fc..ebc37a2c8 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.101.3 linux-x64 node-v22.17.1 +@salesforce/cli/2.101.4 linux-x64 node-v22.17.1 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -242,7 +242,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.0/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -304,7 +304,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.0/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -344,7 +344,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.0/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -449,7 +449,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.0/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate template` @@ -497,7 +497,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.0/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -532,6 +532,9 @@ DESCRIPTION - Expected topic: API name of the topic you expect the agent to use when responding to the utterance. - Expected actions: One or more API names of the expection actions the agent takes. - Expected outcome: Natural language description of the outcome you expect. + - (Optional) Custom evaluation: Test an agent's response for specific strings or numbers. + - (Optional) Conversation history: Boilerplate for additional context you can add to the test in the form of a + conversation history. When your test spec is ready, you then run the "agent test create" command to actually create the test in your org and synchronize the metadata with your DX project. The metadata type for an agent test is AiEvaluationDefinition. @@ -555,7 +558,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.0/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -619,7 +622,7 @@ EXAMPLES transcripts/my-preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.0/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/preview.ts)_ ## `sf agent test create` @@ -674,7 +677,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.0/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -709,7 +712,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.0/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -765,7 +768,7 @@ FLAG DESCRIPTIONS test results aren't written. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.0/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -828,7 +831,7 @@ FLAG DESCRIPTIONS test results aren't written. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.0/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -892,7 +895,7 @@ FLAG DESCRIPTIONS test results aren't written. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.0/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.1/src/commands/agent/test/run.ts)_ ## `sf alias list` diff --git a/package.json b/package.json index 6383ecd9d..c543c57f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.101.3", + "version": "2.101.4", "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.0", + "@salesforce/plugin-agent": "1.24.1", "@salesforce/plugin-apex": "3.6.19", "@salesforce/plugin-api": "1.3.3", "@salesforce/plugin-auth": "3.7.16", diff --git a/yarn.lock b/yarn.lock index 54fb1f38a..1d4b238f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2106,10 +2106,10 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@1.24.0": - version "1.24.0" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.0.tgz#e62b70c5c67137a73c741293c0a3d74d166e5c0b" - integrity sha512-FEc6aC/Sg/KP2fcmFHSBAkEPJal8jAHe/dFh4W8dUkYNi99WJdjj4BMJbnxJsbapml+OQFipUN5jmV8dI/mpMw== +"@salesforce/plugin-agent@1.24.1": + version "1.24.1" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.1.tgz#8702c6b8a445e460dda94eb5c37a2c5ed8463159" + integrity sha512-YyEsfrYmNJl+gky724/anwdp8R7pXWoKq002oXcFLeWTdeUW/on0+MB4NSn191Fo9OLb/EsNiM+EMMAlR7FWdA== dependencies: "@inquirer/core" "^10.1.6" "@inquirer/prompts" "^7.2.0"