|
ArtifactsPanel: strip trailing punctuation from URLs for dedup
Bare URLs sometimes pick up a trailing ) or . from surrounding markdown (e.g. model writes a link inside parentheses). The normalizeUrlForDedup() helper strips trailing punctuation before checking the seen Set so https://a/b and https://a/b) are treated as the same link. |
|---|
|
|
| webclient/src/components/artifacts/ArtifactsPanel.vue |
|---|