Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 10, 2025

Fix Images Not Rendering When Summarizing Issues/Notifications

Plan:

  • Analyze the issue - Images in markdown format (![alt](url)) are not being rendered in the notification/issue summary output
  • 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)


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

@alexr00 alexr00 enabled auto-merge (squash) December 15, 2025 17:13
@alexr00 alexr00 changed the title [WIP] Fix images not rendering when summarizing an issue Fix images not rendering when summarizing an issue Dec 15, 2025
@vs-code-engineering vs-code-engineering bot added this to the December / January 2026 milestone Dec 15, 2025
@alexr00 alexr00 merged commit c4907c9 into main Dec 15, 2025
6 checks passed
@alexr00 alexr00 deleted the copilot/fix-image-rendering-issue branch December 15, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Images do not render when summarizing an issue.

3 participants