Open
Conversation
- Add repository_dispatch trigger to update-downstream-action.yml - Keep workflow_dispatch for manual triggering - Update release.yml to use repository dispatch instead of workflow dispatch - Pass version tag directly from create-release job output - Add contents:write permission for repository dispatch 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
Updates setup-claude-code-settings.ts to use the same path resolution logic as Claude CLI when XDG_CONFIG_HOME is set. This fixes MCP server testing in CI environments where XDG_CONFIG_HOME is set but the action was writing to ~/.claude/settings.json while Claude CLI was reading from $XDG_CONFIG_HOME/claude/settings.json. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
This reverts the XDG_CONFIG_HOME support introduced in commit 56355f7. While the XDG Base Directory specification is a good standard, reverting this change to maintain simpler configuration path logic that always uses ~/.claude/settings.json regardless of environment variables. The test infrastructure improvements from the original commit are preserved, including the new test-mcp-config-flag job that validates MCP server configuration via the --mcp-config flag. ## Test plan - Existing MCP server tests continue to pass - Configuration is always written to ~/.claude/settings.json - No XDG_CONFIG_HOME environment variable checks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
- Add fallback_model input to action.yml - Pass fallback model through to Claude CLI with --fallback-model flag - Add tests for fallback model functionality - Document fallback model usage in README with example - Useful for handling API overload scenarios in CI/CD environments
Updates the README to document that mcp_config accepts both: - Path to an MCP configuration JSON file - MCP configuration as an inline JSON string Resolves issue #69 where the dual usage wasn't documented. Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Ashwin Bhat <ashwin-ant@users.noreply.github.com>
Add claude_code_oauth_token as an alternative authentication method to anthropic_api_key. The OAuth token is passed as CLAUDE_CODE_OAUTH_TOKEN environment variable. - Add claude_code_oauth_token input to action.yml - Update validation to accept either API key or OAuth token - Document OAuth token usage in README with example - Update authentication methods documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
Source: anthropics/claude-code-action@70e16de Original message: chore: bump Claude Code to 2.1.29 and Agent SDK to 0.2.29
Source: anthropics/claude-code-action@fab4258 Original message: fix: pass OpenTelemetry environment variables to Claude Code subprocess (#886)
Source: anthropics/claude-code-action@98af40b Original message: chore: bump Claude Code to 2.1.30 and Agent SDK to 0.2.30
Source: anthropics/claude-code-action@6867bb3 Original message: chore: bump Claude Code to 2.1.31 and Agent SDK to 0.2.31
Source: anthropics/claude-code-action@9a3c761 Original message: refactor: unify action into single composite step with run.ts entrypoint (#898)
Source: anthropics/claude-code-action@006aaf2 Original message: chore: bump Claude Code to 2.1.32 and Agent SDK to 0.2.32
Source: anthropics/claude-code-action@b113f49 Original message: chore: bump Claude Code to 2.1.33 and Agent SDK to 0.2.33
Source: anthropics/claude-code-action@db38843 Original message: chore: bump Claude Code to 2.1.36 and Agent SDK to 0.2.36
Source: anthropics/claude-code-action@6c61301 Original message: chore: bump Claude Code to 2.1.37 and Agent SDK to 0.2.37
Source: anthropics/claude-code-action@7695f78 Original message: fix: skip dev dependencies in CI install step (#919)
Source: anthropics/claude-code-action@b433f16 Original message: chore: bump Claude Code to 2.1.38 and Agent SDK to 0.2.38
Source: anthropics/claude-code-action@23ed4cb Original message: chore: bump Claude Code to 2.1.39 and Agent SDK to 0.2.39
Source: anthropics/claude-code-action@ea36d6a Original message: chore: bump Claude Code to 2.1.42 and Agent SDK to 0.2.42
Source: anthropics/claude-code-action@2f8ba26 Original message: chore: bump Claude Code to 2.1.44 and Agent SDK to 0.2.44
Source: anthropics/claude-code-action@e6cb7a7 Original message: chore: bump Claude Code to 2.1.45 and Agent SDK to 0.2.45
Source: anthropics/claude-code-action@0cf5eee Original message: chore: bump Claude Code to 2.1.47 and Agent SDK to 0.2.47
Source: anthropics/claude-code-action@edd85d6 Original message: chore: bump Claude Code to 2.1.49 and Agent SDK to 0.2.49
Source: anthropics/claude-code-action@fa3312a Original message: chore: bump Claude Code to 2.1.51 and Agent SDK to 0.2.51
Source: anthropics/claude-code-action@35a9e02 Original message: chore: bump Claude Code to 2.1.52 and Agent SDK to 0.2.52
Source: anthropics/claude-code-action@6ae1b29 Original message: chore: bump Claude Code to 2.1.53 and Agent SDK to 0.2.53
Source: anthropics/claude-code-action@48fe7dd Original message: chore: bump Claude Code to 2.1.55 and Agent SDK to 0.2.55
Source: anthropics/claude-code-action@ade221f Original message: chore: bump Claude Code to 2.1.56 and Agent SDK to 0.2.56
Source: anthropics/claude-code-action@cd4b150 Original message: chore: bump Claude Code to 2.1.58 and Agent SDK to 0.2.58
Source: anthropics/claude-code-action@273fe82 Original message: chore: bump Claude Code to 2.1.59 and Agent SDK to 0.2.59
Source: anthropics/claude-code-action@1dd7484 Original message: chore: bump Claude Code to 2.1.61 and Agent SDK to 0.2.61
Source: anthropics/claude-code-action@ba7fa4b Original message: chore: bump Claude Code to 2.1.63 and Agent SDK to 0.2.63
Source: anthropics/claude-code-action@64c7a0e Original message: Only expose permission_denials count in sanitized output (#993)
Source: anthropics/claude-code-action@5f8e5bf Original message: chore: bump Claude Code to 2.1.66 and Agent SDK to 0.2.66
Source: anthropics/claude-code-action@e763fe7 Original message: chore: bump Claude Code to 2.1.68 and Agent SDK to 0.2.68
Source: anthropics/claude-code-action@1fc90f3 Original message: chore: bump Claude Code to 2.1.69 and Agent SDK to 0.2.69
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )