Skip to content

Commit b997406

Browse files
committed
chore(release): 2.0.0 [skip ci]
1 parent 5617ab5 commit b997406

3 files changed

Lines changed: 50 additions & 42 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [2.0.0](https://github.com/salesforcecli/plugin-agent/compare/1.45.0...2.0.0) (2026-07-30)
2+
3+
- feat!: require Node >=22, drop EOL Node versions @W-23480655@ ([a411c7b](https://github.com/salesforcecli/plugin-agent/commit/a411c7b0f84cb339650a0a372217b32f726c0a85))
4+
5+
### BREAKING CHANGES
6+
7+
- engines.node raised to >=22.0.0, dropping support for Node 18 and 20
8+
19
# [1.45.0](https://github.com/salesforcecli/plugin-agent/compare/1.44.5...1.45.0) (2026-07-28)
210

311
### Features

README.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ EXAMPLES
148148
$ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
149149
```
150150

151-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/activate.ts)_
151+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/activate.ts)_
152152

153153
## `sf agent adl create`
154154

@@ -220,7 +220,7 @@ EXAMPLES
220220
--source-type retriever --retriever-id 0ppXX0000000001
221221
```
222222

223-
_See code: [src/commands/agent/adl/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/create.ts)_
223+
_See code: [src/commands/agent/adl/create.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/create.ts)_
224224

225225
## `sf agent adl delete`
226226

@@ -251,7 +251,7 @@ EXAMPLES
251251
$ sf agent adl delete --library-id 1JDSG000007IbWX4A0 --target-org myOrg
252252
```
253253

254-
_See code: [src/commands/agent/adl/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/delete.ts)_
254+
_See code: [src/commands/agent/adl/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/delete.ts)_
255255

256256
## `sf agent adl file add`
257257

@@ -293,7 +293,7 @@ EXAMPLES
293293
$ sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/guide.pdf --path ./docs/faq.txt --target-org myOrg
294294
```
295295

296-
_See code: [src/commands/agent/adl/file/add.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/file/add.ts)_
296+
_See code: [src/commands/agent/adl/file/add.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/add.ts)_
297297

298298
## `sf agent adl file delete`
299299

@@ -326,7 +326,7 @@ EXAMPLES
326326
$ sf agent adl file delete --library-id 1JDSG000007IbWX4A0 --file-id a1B2C3D4E5F6G7H8I9 --target-org myOrg
327327
```
328328

329-
_See code: [src/commands/agent/adl/file/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/file/delete.ts)_
329+
_See code: [src/commands/agent/adl/file/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/delete.ts)_
330330

331331
## `sf agent adl file list`
332332

@@ -366,7 +366,7 @@ EXAMPLES
366366
$ sf agent adl file list --library-id 1JDSG000007IbWX4A0 --target-org myOrg --json
367367
```
368368

369-
_See code: [src/commands/agent/adl/file/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/file/list.ts)_
369+
_See code: [src/commands/agent/adl/file/list.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/list.ts)_
370370

371371
## `sf agent adl get`
372372

@@ -397,7 +397,7 @@ EXAMPLES
397397
$ sf agent adl get --library-id 1JDSG000007IbWX4A0 --target-org myOrg
398398
```
399399

400-
_See code: [src/commands/agent/adl/get.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/get.ts)_
400+
_See code: [src/commands/agent/adl/get.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/get.ts)_
401401

402402
## `sf agent adl list`
403403

@@ -434,7 +434,7 @@ EXAMPLES
434434
$ sf agent adl list --target-org myOrg --json
435435
```
436436

437-
_See code: [src/commands/agent/adl/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/list.ts)_
437+
_See code: [src/commands/agent/adl/list.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/list.ts)_
438438

439439
## `sf agent adl status`
440440

@@ -469,7 +469,7 @@ EXAMPLES
469469
$ sf agent adl status --library-id 1JDSG000007IbWX4A0 --target-org myOrg
470470
```
471471

472-
_See code: [src/commands/agent/adl/status.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/status.ts)_
472+
_See code: [src/commands/agent/adl/status.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/status.ts)_
473473

474474
## `sf agent adl update`
475475

@@ -524,7 +524,7 @@ EXAMPLES
524524
$ sf agent adl update --library-id 1JDSG000007IbWX4A0 --restrict-to-public-articles --target-org myOrg
525525
```
526526

527-
_See code: [src/commands/agent/adl/update.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/update.ts)_
527+
_See code: [src/commands/agent/adl/update.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/update.ts)_
528528

529529
## `sf agent adl upload`
530530

@@ -571,7 +571,7 @@ EXAMPLES
571571
$ sf agent adl upload --library-id 1JDSG000007IbWX4A0 --file ./docs/guide.pdf --target-org myOrg
572572
```
573573

574-
_See code: [src/commands/agent/adl/upload.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/upload.ts)_
574+
_See code: [src/commands/agent/adl/upload.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/upload.ts)_
575575

576576
## `sf agent create`
577577

@@ -638,7 +638,7 @@ EXAMPLES
638638
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
639639
```
640640

641-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/create.ts)_
641+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/create.ts)_
642642

643643
## `sf agent deactivate`
644644

@@ -679,7 +679,7 @@ EXAMPLES
679679
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
680680
```
681681

682-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/deactivate.ts)_
682+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/deactivate.ts)_
683683

684684
## `sf agent generate agent-spec`
685685

@@ -786,7 +786,7 @@ EXAMPLES
786786
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
787787
```
788788

789-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/generate/agent-spec.ts)_
789+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/agent-spec.ts)_
790790

