feat(review): support explicit patch and context views #91

Merged
barrettruth merged 4 commits from feat/review-view-modes into main 2026-04-07 20:53:05 +00:00
barrettruth commented 2026-04-07 20:18:17 +00:00

Problem

The review flow still talked about unified versus split output, which blurred the real distinction between patch review and surrounding file context. That made the active review mode ambiguous even after the changed-files index landed.

Solution

Normalize review sessions around explicit patch and context modes, surface the active mode in the review index, and make :Forge review toggle switch the current file or pending index mode between those two views.

## Problem The review flow still talked about unified versus split output, which blurred the real distinction between patch review and surrounding file context. That made the active review mode ambiguous even after the changed-files index landed. ## Solution Normalize review sessions around explicit `patch` and `context` modes, surface the active mode in the review index, and make `:Forge review toggle` switch the current file or pending index mode between those two views.
Sign in to join this conversation.
No description provided.