A Google Chat fix release: direct messages and group chats finally show real names, and the room / dm filters on list_spaces work again.
What's Changed
- gchat: Direct messages and unnamed group chats in
list_spaces,get_messagesandsearch_messagesare now labelled after their members (e.g. "Alice Smith, Bob Jones and 2 others") instead of "Unnamed Space". Member lists are paginated, and lookups fall back to "Direct message" / "Group chat" rather than failing the tool. Chat now also requestschat.memberships.readonlyandcontacts.readonly, which fixes sender-name lookups under--tools chat(fix(gchat): name direct messages and unnamed group chats after their members by @alexkinno in #1141) - gchat:
list_spaceswithspace_type="room"or"dm"no longer fails with400 Invalid filter query; thespaceTypevalue is now quoted as the Chat API requires (fix(gchat): quote the spaceType value in the list_spaces filter by @alexkinno in #1142) - deps: Bump
anyio4.13.0 → 4.14.2 (chore(deps): bump anyio from 4.13.0 to 4.14.2 in the uv group across 1 directory by @dependabot[bot] in #1143)
New Contributors
- @alexkinno made their first contribution in #1142
Full Changelog: v1.27.0...v1.27.1