Release v0.7.6: HTML Challenge + UI scale + retry#46
Merged
Conversation
Documents the v0.7.5 / v0.7.6 work that has landed since v0.7.4: - HTML Challenge: side-by-side HTML generation across 2-4 model slots, each with its own thinking mode + reasoning effort + seed. Sandboxed live previews, built-in HTML validation (valid / partial / script-error / blank-render / no-html), persistent history, retry and continue/repair flows. New routes under /api/chat/html-challenges. - UI scale: 75% / 100% / 125% / 150% segmented control in Settings -> Display, applied app-wide via useUiScale. - Retry failed assistant turns from chat with one click. - Compare view refactored so the two-up Compare mode and the new HTML Challenge multi-slot view share buildComparePayload / cloneLaunchSettings / compareTargetLabels / useLaunchPreview. - Gallery flow polish (image + video) plus reasoning panel and runtime controls spacing. - v0.7.5 stub for the internal version bump on the html-challenge branch; superseded directly by v0.7.6. README: HTML Challenge added to Feature Highlights, the detailed Chat workflows section, and the tour (text-only entry, no screenshot yet). UI scale added to the highlights list. Existing v0.7.4 work (sampler controls, MCP client, knowledge stacks, mid-thread model swap, FBCache, live denoise thumbnails, MLX prompt enhancer, distill LoRAs, mlx-video Wan runtime) backfilled into the highlights list and the detailed Chat section since it was missing from the README.
Docs: README + CHANGELOG for v0.7.6 (HTML Challenge, UI scale, retry)
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.
Summary
Release v0.7.6 — HTML Challenge + UI scale + retry. README + CHANGELOG forwarded from staging to main.
Headline: HTML Challenge — new chat sub-tab for side-by-side HTML generation across 2-4 model slots, each with own thinking mode + reasoning effort + seed. Sandboxed live previews, automated HTML validation (
valid/partial/script-error/blank-render/no-html), persistent history, retry + repair flows.Other v0.7.5 / v0.7.6 work:
Version bumped to 0.7.6 across npm + Python + Tauri metadata. v0.7.5 was internal-only on the html-challenge branch.
Test plan