From 96741196e5da0d5270f146b1bfd613dec558b45d Mon Sep 17 00:00:00 2001 From: David Abutbul Date: Fri, 6 Feb 2026 00:40:03 +0200 Subject: [PATCH] chore(constants): update SKILL_URL to version 0.0.4 --- constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.ts b/constants.ts index 83413a7..c50b2d2 100644 --- a/constants.ts +++ b/constants.ts @@ -1,6 +1,6 @@ // ClawSec Suite SKILL.md URL - injected at build time, with hardcoded fallback export const SKILL_URL = import.meta.env.VITE_CLAWSEC_SUITE_URL || - 'https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.2/SKILL.md'; + 'https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.4/SKILL.md'; // Feed URL for fetching live advisories export const ADVISORY_FEED_URL = 'https://clawsec.prompt.security/releases/latest/download/feed.json';