meta-vision-api icon indicating copy to clipboard operation
meta-vision-api copied to clipboard

Using program response tag and fixing other runtime errors

Open chandyego84 opened this issue 3 months ago • 2 comments

fix: CSS naming, grabFrame usage, and Messenger URL variations feat: add program response tag in sent messages

Fixed:

  • CSS naming rules to comply with standards
  • replaced deprecated/missing imageCapture.grabFrame() usage
  • handled Messenger conversation URL variations (e.g., "messages/t", "messages/ee2/t", etc.)

Added:

  • program response tag in messages sent by the program/AI to prevent confusion with alternate accounts

resolves #41

chandyego84 avatar Sep 27 '25 21:09 chandyego84

The imported Spotify client doesn't seem to exist in lib?

Screenshot 2025-10-16 at 3 09 40 pm

dcrebbin avatar Oct 16 '25 07:10 dcrebbin

The imported Spotify client doesn't seem to exist in lib?

Screenshot 2025-10-16 at 3 09 40 pm

You're right, this PR should not include any trace of spotify. Made a commit to remove it, as that is another feature I am currently working on.

chandyego84 avatar Oct 17 '25 20:10 chandyego84