From 6dc452ef116367faba1ac6febd166dc73c5bd10e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 31 Jan 2025 23:15:52 +0000 Subject: [PATCH] chore(release): 1.13.0 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 54 ++++++++++++++++++++++++++-------------------------- package.json | 2 +- 3 files changed, 34 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2dedce..f77663e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.13.0](https://github.com/salesforcecli/plugin-agent/compare/1.12.0...1.13.0) (2025-01-31) + +### Features + +- rename to generate agent-spec and more ([37007ba](https://github.com/salesforcecli/plugin-agent/commit/37007ba6a1004ee72761307b83f7af5b18ebc527)) + # [1.12.0](https://github.com/salesforcecli/plugin-agent/compare/1.11.1...1.12.0) (2025-01-31) ### Features diff --git a/README.md b/README.md index 3c42e35..385d0de 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ sf plugins - [`sf agent create`](#sf-agent-create) -- [`sf agent generate spec`](#sf-agent-generate-spec) +- [`sf agent generate agent-spec`](#sf-agent-generate-agent-spec) - [`sf agent generate test-spec`](#sf-agent-generate-test-spec) - [`sf agent preview`](#sf-agent-preview) - [`sf agent test cancel`](#sf-agent-test-cancel) @@ -78,8 +78,8 @@ Create an agent in your org using a local agent spec file. ``` USAGE - $ sf agent create -o --spec [--json] [--flags-dir ] [--api-version ] [--agent-name - ] [--preview] [--agent-api-name ] + $ sf agent create -o [--json] [--flags-dir ] [--api-version ] [--agent-name ] + [--agent-api-name ] [--spec ] [--preview] FLAGS -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` @@ -89,7 +89,7 @@ FLAGS --agent-name= Name (label) of the new agent. --api-version= Override the api version used for api requests made by this command --preview Preview the agent without saving it in your org. - --spec= (required) Path to an agent spec file. + --spec= Path to an agent spec file. GLOBAL FLAGS --flags-dir= Import flag values from a directory. @@ -124,24 +124,23 @@ EXAMPLES $ sf agent create --agent-name ResortManager --spec specs/resortManagerAgent.yaml --preview ``` -_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.12.0/src/commands/agent/create.ts)_ +_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.0/src/commands/agent/create.ts)_ -## `sf agent generate spec` +## `sf agent generate agent-spec` Generate an agent spec, which is a YAML file that captures what an agent can do. ``` USAGE - $ sf agent generate spec -o [--json] [--flags-dir ] [--api-version ] [-t customer|internal] + $ sf agent generate agent-spec -o [--json] [--flags-dir ] [--api-version ] [--type customer|internal] [--role ] [--company-name ] [--company-description ] [--company-website ] [--max-topics ] [--agent-user ] [--enrich-logs true|false] [--tone formal|casual|neutral] [--spec ] - [--output-file ] [--full-interview] [--grounding-context --prompt-template ] [--no-prompt] + [--output-file ] [--full-interview] [--grounding-context --prompt-template ] [-p] 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=