vscode-pull-request-github
vscode-pull-request-github copied to clipboard
[WIP] Fix images not rendering when summarizing an issue
Fix Images Not Rendering When Summarizing Issues/Notifications
Plan:
- [x] Analyze the issue - Images in markdown format (
) 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.tsto add instructions for preserving images in the output - [ ] Update
summarizeIssueTool.tsto 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:
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.