Skip to content

Commit ce3acb1

Browse files
committed
chore(release): 1.3.3 [skip ci]
1 parent 7d29a54 commit ce3acb1

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
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.3](https://github.com/salesforcecli/plugin-agent/compare/1.3.2...1.3.3) (2024-12-03)
2+
3+
### Bug Fixes
4+
5+
- update agents lib ([52dbff0](https://github.com/salesforcecli/plugin-agent/commit/52dbff066a851024f0b8ff0691f5307815a155d1))
6+
17
## [1.3.2](https://github.com/salesforcecli/plugin-agent/compare/1.3.1...1.3.2) (2024-11-12)
28

39
### Bug Fixes

README.md

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

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

107107
## `sf agent generate spec`
108108

@@ -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.2/src/commands/agent/generate/spec.ts)_
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)_
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.2/src/commands/agent/test/cancel.ts)_
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)_
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.2/src/commands/agent/test/run.ts)_
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)_
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.2",
4+
"version": "1.3.3",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)