Commit f64f8df
feat(design): auto-mode shows just the chosen hypothesis; per-section Edit made visible
Auto-mode #2 and #13, per the product decisions taken this session.
#2 - Designs produced by the hands-free pipeline now read as finished output:
only the hypothesis it selected is listed (the other candidates are noise
once it has decided), and the choices panel is not shown. A persisted
`autoGenerated` flag on the design content drives this, so a reload keeps
the simplified view.
#13 - Per-section editing already existed (DesignSectionContent -> onEditSection)
but its Edit button was opacity-0 until you hovered that exact section, so
it was effectively undiscoverable - hence "we only have the chat option".
It is now a permanently visible bordered control on every section, giving
the same section-scoped free-text editing the report has.
Note on #2: in auto mode nobody answered any questions, so the values behind
the protocol are entirely the model's and are now not surfaced anywhere on the
design step. Flagged at decision time; recorded here so it's a known trade.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent fd16314 commit f64f8df
3 files changed
Lines changed: 19 additions & 4 deletions
File tree
- app/[locale]/[workspaceid]/designs/[designId]
- lib
- public
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
527 | 531 | | |
528 | 532 | | |
529 | 533 | | |
| |||
771 | 775 | | |
772 | 776 | | |
773 | 777 | | |
| 778 | + | |
774 | 779 | | |
775 | 780 | | |
776 | 781 | | |
| |||
1393 | 1398 | | |
1394 | 1399 | | |
1395 | 1400 | | |
| 1401 | + | |
1396 | 1402 | | |
1397 | 1403 | | |
1398 | 1404 | | |
1399 | 1405 | | |
1400 | 1406 | | |
1401 | | - | |
| 1407 | + | |
| 1408 | + | |
1402 | 1409 | | |
1403 | 1410 | | |
1404 | 1411 | | |
| |||
3547 | 3554 | | |
3548 | 3555 | | |
3549 | 3556 | | |
3550 | | - | |
| 3557 | + | |
| 3558 | + | |
| 3559 | + | |
| 3560 | + | |
| 3561 | + | |
3551 | 3562 | | |
3552 | 3563 | | |
3553 | 3564 | | |
| |||
3614 | 3625 | | |
3615 | 3626 | | |
3616 | 3627 | | |
3617 | | - | |
| 3628 | + | |
| 3629 | + | |
| 3630 | + | |
3618 | 3631 | | |
3619 | 3632 | | |
3620 | 3633 | | |
| |||
7262 | 7275 | | |
7263 | 7276 | | |
7264 | 7277 | | |
7265 | | - | |
| 7278 | + | |
7266 | 7279 | | |
7267 | 7280 | | |
7268 | 7281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
| 665 | + | |
| 666 | + | |
665 | 667 | | |
666 | 668 | | |
667 | 669 | | |
| |||
File renamed without changes.
0 commit comments