Skip to content

Releases: anthropics/claude-code-action

v1.0.101

18 Apr 01:39

Choose a tag to compare

Full Changelog: v1...v1.0.101

Claude Code GitHub Action v1.0

26 Aug 17:01

Choose a tag to compare

🎉 Claude Code GitHub Action v1.0 - Now Generally Available!

We're excited to announce the v1.0 release of Claude Code GitHub Action! This major release brings significant improvements in simplicity, flexibility, and power to AI-assisted development workflows.

🚀 What's New in v1.0

Simplified Configuration

  • Automatic mode detection - No more manual mode configuration. The action intelligently determines whether to run in interactive or automation mode based on your setup
  • Unified interface - All prompts now go through a single prompt input, and all CLI options through claude_args
  • Better SDK alignment - Closer integration with the Claude Code CLI for a consistent experience

More Powerful & Flexible

  • Direct access to all Claude Code CLI capabilities through claude_args
  • Support for custom system prompts, tool configurations, and model selection
  • Enhanced compatibility with AWS Bedrock and Google Vertex AI

⚠️ Breaking Changes

This release includes breaking changes from v0.x. Key deprecated inputs have been replaced with a cleaner, more intuitive API:

  • mode, direct_prompt, override_prompt → unified prompt input
  • custom_instructions, model, allowed_tools, mcp_configclaude_args with CLI format
  • Other deprecated: disallowed_tools, anthropic_model, trigger_phrase, timeout_minutes

📚 Please review our Migration Guide for detailed upgrade instructions and examples.

💡 New Use Cases & Examples

Explore the expanded possibilities with v1.0! We've created comprehensive examples showcasing various workflows:

  • Automated PR Reviews - Intelligent code review on every pull request
  • CI Failure Fixes - Automatically diagnose and fix failing tests
  • Issue Triage - Smart categorization and response to new issues
  • Documentation Generation - Keep docs in sync with code changes
  • Security Scanning - Proactive vulnerability detection
  • And many more!

🔧 Check out all examples at github.com/anthropics/claude-code-action/tree/main/examples

🏃 Quick Start

# Interactive mode - responds to @claude mentions
- uses: anthropics/claude-code-action@v1
  with:
    anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

# Automation mode - runs immediately with prompt
- uses: anthropics/claude-code-action@v1
  with:
    prompt: "Review this PR for security issues"
    anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
    claude_args: |
      --model claude-4-0-sonnet-20250805
      --max-turns 10

📖 Resources

🙏 Thank You

Thank you to our beta users for your invaluable feedback that shaped this release. We're excited to see what you'll build with Claude Code GitHub Action v1.0!

v1.0.100

17 Apr 22:55
0d2971c

Choose a tag to compare

What's Changed

  • Upgrade Claude model from opus-4-6 to opus-4-7 by @ashwin-ant in #1227
  • fix: pass install.sh binary path to Agent SDK after 0.2.113 bump by @ashwin-ant in #1235

Full Changelog: v1...v1.0.100

v1.0.99

16 Apr 20:01

Choose a tag to compare

Full Changelog: v1...v1.0.99

v1.0.98

16 Apr 16:14

Choose a tag to compare

Full Changelog: v1...v1.0.98

v1.0.97

15 Apr 22:07

Choose a tag to compare

Full Changelog: v1...v1.0.97

v1.0.96

15 Apr 04:06

Choose a tag to compare

What's Changed

  • fix: handle fork PRs by fetching via refs/pull/N/head by @stakeswky in #963

New Contributors

Full Changelog: v1...v1.0.96

v1.0.95

14 Apr 19:17

Choose a tag to compare

Full Changelog: v1...v1.0.95

v1.0.94

13 Apr 21:58

Choose a tag to compare

What's Changed

  • Prepend system bin dirs to PATH when allowed_non_write_users is set by @OctavianGuzu in #1208

Full Changelog: v1...v1.0.94

v1.0.93

10 Apr 19:08

Choose a tag to compare

Full Changelog: v1...v1.0.93