diff --git a/CHANGELOG.md b/CHANGELOG.md index 853ac274..a035a5ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.14.1.0] - 2026-03-30 — Comparison Board is the Chooser + +The design comparison board now always opens automatically when reviewing variants. No more inline image + "which do you prefer?" — the board has rating controls, comments, remix/regenerate buttons, and structured feedback output. That's the experience. All 3 design skills (/plan-design-review, /design-shotgun, /design-consultation) get this fix. + +### Changed + +- **Comparison board is now mandatory.** After generating design variants, the agent creates a comparison board with `$D compare --serve` and sends you the URL via AskUserQuestion. You interact with the board, click Submit, and the agent reads your structured feedback from `feedback.json`. No more polling loops as the primary wait mechanism. +- **AskUserQuestion is the wait, not the chooser.** The agent uses AskUserQuestion to tell you the board is open and wait for you to finish, not to present variants inline and ask for preferences. The board URL is always included so you can click through if you lost the tab. +- **Serve-failure fallback improved.** If the comparison board server can't start, variants are shown inline via Read tool before asking for preferences — you're no longer choosing blind. + +### Fixed + +- **Board URL corrected.** The recovery URL now points to `http://127.0.0.1:/` (where the server actually serves) instead of `/design-board.html` (which would 404). + ## [0.14.0.0] - 2026-03-30 — Design to Code You can now go from an approved design mockup to production-quality HTML with one command. `/design-html` takes the winning design from `/design-shotgun` and generates Pretext-native HTML where text actually reflows on resize, heights adjust to content, and layouts are dynamic. No more hardcoded CSS heights or broken text overflow. diff --git a/VERSION b/VERSION index c00d2433..31ad1178 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0.0 +0.14.1.0