microsoft / vscode-pull-request-github

GitHub Pull Requests for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
MIT License
2.32k stars 583 forks source link

Linkifying the output links in the summary for summarization tools #6396

Closed aiday-mar closed 3 weeks ago

aiday-mar commented 3 weeks ago

fixes https://github.com/microsoft/vscode-pull-request-github/issues/6347 fixes https://github.com/microsoft/vscode-pull-request-github/issues/6338

aiday-mar commented 3 weeks ago

It could maybe be better to use regex, since it would be a deterministic operation. Since here I am using the LLM to linkify I expect there will sometimes be errors.