mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-27 20:20:20 +00:00
7a2968d602
* fix: QA polish — stale model refs, duplicate CSS, misplaced card, HTML fix
Model reference updates (across 5 comparison pages):
- GPT-5.4 → GPT-5.5 everywhere (chatgpt, claude-ai, claude-code, copilot, perplexity)
- o3-pro → o5-mini (chatgpt.html)
- Mistral → DeepSeek/GLM as provider examples (chatgpt, claude-ai)
- Claude Sonnet 4.6 → Claude Opus 4.6 (claude-code, copilot)
- "GPT-5 variants" → "GPT-5.5" (perplexity-computer)
index.html fixes:
- Remove duplicate .webui-layout > * { min-width: 0 } (3x → 1x)
- Remove duplicate .install-layout > * { min-width: 0 } (3x → 1x)
- Remove duplicate .compare-more CSS block (compact + expanded → single)
- Fix stray </div> in "why" section causing malformed HTML
- Fix theme toggle icon: sun shown in dark mode (switch-to), moon in light
- Move Perplexity Computer card from "Who it's for" to head-to-head cards
- Add Perplexity Computer as 5th head-to-head comparison card
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: correct model references -- GPT-5.4 is current, not 5.5
- Revert GPT-5.5 back to GPT-5.4 across all comparison pages
- Remove o5-mini (does not exist) -- replaced with generic wording or GPT-5.4 Pro
- Remove o3-pro reference (chatgpt.html)
- All model refs now accurate: GPT-5.4, Claude Opus 4.6, Claude Sonnet 4.6, Gemini, DeepSeek, GLM
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: correct review findings before merge
- index.html: revert \u263E back to 🌙 emoji in setTheme()
(U+263E is a text-mode glyph that renders as a thin line; this
was previously fixed in b4fa657 and accidentally reintroduced)
- chatgpt.html: 'GPT-5.4 Pro' → 'GPT-5.4' (invented product name)
- claude-ai.html: 'GLM' → 'Gemini' (GLM too obscure for audience)
- copilot.html: 'Claude Opus 4.6' → 'Claude Sonnet 4.6'
(GitHub Copilot offers Sonnet, not Opus, in its model picker)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>