Mercurial
comparison mrjunejune/src/jrpg/index.html @ 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 | 41a49c29a28f |
comparison
equal
deleted
inserted
replaced
| 264:04fee26ecce0 | 265:056790c4fb0d |
|---|---|
| 80 data-zen-viewport | 80 data-zen-viewport |
| 81 role="log" | 81 role="log" |
| 82 aria-live="polite" | 82 aria-live="polite" |
| 83 aria-relevant="additions text" | 83 aria-relevant="additions text" |
| 84 > | 84 > |
| 85 <ol class="jrpg-messages" data-messages> | 85 <ol class="jrpg-messages" data-messages></ol> |
| 86 <li class="jrpg-message" data-speaker="Epi" data-turn-group="start"> | |
| 87 <strong>Epi</strong> | |
| 88 <p>Welcome, traveler. Pick a destination or tell me what you are looking for.</p> | |
| 89 </li> | |
| 90 <li class="jrpg-message" data-speaker="System" data-turn-group="start"> | |
| 91 <strong>System</strong> | |
| 92 <p>The Shiba terminal is ready.</p> | |
| 93 </li> | |
| 94 </ol> | |
| 95 </div> | 86 </div> |
| 96 </zen-message-scroller> | 87 </zen-message-scroller> |
| 97 <nav class="jrpg-turn-navigation" aria-label="Conversation turns"> | 88 <nav class="jrpg-turn-navigation" aria-label="Conversation turns"> |
| 98 <zen-button appearance="plain" size="sm"> | 89 <zen-button appearance="plain" size="sm"> |
| 99 <button type="button" data-turn-previous aria-label="Previous turn" disabled> | 90 <button type="button" data-turn-previous aria-label="Previous turn" disabled> |