Skip to content

Commit c41f234

Browse files
authored
Merge pull request #2364 from salesforcecli/release/2.105.0
Release PR for 2.105.0 as nightly
2 parents 03675e8 + 761f79b commit c41f234

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.104.6 linux-x64 node-v22.18.0
28+
@salesforce/cli/2.105.0 linux-x64 node-v22.18.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -241,7 +241,7 @@ EXAMPLES
241241
$ sf agent activate --api-name Resort_Manager --target-org my-org
242242
```
243243

244-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/activate.ts)_
244+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/activate.ts)_
245245

246246
## `sf agent create`
247247

@@ -303,7 +303,7 @@ EXAMPLES
303303
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
304304
```
305305

306-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/create.ts)_
306+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/create.ts)_
307307

308308
## `sf agent deactivate`
309309

@@ -343,7 +343,7 @@ EXAMPLES
343343
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
344344
```
345345

346-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/deactivate.ts)_
346+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/deactivate.ts)_
347347

348348
## `sf agent generate agent-spec`
349349

@@ -448,7 +448,7 @@ EXAMPLES
448448
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
449449
```
450450

451-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/generate/agent-spec.ts)_
451+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/generate/agent-spec.ts)_
452452

453453
## `sf agent generate template`
454454

@@ -496,7 +496,7 @@ EXAMPLES
496496
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
497497
```
498498

499-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/generate/template.ts)_
499+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/generate/template.ts)_
500500

501501
## `sf agent generate test-spec`
502502

@@ -557,7 +557,7 @@ EXAMPLES
557557
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
558558
```
559559

560-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/generate/test-spec.ts)_
560+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/generate/test-spec.ts)_
561561

562562
## `sf agent preview`
563563

@@ -621,7 +621,7 @@ EXAMPLES
621621
transcripts/my-preview
622622
```
623623

624-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/preview.ts)_
624+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/preview.ts)_
625625

626626
## `sf agent test create`
627627

@@ -676,7 +676,7 @@ EXAMPLES
676676
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
677677
```
678678

679-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/test/create.ts)_
679+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/create.ts)_
680680

681681
## `sf agent test list`
682682

@@ -711,7 +711,7 @@ EXAMPLES
711711
$ sf agent test list --target-org my-org
712712
```
713713

714-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/test/list.ts)_
714+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/list.ts)_
715715

716716
## `sf agent test results`
717717

@@ -777,7 +777,7 @@ FLAG DESCRIPTIONS
777777
expression when using custom evaluations.
778778
```
779779

780-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/test/results.ts)_
780+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/results.ts)_
781781

782782
## `sf agent test resume`
783783

@@ -850,7 +850,7 @@ FLAG DESCRIPTIONS
850850
expression when using custom evaluations.
851851
```
852852

853-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/test/resume.ts)_
853+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/resume.ts)_
854854

855855
## `sf agent test run`
856856

@@ -924,7 +924,7 @@ FLAG DESCRIPTIONS
924924
expression when using custom evaluations.
925925
```
926926

927-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.6/src/commands/agent/test/run.ts)_
927+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/run.ts)_
928928

929929
## `sf alias list`
930930

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.104.6",
4+
"version": "2.105.0",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -157,7 +157,7 @@
157157
"@oclif/plugin-which": "3.2.39",
158158
"@salesforce/core": "^8.9.1",
159159
"@salesforce/kit": "^3.1.6",
160-
"@salesforce/plugin-agent": "1.24.6",
160+
"@salesforce/plugin-agent": "1.24.7",
161161
"@salesforce/plugin-apex": "3.6.19",
162162
"@salesforce/plugin-api": "1.3.3",
163163
"@salesforce/plugin-auth": "3.9.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,10 +2025,10 @@
20252025
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
20262026
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
20272027

2028-
"@salesforce/agents@^0.17.5":
2029-
version "0.17.5"
2030-
resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.17.5.tgz#e7c3971858dc765c9de4decd0a5f7d6defaf17f7"
2031-
integrity sha512-LUULWh5AF6/lMNT89akCrfYHET/JShQ8TV6J0naJN2MJUhqLONOyz8muw/tILKdSovbX5p761pCH2Cf6Cw7uvw==
2028+
"@salesforce/agents@^0.17.6":
2029+
version "0.17.7"
2030+
resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.17.7.tgz#d0f044dd2c9091a7c749a7d4f854f366666baf70"
2031+
integrity sha512-kPdc4M3n1tQGrfbt4pN3E7b0O7wV3FyZ6Wc26aKYI+rsWREzVDl4hRiRMbC3qSAQNdP+pF1E4p/Tsfjduy86Ig==
20322032
dependencies:
20332033
"@salesforce/core" "^8.19.1"
20342034
"@salesforce/kit" "^3.2.3"
@@ -2166,16 +2166,16 @@
21662166
jszip "^3.10.1"
21672167
object-treeify "^2"
21682168

2169-
"@salesforce/plugin-agent@1.24.6":
2170-
version "1.24.6"
2171-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.6.tgz#0ad2383e7d21540727c8362e6b34a78d5524e0f0"
2172-
integrity sha512-rjssi0tpco2jrP+yxslIcX7fnPDlArOdr6XW4n/rLseEokKwkYgzzEzTmkoiX0dcG4sR/yrH8SUS/oFMzSPmQA==
2169+
"@salesforce/plugin-agent@1.24.7":
2170+
version "1.24.7"
2171+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.7.tgz#d5c5aacbd233a812109ebd258c1d0cabbec7d149"
2172+
integrity sha512-a065R8MjtYrKeznKQCPvwFd9q9cZA1ylOa6Ja273sgfEsgOq5qVQenzyInZsN+5PqE1hOd3IzVQiYfyflxBdKg==
21732173
dependencies:
21742174
"@inquirer/core" "^10.1.6"
21752175
"@inquirer/prompts" "^7.8.3"
21762176
"@oclif/core" "^4"
21772177
"@oclif/multi-stage-output" "^0.8.20"
2178-
"@salesforce/agents" "^0.17.5"
2178+
"@salesforce/agents" "^0.17.6"
21792179
"@salesforce/core" "^8.18.5"
21802180
"@salesforce/kit" "^3.2.3"
21812181
"@salesforce/sf-plugins-core" "^12.2.4"

0 commit comments

Comments
 (0)