Release v0.51.29 — Release F (Docker hardening + login persistence + scroll/lineage fixes + i18n cleanup)#1934
Merged
Merged
Conversation
Keep explicit bottom pins stable across late layout growth and make clicking the already-active sidebar session a no-op before loadSession mutates state. Update scroll regression tests for the delayed settle path.
…persistence + scroll/lineage fixes + i18n cleanup) Six-PR contributor batch: - PR #1919 (franksong2702): Persist login rate limit attempts (closes #1910) - PR #1920 (franksong2702): Remove dead Kanban start i18n key - PR #1921 (Michaelyklam): Production Docker image hardening (closes #1908) - PR #1926 (ai-ag2026): Prevent chat scroll resets after final render - PR #1927 (ai-ag2026): Preserve viewport when loading older messages - PR #1930 (ai-ag2026): Collapse stale compression sidebar segments Tests: 4947 → 4960 (+13 net new). Browser API harness all-green. Opus advisor: SHIP-READY. CHANGELOG conflict on #1919 auto-resolved during stage rebase (CHANGELOG took ours strategy).
This was referenced May 8, 2026
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.
Release F — v0.51.29
Six-PR contributor batch shipping Docker hardening, login persistence, scroll fixes, and i18n cleanup.
Constituent PRs
PR Persist login rate limit attempts #1919 by @franksong2702 — Persist login rate limit attempts (closes security(auth): persist login rate limiter across restarts #1910). Login attempt buckets now survive process restarts, stored in
STATE_DIR/.login_attempts.jsonwith atomic temp+rename,0600perms, expiry pruning. Falls back to in-memory on disk failure.PR Remove dead Kanban start i18n key #1920 by @franksong2702 — Remove dead
kanban_card_starti18n key. Cleanup follow-up to PR Fix Kanban lifecycle controls #1886 (which removed the manual Start action). Removed across all 9 locales + strengthened regression test.PR security: harden production Docker image #1921 by @Michaelyklam — Production Docker image hardening (closes security(docker): drop sudo+NOPASSWD from production image, replace chmod 777 with 700 #1908). Removes passwordless sudo from production image, drops
hermeswebuitoostaging user, reworks init scratch with0700directory +0600files, drops tohermeswebuiuser without sudo. Addsdocs/docker.mdsecurity model notes.PR fix: prevent chat scroll resets after final render #1926 by @ai-ag2026 — Prevent chat scroll resets after final render. Stabilize bottom pin across
renderMessages({preserveScroll: true})and late Markdown growth; clicking active sidebar session is a no-op.PR fix: preserve viewport when loading older messages #1927 by @ai-ag2026 — Preserve viewport when loading older messages. Anchor at current viewport instead of snapping to bottom.
PR fix: collapse stale compression sidebar segments #1930 by @ai-ag2026 — Collapse stale compression sidebar segments. Prefer explicit lineage metadata before visible-parent guard.
Pre-release verification
HERMES_HOMEisolation: 4960 passed (+13 over v0.51.28).node -con all 3 modifiedstatic/*.jsfiles: clean.static/sessions.js(different functions, scroll-pin and viewport-anchor cannot fight; lineage metadata degrades gracefully on legacy sessions).Release sequence today
Total day total when this lands: 35 PRs across 7 releases, +150 net new tests, 0 regressions.
Closes #1908, closes #1910.