Skip to content

v1.10.0

Choose a tag to compare

@riba2534 riba2534 released this 18 Mar 15:12
· 137 commits to main since this release

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 unpin
  • msg reaction add/remove/list, msg delete, msg search-chats
  • chat 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:read scopes
  • 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