Skip to content

Commit 0e65c4c

Browse files
committed
chore(release): 1.3.4 [skip ci]
1 parent ea2756a commit 0e65c4c

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.3.4](https://github.com/salesforcecli/plugin-agent/compare/1.3.3...1.3.4) (2024-12-03)
2+
3+
### Bug Fixes
4+
5+
- update agent lib, update enums, update spec file schema ([77a11fc](https://github.com/salesforcecli/plugin-agent/commit/77a11fc90a11081a7b16b82134b02b584252adde))
6+
17
## [1.3.3](https://github.com/salesforcecli/plugin-agent/compare/1.3.2...1.3.3) (2024-12-03)
28

39
### Bug Fixes

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,17 @@ FLAG DESCRIPTIONS
102102
spec` command.
103103
```
104104

105-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.3/src/commands/agent/create.ts)_
105+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.4/src/commands/agent/create.ts)_
106106

107107
## `sf agent generate spec`
108108

109109
Create an Agent spec.
110110

111111
```
112112
USAGE
113-
$ sf agent generate spec -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-t
114-
customer_facing|employee_facing] [--role <value>] [--company-name <value>] [--company-description <value>]
115-
[--company-website <value>] [-d <value>] [-f <value>]
113+
$ sf agent generate spec -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-t customer|internal]
114+
[--role <value>] [--company-name <value>] [--company-description <value>] [--company-website <value>] [-d <value>]
115+
[-f <value>]
116116
117117
FLAGS
118118
-d, --output-dir=<value> [default: config] The location within the project where the agent spec will be
@@ -121,7 +121,7 @@ FLAGS
121121
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
122122
configuration variable is already set.
123123
-t, --type=<option> The type of agent to create.
124-
<options: customer_facing|employee_facing>
124+
<options: customer|internal>
125125
--api-version=<value> Override the api version used for api requests made by this command
126126
--company-description=<value> The description of the company, containing details to be used when generating agent
127127
job descriptions.
@@ -145,7 +145,7 @@ EXAMPLES
145145
--company-description "A meaningful description"
146146
```
147147

148-
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.3/src/commands/agent/generate/spec.ts)_
148+
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.4/src/commands/agent/generate/spec.ts)_
149149

150150
## `sf agent test cancel`
151151

@@ -176,7 +176,7 @@ EXAMPLES
176176
$ sf agent test cancel --id AiEvalId
177177
```
178178

179-
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.3/src/commands/agent/test/cancel.ts)_
179+
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.4/src/commands/agent/test/cancel.ts)_
180180

181181
## `sf agent test run`
182182

@@ -218,6 +218,6 @@ FLAG DESCRIPTIONS
218218
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
219219
```
220220

221-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.3/src/commands/agent/test/run.ts)_
221+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.4/src/commands/agent/test/run.ts)_
222222

223223
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-agent",
33
"description": "Commands to interact with Salesforce agents",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)