From bfabcb7d006f4198384d532da3ad4eafaff49bf8 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 16 Dec 2024 18:26:46 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 30 +++++++++++++++--------------- package.json | 2 +- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b74c17a..48b1b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.7.0](https://github.com/salesforcecli/plugin-agent/compare/1.6.1...1.7.0) (2024-12-16) + +### Features + +- add TAP format ([aff7b5b](https://github.com/salesforcecli/plugin-agent/commit/aff7b5b77aa403a3f4d309304122ebae7f774408)) + ## [1.6.1](https://github.com/salesforcecli/plugin-agent/compare/1.6.0...1.6.1) (2024-12-16) ### Bug Fixes diff --git a/README.md b/README.md index dbbd312..73a44c8 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ EXAMPLES $ sf agent create --name CustomerSupportAgent --spec ./config/agentSpec.json --target-org my-org ``` -_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/create.ts)_ +_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/create.ts)_ ## `sf agent generate definition` @@ -136,7 +136,7 @@ EXAMPLES $ sf agent generate definition ``` -_See code: [src/commands/agent/generate/definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/generate/definition.ts)_ +_See code: [src/commands/agent/generate/definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/generate/definition.ts)_ ## `sf agent generate spec` @@ -197,7 +197,7 @@ EXAMPLES $ sf agent generate spec --output-dir specs --target-org my-org ``` -_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/generate/spec.ts)_ +_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/generate/spec.ts)_ ## `sf agent generate testset` @@ -220,7 +220,7 @@ EXAMPLES $ sf agent generate testset ``` -_See code: [src/commands/agent/generate/testset.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/generate/testset.ts)_ +_See code: [src/commands/agent/generate/testset.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/generate/testset.ts)_ ## `sf agent preview` @@ -255,7 +255,7 @@ FLAG DESCRIPTIONS the API name of the agent? (TBD based on agents library) ``` -_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/preview.ts)_ +_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/preview.ts)_ ## `sf agent test cancel` @@ -287,7 +287,7 @@ EXAMPLES $ sf agent test cancel --job-id AiEvalId ``` -_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.6.1/src/commands/agent/test/cancel.ts)_ +_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.0/src/commands/agent/test/cancel.ts)_ ## `sf agent test results` @@ -296,7 +296,7 @@ Get the results of a test evaluation. ``` USAGE $ sf agent test results -o -i [--json] [--flags-dir ] [--api-version ] [--result-format - json|human|junit] [-f ] + json|human|junit|tap] [-f ] FLAGS -f, --output-dir= Directory to write the test results to. @@ -305,7 +305,7 @@ FLAGS configuration variable is already set. --api-version= Override the api version used for api requests made by this command --result-format=