Skip to content

Releases: anthropics/claude-code-action

v1.0.48

10 Feb 23:12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.0.48

v1.0.47

10 Feb 00:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.0.47

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_config β†’ claude_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.46

07 Feb 21:50

Choose a tag to compare

Full Changelog: v1...v1.0.46

v1.0.45

06 Feb 01:47

Choose a tag to compare

What's Changed

  • fix: use original body from webhook payload for TOCTOU hardening by @ddworken in #904
  • refactor: simplify mode system by removing Mode interface and registry by @ashwin-ant in #899

Full Changelog: v1...v1.0.45

v1.0.44

05 Feb 17:47

Choose a tag to compare

What's Changed

  • refactor: unify action into single composite step with run.ts entrypoint by @ashwin-ant in #898

Full Changelog: v1...v1.0.44

v1.0.43

04 Feb 00:44

Choose a tag to compare

Full Changelog: v1...v1.0.43

v1.0.42

03 Feb 18:06

Choose a tag to compare

What's Changed

  • fix: pass OpenTelemetry environment variables to Claude Code subprocess by @csy1204 in #886
  • fix: pass GitHub token to setup-bun to avoid rate limits by @peloyeje in #861

New Contributors

Full Changelog: v1...v1.0.42

v1.0.41

31 Jan 23:37

Choose a tag to compare

Full Changelog: v1...v1.0.41

v1.0.40

30 Jan 20:39

Choose a tag to compare

Full Changelog: v1...v1.0.40