feat(review): support explicit patch and context views #91
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim!91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/review-view-modes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
patchandcontextmodes, surface the active mode in the review index, and make:Forge review toggleswitch the current file or pending index mode between those two views.