This commit introduces a function to generate unique localStorage keys based on the current page's URL. This key is now used for storing and retrieving conversation history, ensuring that each page maintains its own isolated chat thread. The Hermes introduction already uses a content-based hash for per-page caching, and this change aligns the conversation history with that behavior. Additionally, clearing the conversation history now only affects the current page and correctly repopulates the Hermes introduction for that page. |
||
|---|---|---|
| css | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| CLAUDE.md | ||
| demo.html | ||
| favicon.ico | ||
| index.html | ||
| uncloseai.js | ||