mirror of
https://github.com/larksuite/cli.git
synced 2026-07-07 00:55:53 +08:00
* docs(mail): add identity guidance to prefer user over bot for mail APIs Add an identity selection section to the mail skill documentation, guiding AI agents to default to --as user when operating on mailboxes. Bot identity requires the app to have tenant-level mail scopes enabled in the developer console, which most apps do not. * docs(mail): clarify identity selection wording and bot scope limits - Replace ambiguous "默认使用" with "策略上应优先显式使用" to distinguish policy recommendation from CLI default (auto) - Note that bot identity only supports read operations; all write operations (send, reply, forward, draft edit) require user identity - Rewrite decision rules by read/write classification