791791
## `sf agent generate authoring-bundle`
792792

@@ -863,7 +863,7 @@ EXAMPLES
863863
other-package-dir/main/default --target-org my-dev-org
864864
```
865865

866-
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/generate/authoring-bundle.ts)_
866+
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/authoring-bundle.ts)_
867867

868868
## `sf agent generate template`
869869

@@ -925,7 +925,7 @@ EXAMPLES
925925
my-package --source-org my-scratch-org
926926
```
927927

928-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/generate/template.ts)_
928+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/template.ts)_
929929

930930
## `sf agent generate test-spec`
931931

@@ -1014,7 +1014,7 @@ FLAG DESCRIPTIONS
10141014
metadata. 'testing-center' uses AiEvaluationDefinition metadata.
10151015
```
10161016

1017-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/generate/test-spec.ts)_
1017+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/test-spec.ts)_
10181018

10191019
## `sf agent mcp asset list`
10201020

@@ -1050,7 +1050,7 @@ EXAMPLES
10501050
$ sf agent mcp asset list --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
10511051
```
10521052

1053-
_See code: [src/commands/agent/mcp/asset/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/asset/list.ts)_
1053+
_See code: [src/commands/agent/mcp/asset/list.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/asset/list.ts)_
10541054

10551055
## `sf agent mcp asset replace`
10561056

@@ -1099,7 +1099,7 @@ EXAMPLES
10991099
cat assets.json | sf agent mcp asset replace --mcp-server-id 0XSxx0000000001 --assets - --target-org myOrg
11001100
```
11011101

1102-
_See code: [src/commands/agent/mcp/asset/replace.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/asset/replace.ts)_
1102+
_See code: [src/commands/agent/mcp/asset/replace.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/asset/replace.ts)_
11031103

11041104
## `sf agent mcp create`
11051105

@@ -1147,7 +1147,7 @@ EXAMPLES
11471147
cat secret.txt | sf agent mcp create --name myServer --server-url https://mcp.example.com --auth-type OAUTH --identity-provider myIdp --client-id abc123 --client-secret - --scope "read write" --target-org myOrg
11481148
```
11491149

1150-
_See code: [src/commands/agent/mcp/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/create.ts)_
1150+
_See code: [src/commands/agent/mcp/create.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/create.ts)_
11511151

11521152
## `sf agent mcp delete`
11531153

@@ -1185,7 +1185,7 @@ EXAMPLES
11851185
$ sf agent mcp delete --mcp-server-id 0XSxx0000000001 --target-org myOrg --no-prompt
11861186
```
11871187

1188-
_See code: [src/commands/agent/mcp/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/delete.ts)_
1188+
_See code: [src/commands/agent/mcp/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/delete.ts)_
11891189

11901190
## `sf agent mcp fetch`
11911191

@@ -1222,7 +1222,7 @@ EXAMPLES
12221222
$ sf agent mcp fetch --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
12231223
```
12241224

1225-
_See code: [src/commands/agent/mcp/fetch.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/fetch.ts)_
1225+
_See code: [src/commands/agent/mcp/fetch.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/fetch.ts)_
12261226

12271227
## `sf agent mcp get`
12281228

@@ -1258,7 +1258,7 @@ EXAMPLES
12581258
$ sf agent mcp get --target-org myOrg --mcp-server-id 0Mx000000000001 --json
12591259
```
12601260

1261-
_See code: [src/commands/agent/mcp/get.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/get.ts)_
1261+
_See code: [src/commands/agent/mcp/get.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/get.ts)_
12621262

12631263
## `sf agent mcp list`
12641264

@@ -1300,7 +1300,7 @@ EXAMPLES
13001300
$ sf agent mcp list --target-org myOrg --type EXTERNAL --status ACTIVE --json
13011301
```
13021302

1303-
_See code: [src/commands/agent/mcp/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/list.ts)_
1303+
_See code: [src/commands/agent/mcp/list.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/list.ts)_
13041304

13051305
## `sf agent mcp update`
13061306

@@ -1351,7 +1351,7 @@ EXAMPLES
13511351
cat secret.txt | sf agent mcp update --mcp-server-id 0XSxx0000000001 --server-url https://mcp.example.com --auth-type OAUTH --identity-provider MyIdp --client-id abc --client-secret - --scope "read write" --target-org myOrg --json
13521352
```
13531353

1354-
_See code: [src/commands/agent/mcp/update.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/update.ts)_
1354+
_See code: [src/commands/agent/mcp/update.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/update.ts)_
13551355

13561356
## `sf agent preview`
13571357

@@ -1446,7 +1446,7 @@ FLAG DESCRIPTIONS
14461446
will see null. (3) Type defaults to Text.
14471447
```
14481448

