Skip to content

Comments

[pull] main from anthropics:main#4

Open
pull[bot] wants to merge 252 commits intoyoneapp:mainfrom
anthropics:main
Open

[pull] main from anthropics:main#4
pull[bot] wants to merge 252 commits intoyoneapp:mainfrom
anthropics:main

Conversation

@pull
Copy link

@pull pull bot commented Jun 5, 2025

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 : )

@pull pull bot added the ⤵️ pull label Jun 5, 2025
ashwin-ant and others added 29 commits June 5, 2025 09:50
…tion_path expression (#42)

This fixes compatibility with containerized workflow jobs where the
${{ github.action_path }} expression doesn't work properly.

Fixes #41

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: ashwin-ant <ashwin-ant@users.noreply.github.com>
- Remove branch/PR creation in favor of direct push to main
- Use CLAUDE_CODE_ACTION_REPO_DEPLOY_KEY for authentication
- Clone repository via SSH instead of GitHub API
- Simplify workflow by pushing directly to main branch

This follows the same pattern as sync-changelog.yml for better consistency.
- Automatically increments patch version based on latest tag
- Creates and pushes new version tag
- Creates GitHub release with auto-generated notes using --generate-notes
- Triggered manually via workflow_dispatch

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
…ags (#55)

- Only consider tags matching v[0-9]* pattern
- Use sort -V for proper version sorting
- Prevents picking up tags like "beta" as latest version

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
- Create new releases with make_latest=false
- Update beta tag after each release to point to latest version
- Mark beta release as latest in both release and update-major-tag workflows
- Add workflow_dispatch to update-downstream-action workflow
- Trigger downstream update automatically after creating releases

This ensures the beta tag always represents the latest release for GitHub Actions usage.
- 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
Source: anthropics/claude-code-action@2316a9a

Original message: chore: bump Claude Code to 2.1.15 and Agent SDK to 0.2.15
Source: anthropics/claude-code-action@2804b41

Original message: chore: bump Claude Code to 2.1.16 and Agent SDK to 0.2.16
Source: anthropics/claude-code-action@8341a56

Original message: chore: bump Claude Code to 2.1.17 and Agent SDK to 0.2.17
Source: anthropics/claude-code-action@f642197

Original message: chore: bump Claude Code to 2.1.19 and Agent SDK to 0.2.19
Source: anthropics/claude-code-action@ba45bb9

Original message: chore: upgarde checkout-action to v6 (#862)
Source: anthropics/claude-code-action@4126f9d

Original message: chore: bump Claude Code to 2.1.20 and Agent SDK to 0.2.20
Source: anthropics/claude-code-action@49046e0

Original message: chore: bump Claude Code to 2.1.21 and Agent SDK to 0.2.21
Source: anthropics/claude-code-action@d01eedd

Original message: Revert "chore: bump Claude Code to 2.1.21 and Agent SDK to 0.2.21" (#869)
Source: anthropics/claude-code-action@2817c54

Original message: chore: bump Claude Code to 2.1.22 and Agent SDK to 0.2.22
Source: anthropics/claude-code-action@ff34ce0

Original message: chore: bump Claude Code to 2.1.23 and Agent SDK to 0.2.23
Source: anthropics/claude-code-action@01e756b

Original message: chore: bump Claude Code to 2.1.25 and Agent SDK to 0.2.25
Source: anthropics/claude-code-action@0ed5eea

Original message: chore: bump Claude Code to 2.1.27 and Agent SDK to 0.2.27
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants