Claude Code's GitHub page auto closes issues after 60 days

by dcreateron 1/30/2026, 9:30 PMwith 22 comments

by dcreateron 1/30/2026, 9:30 PM

Claude Code has over 5000 open issues. And this is after issues that are inactive for 60 days being auto closed. Such a policy is facetious to say the least. What is more perplexing is why they don't use Claude to triage the issues?

by assbuttbuttasson 1/31/2026, 3:11 PM

Yeah, it only checks whether the last bot comment is older than 30 days, completely ignoring any human comment

    if (botCommentDate < oneMonthAgo) {
        // Close the issue - it's been stale for 60+ days
Hard to imagine how this got past code review...

https://github.com/anthropics/claude-code/blob/5e3e9408feea9...

by raincoleon 1/31/2026, 9:41 AM

This is about some issues are closed incorrectly due to a bug.

But as for the policy itself, why not? If an issue is inactive for 60 days it's very likely to stay so forever.

by rickcarlinoon 1/31/2026, 1:45 PM

Keeping an issue open is not going to force a maintainer to care. If they want to close the issue it is likely because they don’t care and getting them to care is not a UI/UX problem. Even if the issue is left open, it is likely not getting prioritized on internal roadmaps and discussions.

by Terrettaon 1/31/2026, 5:03 AM

At scale this works: If the issue is affecting enough user base, the issue will still be in the list.