From b385ac6610f6f0a247cbd1e6b20e3fd5b87c0167 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 4 Feb 2025 19:37:11 +0000 Subject: [PATCH] chore(release): 1.13.1 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 20 ++++++++++---------- package.json | 2 +- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f77663e..a29dbc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.13.1](https://github.com/salesforcecli/plugin-agent/compare/1.13.0...1.13.1) (2025-02-04) + +### Bug Fixes + +- more refactor spec generation and agent create commands ([cd9446e](https://github.com/salesforcecli/plugin-agent/commit/cd9446e068943cb668f895f5d2402499007b2932)) + # [1.13.0](https://github.com/salesforcecli/plugin-agent/compare/1.12.0...1.13.0) (2025-01-31) ### Features diff --git a/README.md b/README.md index 385d0de..2e68413 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ 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.13.0/src/commands/agent/create.ts)_ +_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.1/src/commands/agent/create.ts)_ ## `sf agent generate agent-spec` @@ -217,7 +217,7 @@ EXAMPLES smoothly" --target-org my-org ``` -_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.0/src/commands/agent/generate/agent-spec.ts)_ +_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.1/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate test-spec` @@ -240,7 +240,7 @@ EXAMPLES $ sf agent generate test-spec ``` -_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.0/src/commands/agent/generate/test-spec.ts)_ +_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.1/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -275,7 +275,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.13.0/src/commands/agent/preview.ts)_ +_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.1/src/commands/agent/preview.ts)_ ## `sf agent test cancel` @@ -312,7 +312,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.13.0/src/commands/agent/test/cancel.ts)_ +_See code: [src/commands/agent/test/cancel.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.1/src/commands/agent/test/cancel.ts)_ ## `sf agent test create` @@ -348,7 +348,7 @@ FLAG DESCRIPTIONS More information about a flag. Don't repeat the summary. ``` -_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.0/src/commands/agent/test/create.ts)_ +_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.1/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -377,7 +377,7 @@ EXAMPLES $ sf agent test list ``` -_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.0/src/commands/agent/test/list.ts)_ +_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.1/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -433,7 +433,7 @@ FLAG DESCRIPTIONS test results aren't written. ``` -_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.0/src/commands/agent/test/results.ts)_ +_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.1/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -496,7 +496,7 @@ FLAG DESCRIPTIONS test results aren't written. ``` -_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.0/src/commands/agent/test/resume.ts)_ +_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.1/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -559,6 +559,6 @@ FLAG DESCRIPTIONS test results aren't written. ``` -_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.0/src/commands/agent/test/run.ts)_ +_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.13.1/src/commands/agent/test/run.ts)_ diff --git a/package.json b/package.json index 334e5f4..7b07b62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-agent", "description": "Commands to interact with Salesforce agents", - "version": "1.13.0", + "version": "1.13.1", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {