fix: links in chat could not be opened (#8544)

Signed-off-by: Matt Toohey <contact@matttoohey.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matt Toohey
2026-04-21 18:05:36 +12:00
committed by GitHub
parent 436e126628
commit 70e12d9430
14 changed files with 267 additions and 63 deletions
@@ -45,6 +45,13 @@
"title": "Environment Variables",
"toggleVisibility": "Toggle value visibility"
},
"linkSafety": {
"copied": "Copied!",
"copyLink": "Copy link",
"description": "You're about to visit an external website.",
"openLink": "Open link",
"title": "Open external link?"
},
"messageBranch": {
"next": "Next branch",
"page": "{{current}} of {{total}}",
@@ -40,6 +40,13 @@
"codeBlock": {
"copyLabel": "Copiar código"
},
"linkSafety": {
"copied": "¡Copiado!",
"copyLink": "Copiar enlace",
"description": "Estás a punto de visitar un sitio web externo.",
"openLink": "Abrir enlace",
"title": "¿Abrir enlace externo?"
},
"environmentVariables": {
"copyLabel": "Copiar variable de entorno",
"title": "Variables de entorno",