feat(bridge): extract text from interactive WhatsApp messages#197
Open
ulisseshen wants to merge 1 commit intolharries:mainfrom
Open
feat(bridge): extract text from interactive WhatsApp messages#197ulisseshen wants to merge 1 commit intolharries:mainfrom
ulisseshen wants to merge 1 commit intolharries:mainfrom
Conversation
* Interactive messages (buttons, flows, lists) were stored with empty content, making them invisible to MCP tools - Extract body + footer text from InteractiveMessage (bot buttons, flows) - Extract content text from ButtonsMessage (legacy button format) - Extract selected text from ButtonsResponseMessage (user button taps) - Extract title/description from ListMessage and ListResponseMessage - Extract captions from image and video messages - Update whatsmeow API calls to use context.Background() for latest version
Author
|
@lharries, will you continue maintaining this MCP? Use AI to help you review all opened PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Interactive WhatsApp messages (buttons, flows, lists) were stored with empty content in the SQLite database, making them completely invisible to MCP tools like
list_messages. This PR adds text extraction for all interactive message types.Changes
The
extractTextContent()function in the Go bridge now handles:Also updates whatsmeow API calls to use
context.Background()for compatibility with the latest library version.Before
After
Test plan
list_messages