File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Docs: https://docs.openclaw.ai
1010
1111### Fixes
1212
13+ - Docs/Feishu: replace `botName` with `name` in the channel config examples so the docs match the strict account schema for per-account display names. (#52753) Thanks @haroldfabla2-hue.
14+
1315## 2026.3.23
1416
1517### Breaking
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Edit `~/.openclaw/openclaw.json`:
185185 main: {
186186 appId: " cli_xxx" ,
187187 appSecret: " xxx" ,
188- botName : " My AI assistant" ,
188+ name : " My AI assistant" ,
189189 },
190190 },
191191 },
@@ -494,12 +494,12 @@ openclaw pairing list feishu
494494 main: {
495495 appId: " cli_xxx" ,
496496 appSecret: " xxx" ,
497- botName : " Primary bot" ,
497+ name : " Primary bot" ,
498498 },
499499 backup: {
500500 appId: " cli_yyy" ,
501501 appSecret: " yyy" ,
502- botName : " Backup bot" ,
502+ name : " Backup bot" ,
503503 enabled: false ,
504504 },
505505 },
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ openclaw channels add
190190 main: {
191191 appId: " cli_xxx" ,
192192 appSecret: " xxx" ,
193- botName : " My AI assistant" ,
193+ name : " My AI assistant" ,
194194 },
195195 },
196196 },
@@ -499,12 +499,12 @@ openclaw pairing list feishu
499499 main: {
500500 appId: " cli_xxx" ,
501501 appSecret: " xxx" ,
502- botName : " Primary bot" ,
502+ name : " Primary bot" ,
503503 },
504504 backup: {
505505 appId: " cli_yyy" ,
506506 appSecret: " yyy" ,
507- botName : " Backup bot" ,
507+ name : " Backup bot" ,
508508 enabled: false ,
509509 },
510510 },
You can’t perform that action at this time.
0 commit comments