Files
fusion/.changeset/fn-5018-pr-create-review-surface.md
Fusion (runfusion.ai) 5a1794fc55 feat(FN-5018): wire create-pr review surface in TaskReviewTab
Wires the PR-create review surface into the task review flow, adding the UI surface to `TaskReviewTab`, `TaskDetailModal`, and `PrPanel` for reviewing PR creation as part of task review. Includes tests covering the create-PR review flow in both `TaskDetailModal` and `TaskReviewTab`.

Fusion-Task-Id: FN-5018
2026-05-18 06:39:22 -07:00

301 B

@runfusion/fusion
@runfusion/fusion
patch

Wire the redesigned Create-PR modal into the task detail modal and the merge/review tab so PrPanel's Create button and a new review-tab Create-PR action open the same flow. Fixes the FN-4758 follow-up where PrPanel was mounted with onRequestCreatePr={undefined}.