mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-06-10 06:10:46 +00:00
ba9b5a6be3
* feat(ui): show required API scopes for Feishu/Lark channels Add a collapsible info panel listing the required Lark/Feishu API permissions (scopes) on the channel create/edit dialog and config detail tab. Includes reminder about Contact Range and app publishing. * fix(feishu): annotate DM messages with sender name Feishu DMs were missing the [From: ...] annotation, so the agent couldn't identify who was messaging. Group messages already had this. Align with Telegram channel which annotates both DM and group messages. --------- Co-authored-by: Luvu182 <208665161+Luvu182@users.noreply.github.com>