Media Sharing - Let AI agents put screenshots and videos on pull requests
by•
GitHub has no API for attaching images to pull requests, so agents and CI ship blind. Argos Media Sharing fixes it: one command turns a screenshot or recording into a stable share link with ready-to-paste Markdown, and posts it on the PR automatically.


Replies
Argos
That is really useful, I personally had issues with setting this up myself because of GitHub's limitations.
What do you use to get the agent to capture screenshots/recordings that are actually useful, instead of catching the app in some random state?
Argos
@mateuszkonik nice to see you like it! On my side it runs Playwright (that is installed locally in the project for E2E + Visual Testing) and it browse the app locally, take screenshots or videos of the relevant parts and upload them. So it's not random, the agent takes care of using the good state. Also it's one-shot so we don't need the stability required for visual testing.