From 0e65c4cb358b98fa7a5d4efce2dce99f81df68d1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 3 Dec 2024 22:03:56 +0000 Subject: [PATCH] chore(release): 1.3.4 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 16 ++++++++-------- package.json | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17cd76..46f7a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.3.4](https://github.com/salesforcecli/plugin-agent/compare/1.3.3...1.3.4) (2024-12-03) + +### Bug Fixes + +- update agent lib, update enums, update spec file schema ([77a11fc](https://github.com/salesforcecli/plugin-agent/commit/77a11fc90a11081a7b16b82134b02b584252adde)) + ## [1.3.3](https://github.com/salesforcecli/plugin-agent/compare/1.3.2...1.3.3) (2024-12-03) ### Bug Fixes diff --git a/README.md b/README.md index 487a488..81da583 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ FLAG DESCRIPTIONS spec` command. ``` -_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.3/src/commands/agent/create.ts)_ +_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.4/src/commands/agent/create.ts)_ ## `sf agent generate spec` @@ -110,9 +110,9 @@ Create an Agent spec. ``` USAGE - $ sf agent generate spec -o [--json] [--flags-dir ] [--api-version ] [-t - customer_facing|employee_facing] [--role ] [--company-name ] [--company-description ] - [--company-website ] [-d ] [-f ] + $ sf agent generate spec -o [--json] [--flags-dir ] [--api-version ] [-t customer|internal] + [--role ] [--company-name ] [--company-description ] [--company-website ] [-d ] + [-f ] FLAGS -d, --output-dir= [default: config] The location within the project where the agent spec will be @@ -121,7 +121,7 @@ FLAGS -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` configuration variable is already set. -t, --type=