Skip to content

v1.8.2

Choose a tag to compare

@riba2534 riba2534 released this 10 Mar 18:00
· 130 commits to main since this release

Changes since v1.8.1

Bug Fixes

  • search-chats: Use Search API for server-side filtering instead of List API with client-side filtering, fixing missing results when matching chats are on later pages (4d4f20b)
  • msg list/history: Support User Access Token via raw HTTP request, bypassing Go SDK's incorrect token type validation that rejects user_access_token (bf44e6c)
  • OAuth scope names: Correct im:chat:readonlyim:chat:read, remove non-existent search:app, add drive:drive.search:readonly and im:chat:read (bf44e6c)
  • CGO disabled: Add CGO_ENABLED=0 to all cross-compilation targets for statically linked binaries (9ac8767)

Documentation

  • Add Bot vs User identity guide and --user-access-token examples to feishu-cli-msg skill (c3772db)
  • Add board image node guide and clone workflow (46463f5)
  • Add p2p search guide and im:message.group_msg:get_as_user scope (5f13af9)
  • Add skills install instructions to README (9ac8767)