File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments