v1.10.0
What's Changed
Breaking Change: User Token Required for msg/chat Commands
11 msg/chat commands now require User Token (previously optional):
msg get,msg list,msg history,msg pins,msg pin,msg unpinmsg reaction add/remove/list,msg delete,msg search-chatschat get,chat update,chat delete,chat member list/add/remove
Run feishu-cli auth login with updated scopes to use these commands.
New: feishu-cli-chat Skill
New Claude Code skill covering session browsing, message interaction (Reaction/Pin/delete/get), and group management — all under User Token.
Auto-Fallback for msg history
When User Token list API returns empty results for groups where the bot is absent, CLI automatically degrades to search+get mode transparently.
Skill Documentation Sync
Updated 8 skill SKILL.md files:
- auth: Three-tier Token classification, added
im:chat:readonly+im:chat.members:readscopes - msg: Slimmed to send-only, Reaction/Pin/delete redirected to chat skill
- chat: New skill with full permission table
- search: Added scopes + cross-skill routing table
- toolkit: Clarified module 4 as "群聊创建"
- write/import/perm: Clarified App Token usage