upvote
GitHub API says it was closed by bcherny himself:

$ gh api repos/anthropics/claude-code/issues/6235 --jq '{state, state_reason, closed_at, closed_by}'

{ "closed_at": "2026-08-17T03:37:37Z", "closed_by": { ... "id": 1761758, "login": "bcherny", "url": "https://api.github.com/users/bcherny", }, "state": "closed", "state_reason": "completed" }

reply
Weird, at the top of the issue it says "fixed by <link to random pr in other repo>" in a pill.
reply
What's even weirder is that the "bcherny closed this as completed 1d ago" is missing after his comment, even though all other issues have it, e.g. https://github.com/anthropics/claude-code/issues/66955#event...

A permalink actually exists for the event in the post's issue too, but it leads to nothing: https://github.com/anthropics/claude-code/issues/6235#event-...

reply
I don’t see that the issue was closed by that PR. Where do you see that?
reply
Next to the closed indicator at the top is a drop-down, which reads "Fixed by: Piebald-AI/tweakcc #459".

It also reads "Remaining: #58639 #29385"

reply