Tracker: error handling and edge cases #634
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
v0.2.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#634
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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
Forge currently surfaces too many command and backend failures as generic notifications such as
merge failed,update failed, orcreation failed. That is not enough when the underlying forge CLI often prints actionable stderr/stdout explaining merge conflicts, authentication failures, missing permissions, missing network, malformed JSON, or unavailable API endpoints.The error handling surface needs a v0.2.0 pass across PRs, issues, CI, releases, pickers, terminal-backed views, backend browse/probe paths, and completions.
Goal
Make failed operations explain what failed and preserve enough command context to debug it without dumping unbounded raw output into normal notifications.
Desired shape
Subissues
Suggested order
Non-goals
barrettruth referenced this issue2026-05-09 00:46:57 +00:00