vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

[WIP] Fix images not rendering when summarizing an issue

Open Copilot opened this issue 2 months ago • 0 comments

Fix Images Not Rendering When Summarizing Issues/Notifications

Plan:

  • [x] Analyze the issue - Images in markdown format (![alt](url)) are not being rendered in the notification/issue summary output
  • [x] Identify root cause - The LLM summarization instructions don't include guidance to preserve images in markdown format
  • [ ] Update summarizeNotificationsTool.ts to add instructions for preserving images in the output
  • [ ] Update summarizeIssueTool.ts to add instructions for preserving images in the output
  • [ ] Test the changes manually to verify images render correctly
  • [ ] Run linter and fix any issues
  • [ ] Request code review
  • [ ] Run security scan
Original prompt

This section details on the original issue you should resolve

<issue_title>Images do not render when summarizing an issue.</issue_title> <issue_description>> Images do not render:

Image

Originally posted by @joyceerhl in #6339</issue_description>

Comments on the Issue (you are @copilot in this section)

  • Fixes microsoft/vscode-pull-request-github#6507

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot avatar Dec 10 '25 11:12 Copilot