From 0ccbe65d3f1bab0ab8b86f9a45081a809c2f39e5 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Wed, 18 Feb 2026 13:06:21 -0800 Subject: [PATCH] chore(gateway-ui): bump service worker cache to v3 Force cache refresh after Tailwind UI redesign so clients pick up the new styles and markup. Co-Authored-By: Claude Opus 4.6 --- src/gateway/ui/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/ui/sw.js b/src/gateway/ui/sw.js index e9c9dfe..31fc6ee 100644 --- a/src/gateway/ui/sw.js +++ b/src/gateway/ui/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'flynn-webchat-v2'; +const CACHE_NAME = 'flynn-webchat-v3'; const token = new URL(self.location.href).searchParams.get('token'); const withToken = (path) => { if (!token) {