1449-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/preview.ts)_
1449+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview.ts)_
14501450

14511451
## `sf agent preview end`
14521452

@@ -1518,7 +1518,7 @@ EXAMPLES
15181518
$ sf agent preview end --all --target-org <target_org>
15191519
```
15201520

1521-
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/preview/end.ts)_
1521+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/end.ts)_
15221522

15231523
## `sf agent preview send`
15241524

@@ -1576,7 +1576,7 @@ EXAMPLES
15761576
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
15771577
```
15781578

1579-
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/preview/send.ts)_
1579+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/send.ts)_
15801580

15811581
## `sf agent preview sessions`
15821582

@@ -1609,7 +1609,7 @@ EXAMPLES
16091609
$ sf agent preview sessions
16101610
```
16111611

1612-
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/preview/sessions.ts)_
1612+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/sessions.ts)_
16131613

16141614
## `sf agent preview start`
16151615

@@ -1696,7 +1696,7 @@ FLAG DESCRIPTIONS
16961696
will see null. (3) Type defaults to Text.
16971697
```
16981698

1699-
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/preview/start.ts)_
1699+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/start.ts)_
17001700

17011701
## `sf agent publish authoring-bundle`
17021702

@@ -1756,7 +1756,7 @@ EXAMPLES
17561756
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --concise
17571757
```
17581758

1759-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/publish/authoring-bundle.ts)_
1759+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/publish/authoring-bundle.ts)_
17601760

17611761
## `sf agent test create`
17621762

@@ -1828,7 +1828,7 @@ FLAG DESCRIPTIONS
18281828
metadata. 'testing-center' uses AiEvaluationDefinition metadata.
18291829
```
18301830

1831-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/create.ts)_
1831+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/create.ts)_
18321832

18331833
## `sf agent test list`
18341834

@@ -1863,7 +1863,7 @@ EXAMPLES
18631863
$ sf agent test list --target-org my-org
18641864
```
18651865

1866-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/list.ts)_
1866+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/list.ts)_
18671867

18681868
## `sf agent test results`
18691869

@@ -1939,7 +1939,7 @@ FLAG DESCRIPTIONS
19391939
expression when using custom evaluations.
19401940
```
19411941

1942-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/results.ts)_
1942+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/results.ts)_
19431943

19441944
## `sf agent test resume`
19451945

@@ -2023,7 +2023,7 @@ FLAG DESCRIPTIONS
20232023
expression when using custom evaluations.
20242024
```
20252025

2026-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/resume.ts)_
2026+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/resume.ts)_
20272027

20282028
## `sf agent test run`
20292029

@@ -2107,7 +2107,7 @@ FLAG DESCRIPTIONS
21072107
expression when using custom evaluations.
21082108
```
21092109

2110-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/run.ts)_
2110+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/run.ts)_
21112111

21122112
## `sf agent test run-eval`
21132113

@@ -2183,7 +2183,7 @@ EXAMPLES
21832183
$ echo '{"tests":[...]}' | sf agent test run-eval --spec --target-org my-org
21842184
```
21852185

2186-
_See code: [src/commands/agent/test/run-eval.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/run-eval.ts)_
2186+
_See code: [src/commands/agent/test/run-eval.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/run-eval.ts)_
21872187

21882188
## `sf agent trace delete`
21892189

@@ -2247,7 +2247,7 @@ EXAMPLES
22472247
$ sf agent trace delete --no-prompt
22482248
```
22492249

2250-
_See code: [src/commands/agent/trace/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/trace/delete.ts)_
2250+
_See code: [src/commands/agent/trace/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/delete.ts)_
22512251

22522252
## `sf agent trace list`
22532253

@@ -2317,7 +2317,7 @@ FLAG DESCRIPTIONS
23172317
(2026-04-20T14:00:00.000Z). The "Recorded At" values shown in the table output are valid inputs.
23182318
```
23192319

2320-
_See code: [src/commands/agent/trace/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/trace/list.ts)_
2320+
_See code: [src/commands/agent/trace/list.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/list.ts)_
23212321

23222322
## `sf agent trace read`
23232323

@@ -2405,7 +2405,7 @@ EXAMPLES
24052405
$ sf agent trace read --session-id <SESSION_ID> --json
24062406
```
24072407

2408-
_See code: [src/commands/agent/trace/read.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/trace/read.ts)_
2408+
_See code: [src/commands/agent/trace/read.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/read.ts)_
24092409

24102410
## `sf agent validate authoring-bundle`
24112411

@@ -2452,6 +2452,6 @@ EXAMPLES
24522452
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
24532453
```
24542454

2455-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/validate/authoring-bundle.ts)_
2455+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/validate/authoring-bundle.ts)_
24562456

24572457
<!-- 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.45.0",
4+
"version": "2.0.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"enableO11y": true,

0 commit comments

Comments
 (0)