Mercurial
comparison mrjunejune/src/sw.js @ 265:056790c4fb0d
add role-aware Epi assistant prompts
Add verified June knowledge, guest/member/admin Copilot profiles, profile-isolated session recovery, animated Epi greetings, and a single authoritative runtime config workflow for inference.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 07 Aug 2026 10:50:30 -0700 |
| parents | 04fee26ecce0 |
| children | e02e2036ef84 |
comparison
equal
deleted
inserted
replaced
| 264:04fee26ecce0 | 265:056790c4fb0d |
|---|---|
| 1 // Root-scoped Service Worker for MrJuneJune PWA | 1 // Root-scoped Service Worker for MrJuneJune PWA |
| 2 const CACHE_VERSION = 'v34-login-modal'; | 2 const CACHE_VERSION = 'v35-role-greeting'; |
| 3 const CACHE_NAME = `mrjunejune-${CACHE_VERSION}`; | 3 const CACHE_NAME = `mrjunejune-${CACHE_VERSION}`; |
| 4 | 4 |
| 5 // Files to cache immediately on install | 5 // Files to cache immediately on install |
| 6 const STATIC_CACHE = [ | 6 const STATIC_CACHE = [ |
| 7 '/', | 7 '/', |