You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues and this hasn't been reported yet
This is a single bug report (please file separate reports for different bugs)
I am using the latest version of Claude Code
What's Wrong?
The Claude Code desktop app statusline persistently shows a closed PR indicator (dev ← master with CI status and "View PR" button) that references a stale, closed GitHub PR (#1349 in my repo).
Details:
The PR (talentprotocol/talent-api#1349) is closed, targeting a dev branch that no longer exists
The PR's headRefName is master, which is my current and default branch — this is likely why it's being matched
gh pr view from CLI correctly returns nothing for the current branch
The PR cannot be deleted, reopened, or edited via GitHub API (base branch was deleted)
Restarting the app does not clear it
/clear does not clear it
Environment:
Claude Code desktop app (macOS)
Model: Opus 4.6
Repo default branch: master
Current branch: master
Screenshot attached
What Should Happen?
Expected behavior: Closed PRs should not appear in the statusline, or there should be a way to dismiss them.
Preflight Checklist
What's Wrong?
The Claude Code desktop app statusline persistently shows a closed PR indicator (dev ← master with CI status and "View PR" button) that references a stale, closed GitHub PR (#1349 in my repo).
Details:
The PR (talentprotocol/talent-api#1349) is closed, targeting a dev branch that no longer exists
The PR's headRefName is master, which is my current and default branch — this is likely why it's being matched
gh pr view from CLI correctly returns nothing for the current branch
The PR cannot be deleted, reopened, or edited via GitHub API (base branch was deleted)
Restarting the app does not clear it
/clear does not clear it
Environment:
Claude Code desktop app (macOS)
Model: Opus 4.6
Repo default branch: master
Current branch: master
Screenshot attached
What Should Happen?
Expected behavior: Closed PRs should not appear in the statusline, or there should be a way to dismiss them.
Error Messages/Logs
Steps to Reproduce
gh pr viewfrom CLI correctly returns no PR for the current branchClaude Model
Opus
Is this a regression?
I don't know
Last Working Version
No response
Claude Code Version
2.1.109
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
No response