What's wrong with this entry?
What: The beta version workflow template for GitHub Actions integration has been removed. Only the stable @v1 template remains.
How it worked before: In v2.0.5, users setting up GitHub Actions could choose between two templates:
- Beta version using
anthropics/claude-code-action@beta - Stable version using
anthropics/claude-code-action@v1
How it works now: Only the stable @v1 template is offered during setup, simplifying the decision for users.
Evidence: Beta template found at lines 407475-407659 in v2.0.5, completely absent in v2.0.8 which only contains the v1 template at lines 398115-398165
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.