Skip to content

#12: Improve PR visibility and actions#13

Merged
mrdon merged 2 commits into
mainfrom
mrdon/12-pr-visibility-and-actions
Apr 1, 2026
Merged

#12: Improve PR visibility and actions#13
mrdon merged 2 commits into
mainfrom
mrdon/12-pr-visibility-and-actions

Conversation

@mrdon
Copy link
Copy Markdown
Contributor

@mrdon mrdon commented Apr 1, 2026

Summary

  • /reject accepts inline text and shares code with /comment
  • /skip and /unskip to hide/show PRs persistently
  • Hide open PRs where user already approved or requested changes
  • Fetch tracked PRs from review state store for cross-state visibility
  • Wait for diff parsing before startup transition
  • Exclude own comments from new content detection
  • Add ctrl+n/p navigation in diff overlay
  • Show boundary message at end of PR list
  • Consistent visible PR count in both views

Security implications of changes have been considered

mrdon added 2 commits April 1, 2026 11:43
- /reject accepts inline text like /comment
- /reject and /comment share code via runCommentOrReject
- /skip hides PRs persistently via skipped.json cache
- Hide open PRs where user already approved or requested changes
- Add skip_pr MCP tool so chat can skip PRs
- ctrl+a reveals all hidden PRs including skipped
- Fetch tracked PRs from review state store
- Wait for diff parsing before startup transition
- Exclude own comments from new content check
- Add dedup guard in handlePRDetails
- Extract visiblePosition for consistent counts
- Add ctrl+n/p navigation in diff overlay
- Show message at end of PR list
@mrdon mrdon merged commit 3ebac01 into main Apr 1, 2026
2 of 3 checks passed
@mrdon mrdon deleted the mrdon/12-pr-visibility-and-actions branch April 1, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant