Skip to content

Commit

Permalink
chore(release): 1.7.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 18, 2024
1 parent 0161e36 commit 1eaad00
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [1.7.2](https://github.com/salesforcecli/plugin-agent/compare/1.7.2-dev.1...1.7.2) (2024-12-18)

### Bug Fixes

- update language in testing MSO ([0eefc95](https://github.com/salesforcecli/plugin-agent/commit/0eefc955463f52ef35a5c2f56c43b1f4ebad0e1d))

## [1.7.2-dev.1](https://github.com/salesforcecli/plugin-agent/compare/1.7.2-dev.0...1.7.2-dev.1) (2024-12-17)

### Bug Fixes

- validate action sequence ([aea5668](https://github.com/salesforcecli/plugin-agent/commit/aea56685aac0c7da759a9ddd9854f11f072d439d))

## [1.7.2-dev.0](https://github.com/salesforcecli/plugin-agent/compare/1.7.1...1.7.2-dev.0) (2024-12-17)

### Bug Fixes

- bot rating is a string ([558dbfd](https://github.com/salesforcecli/plugin-agent/commit/558dbfd706b05f49ec7b0db45341eff4a9b3d571))
- require all expectations ([bfde4f5](https://github.com/salesforcecli/plugin-agent/commit/bfde4f55d84c26ee0b129d8b91d48ba4663c3055))

## [1.7.1](https://github.com/salesforcecli/plugin-agent/compare/1.7.0...1.7.1) (2024-12-17)

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.2-dev.1/src/commands/agent/create.ts)_
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2/src/commands/agent/create.ts)_

## `sf agent generate definition`

Expand All @@ -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.7.2-dev.1/src/commands/agent/generate/definition.ts)_
_See code: [src/commands/agent/generate/definition.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2/src/commands/agent/generate/definition.ts)_

## `sf agent generate spec`

Expand Down Expand Up @@ -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.7.2-dev.1/src/commands/agent/generate/spec.ts)_
_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2/src/commands/agent/generate/spec.ts)_

## `sf agent generate testset`

Expand All @@ -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.7.2-dev.1/src/commands/agent/generate/testset.ts)_
_See code: [src/commands/agent/generate/testset.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2/src/commands/agent/generate/testset.ts)_

## `sf agent preview`

Expand Down Expand Up @@ -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.7.2-dev.1/src/commands/agent/preview.ts)_
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2/src/commands/agent/preview.ts)_

## `sf agent test cancel`

Expand Down Expand Up @@ -292,7 +292,7 @@ EXAMPLES
$ sf agent test cancel --job-id 4KBfake0000003F4AQ --target-org my-org
```

_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2-dev.1/src/commands/agent/test/cancel.ts)_
_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2/src/commands/agent/test/cancel.ts)_

## `sf agent test results`

Expand Down Expand Up @@ -348,7 +348,7 @@ FLAG DESCRIPTIONS
test results aren't written.
```

_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2-dev.1/src/commands/agent/test/results.ts)_
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2/src/commands/agent/test/results.ts)_

## `sf agent test resume`

Expand Down Expand Up @@ -411,7 +411,7 @@ FLAG DESCRIPTIONS
test results aren't written.
```

_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2-dev.1/src/commands/agent/test/resume.ts)_
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2/src/commands/agent/test/resume.ts)_

## `sf agent test run`

Expand Down Expand Up @@ -474,6 +474,6 @@ FLAG DESCRIPTIONS
test results aren't written.
```

_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2-dev.1/src/commands/agent/test/run.ts)_
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.7.2/src/commands/agent/test/run.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-agent",
"description": "Commands to interact with Salesforce agents",
"version": "1.7.2-dev.1",
"version": "1.7.2",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 1eaad00

Please sign in to comment.