From e035400285b1be6070c247b8b9b0e7eb22c8bd9b Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 12 Nov 2024 21:09:36 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 8 ++++---- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0ab07..b59b5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.3.1](https://github.com/salesforcecli/plugin-agent/compare/1.3.0...1.3.1) (2024-11-12) + +### Bug Fixes + +- add agents library ([2713ecd](https://github.com/salesforcecli/plugin-agent/commit/2713ecda54a7504fd643d24b94877be380e654e3)) + # [1.3.0](https://github.com/salesforcecli/plugin-agent/compare/1.2.1...1.3.0) (2024-11-12) ### Bug Fixes diff --git a/README.md b/README.md index ba05fc6..9a5b88a 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.0/src/commands/agent/create.ts)_ +_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.1/src/commands/agent/create.ts)_ ## `sf agent generate spec` @@ -145,7 +145,7 @@ EXAMPLES --company-description "A meaningful description" ``` -_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.0/src/commands/agent/generate/spec.ts)_ +_See code: [src/commands/agent/generate/spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.1/src/commands/agent/generate/spec.ts)_ ## `sf agent test cancel` @@ -176,7 +176,7 @@ EXAMPLES $ sf agent test cancel --id AiEvalId ``` -_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.0/src/commands/agent/test/cancel.ts)_ +_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.1/src/commands/agent/test/cancel.ts)_ ## `sf agent test run` @@ -218,6 +218,6 @@ FLAG DESCRIPTIONS If the command continues to run after the wait period, the CLI returns control of the terminal window to you. ``` -_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.0/src/commands/agent/test/run.ts)_ +_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.3.1/src/commands/agent/test/run.ts)_ diff --git a/package.json b/package.json index e59f37b..29ed937 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-agent", "description": "Commands to interact with Salesforce agents", - "version": "1.3.0", + "version": "1.3.1", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {