Make :Forge pr edit resolve the current PR #782

Closed
opened 2026-06-06 09:41:12 +00:00 by barrettruth · 0 comments
Owner

Problem

:Forge pr resolves the current branch PR and opens the edit compose flow, but :Forge pr edit required an explicit PR number. That made the explicit verb form feel less capable than the bare command.

Scope

  • Allow :Forge pr edit without {num} to use current-PR resolution.
  • Keep :Forge pr edit {num} explicit targeting intact.
  • Keep Ex-mode deterministic and picker-free.
  • Update concise command docs and command tests.

Non-goals

  • No backend behavior changes.
  • No picker-flow changes.
  • No PR create semantics changes.

PR: #781

## Problem `:Forge pr` resolves the current branch PR and opens the edit compose flow, but `:Forge pr edit` required an explicit PR number. That made the explicit verb form feel less capable than the bare command. ## Scope - Allow `:Forge pr edit` without `{num}` to use current-PR resolution. - Keep `:Forge pr edit {num}` explicit targeting intact. - Keep Ex-mode deterministic and picker-free. - Update concise command docs and command tests. ## Non-goals - No backend behavior changes. - No picker-flow changes. - No PR create semantics changes. PR: #781
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/forge.nvim#782
No description provided.