Skip to content

Releases: anthropics/claude-code-action

v1.0.38

29 Jan 01:09

Choose a tag to compare

Full Changelog: v1...v1.0.38

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.37

28 Jan 06:59

Choose a tag to compare

What's Changed

  • feat: add actor-based comment filtering to GitHub data fetching by @ranyhb in #812
  • Revert "Revert "feat: send additional_permissions in token exchange request"" by @ashwin-ant in #866
  • Revert "chore: bump Claude Code to 2.1.21 and Agent SDK to 0.2.21" by @ashwin-ant in #869

New Contributors

Full Changelog: v1...v1.0.37

v1.0.36

27 Jan 05:43
231bd75

Choose a tag to compare

What's Changed

  • Revert "feat: send additional_permissions in token exchange request" by @ashwin-ant in #864

Full Changelog: v1...v1.0.36

v1.0.35

27 Jan 01:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.0.35

v1.0.34

23 Jan 21:56

Choose a tag to compare

Full Changelog: v1...v1.0.34

v1.0.33

22 Jan 21:50

Choose a tag to compare

Full Changelog: v1...v1.0.33

v1.0.32

22 Jan 20:09

Choose a tag to compare

Full Changelog: v1...v1.0.32

v1.0.31

21 Jan 22:02

Choose a tag to compare

What's Changed

  • fix: ensure SSH signing key has trailing newline by @ashwin-ant in #834
  • Consolidate CI workflows into a single entry point by @ashwin-ant in #836
  • chore: bump Bun to 1.3.6 and setup-bun action to v2.1.2 by @ashwin-ant in #848
  • refactor: remove CLI path, use Agent SDK exclusively by @ashwin-ant in #849

Full Changelog: v1...v1.0.31

v1.0.30

16 Jan 22:16
a017b83

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.0.30