fix: normalize update banner repository URLs#1701
Merged
1 commit merged intoMay 5, 2026
Merged
Conversation
This was referenced May 5, 2026
Closed
4daa238
Michaelyklam
pushed a commit
to Michaelyklam/hermes-webui
that referenced
this pull request
May 5, 2026
Michaelyklam
added a commit
to Michaelyklam/hermes-webui
that referenced
this pull request
May 5, 2026
10 PRs (3 surfaces additions, 7 fixes): - nesquena#1644 model picker chip + group count (@bergeouss, closes nesquena#1425) - nesquena#1684 update network failures UX (@Michaelyklam, closes nesquena#1321) - nesquena#1685 Codex spark models (@Michaelyklam, closes nesquena#1680) - nesquena#1689 normalize profile base homes (@Michaelyklam, refs nesquena#749) - nesquena#1693 adaptive title refresh deadlock (@ai-ag2026) - nesquena#1701 normalize update banner URL (@Michaelyklam, closes nesquena#1691) - nesquena#1702 workspace double-click rename (@Michaelyklam, closes nesquena#1698) - nesquena#1703 cache invalidation on auth-store drift (@Michaelyklam, closes nesquena#1699) - nesquena#1704 markdown fence lengths (@Michaelyklam, closes nesquena#1696) - nesquena#1706 multi-image paste fix (@Michaelyklam, closes nesquena#1697) Tests: 4477 → 4503 (+26). Opus: SHIP, 7/7 verification clean. Co-authored-by: Michael Lam <Michaelyklam1@gmail.com> Co-authored-by: ai-ag2026 <noreply@github.com> Co-authored-by: bergeouss <noreply@github.com>
Collaborator
|
Closed by the v0.51.4 release in PR #1707 (merged at 4daa238, deployed to production). Live on production: https://github.com/nesquena/hermes-webui/releases/tag/v0.51.4 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thinking Path
https://github.com/nesquena/hermes-webu/instead ofhermes-webui..gitmust be treated as a literal suffix, not as a character set, and trailing slashes should not prevent suffix removal.api/updates.pyand pinning the edge case with a regression test.nesquena/hermes-webuirepository.What Changed
_normalize_remote_url()inapi/updates.pyfor update-banner repository URLs..gitsuffix..gitremoval so URLs likehttps://github.com/nesquena/hermes-webui.git/becomehttps://github.com/nesquena/hermes-webui..git/trailing-slash case for the WebUI repo URL.Why It Matters
The update banner should send users to the actual Hermes WebUI repository when they click "What's new?". A truncated repository slug makes the link useless and undermines the update flow at exactly the moment users are trying to understand a release.
Closes #1691.
Verification
Result:
Manual verification, if applicable:
UI media, if applicable:
Risks / Follow-ups
Model Used
AI assisted.
gpt-5.5ghissue/PR workflow, git worktree isolation, pytest regression/full-suite verification, diff inspection.