Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.8 Home All releases olderv2.0.5 v2.0.9newer
Claude Code v2.0.8

Beta GitHub Actions Template Removed

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.

See this entry in the whole of v2.0.8 →