Copilot Coding Agent posts broken image URLs in PRs and comments #178428
Replies: 2 comments 3 replies
-
| 💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩ 
 Where to look to see what's shipping 👀 
 What you can do in the meantime 💻 
 As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Copilot Feature Area
Copilot Coding Agent
Body
I've noticed that when Copilot Coding Agent is posting replies/comments in PRs, or updating the PR description, it will post broken image URLs. You can see this on nwalters512/cookbook#195 (comment). Here's a screenshot for posterity:
The URLs it uses are like
https://github.com/user-attachments/assets/fixed-light-mode.pngandhttps://github.com/user-attachments/assets/fixed-dark-mode.png. A working URL looks likehttps://github.com/user-attachments/assets/55310844-d275-425f-b85e-426b23f6673d.There seems to be another failure mode as well: sometimes it will post what look to be valid URLs (e.g.
https://github.com/user-attachments/assets/8f3e5c7d-1f47-4e56-9a63-d1e5e8e2c7e0, but that 404s if I hit it directly, and the Markdown that's ultimately rendered doesn't use ahttps://private-user-images.githubusercontent.com/...srclike working images do. An example of that can be seen in nwalters512/cookbook#195 (comment) (the PR description) at the time of writing. Again, a screenshot:Beta Was this translation helpful? Give feedback.
All reactions