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

Simplified GitHub Actions Example

What: The example claude_args in the workflow template is now clearer and more focused.

Before:

# claude_args: '--model claude-opus-4-1-20250805 --allowed-tools Bash(gh pr:*)'

After:

# claude_args: '--allowed-tools Bash(gh pr:*)'

Why: Removing the model specification makes the example less cluttered and focuses on the most common customization (tool permissions).

Evidence: Line 398163 in v2.0.8 shows simplified example (compare to line 407708 in v2.0.5)

See this entry in the whole of v2.0.8 →