What's wrong with this entry?
Anonymous. No account, no email.
What
GitHub pull request status displayed in footer area.
Status
Feature-flagged behind tengu_pr_status_cli
Details
- Settings option: "Show PR status footer" (enabled by default when flag is on)
- Infrastructure exists in settings menu at line 480230
- Will display PR status information in CLI footer when enabled
Evidence
Feature flag check at line 480226 (i4("tengu_pr_status_cli", !1)) with settings UI at line 480230 (label: "Show PR status footer")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.