From b732eee409817d4d4c95cb05bfa30b60a060255f Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Mon, 18 May 2026 20:49:05 +0200 Subject: [PATCH] =?UTF-8?q?fix(llm-security):=20playground=20hardkodet=20v?= =?UTF-8?q?ersjon=20v7.6.1=20=E2=86=92=20v7.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hjem-overflaten viste fortsatt 'Plugin v7.6.1' i meta-linja fordi versjon-strengen er hardkodet inline i renderHome (line 6933), ikke synkronisert med package.json. Fanget post-release. Co-Authored-By: Claude Opus 4.7 --- plugins/llm-security/playground/llm-security-playground.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/llm-security/playground/llm-security-playground.html b/plugins/llm-security/playground/llm-security-playground.html index 36d7d36..f31c457 100644 --- a/plugins/llm-security/playground/llm-security-playground.html +++ b/plugins/llm-security/playground/llm-security-playground.html @@ -6930,7 +6930,7 @@ verdict: 'n-a', hero: true, meta: [ - 'Plugin v7.6.1', + 'Plugin v7.7.0', projects.length + ' prosjekt' + (projects.length === 1 ? '' : 'er'), CATALOG.commands.length + ' kommandoer' ],