Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 17:32
a09f46a

1.1.0 (2026-09-07)

Features

  • cache voice-note transcripts in notes.db and expose them in list_messages (#246) (4511df7), closes #221
  • compact responses for bulk reads (fields, omit_nulls, max_content_chars, count_only) (#252) (159de8e), closes #223
  • coverage tool reporting archive extent and sync gaps (#244) (fec27af), closes #229
  • dry_run on send_message, send_file, edit_message (#250) (3c43cda), closes #232
  • export_messages streams the archive to NDJSON on disk (#249) (372c649), closes #227
  • list_messages filters from_me, has_media, media_type, exclude_groups (#235) (602628d), closes #224
  • list_unanswered — chats where the other side spoke last (#248) (9bd28e8), closes #219
  • list_unread exclude_groups and max_age_days (#241) (82f3aa7), closes #225
  • mark message content as untrusted in tool descriptions and responses (#251) (54edbf1), closes #231
  • message_stats tool for counts by chat, day, month or sender (#243) (1cd6972), closes #228
  • paginate list_group_members (#236) (284bddb), closes #226
  • request_history tool for on-demand history sync (#239) (f1f6797), closes #220
  • return media notes wherever media is surfaced, and prompt the agent to annotate (#238) (1d7abf6), closes #222
  • WHATSAPP_ALLOW_TOOLS / WHATSAPP_DENY_TOOLS per-tool allow/deny (#247) (4109b6e)
  • WHATSAPP_READ_ONLY hides and refuses mutating tools (server + bridge) (#242) (23176b7)

Bug fixes

  • fall back to the phone book for chats stored without a name (#245) (a185f63), closes #230
  • resolve list_chats' last message by ordering, not timestamp equality (#237) (b2b813d), closes #218