Skip to content

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

amondnet and others added 2 commits June 4, 2025 22:18
* Use environment-specific paths for temporary files.

* Use environment-specific paths for temporary files.

* Update CI workflow to use environment-specific path for output file
* feat: add repository dispatch workflow to bump Claude Code version

- New workflow triggered by repository_dispatch event type 'bump_claude_code_version'
- Updates Claude Code version in action.yml using GitHub API
- Uses release environment for RELEASE_PAT access
- Expects new version in client_payload.version

Co-Authored-By: Claude <noreply@anthropic.com>

* feat: update bump workflow to create PR instead of direct commit

- Workflow now creates a new branch with timestamp
- Commits changes to the new branch
- Creates a PR for review instead of direct commit to main
- Uses same pattern as update-downstream-action workflow

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
@pull pull bot added the ⤵️ pull label Jun 5, 2025
ashwin-ant and others added 27 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>
Source: anthropics/claude-code-action@68a0348

Original message: fix: Replace direct template expansion of inputs in shell scripts with environment variables (#729)
Source: anthropics/claude-code-action@f0c8eb2

Original message: chore: bump Claude Code version to 2.0.62
Source: anthropics/claude-code-action@79b343c

Original message: feat: Make Agent SDK the default execution path (#738)
Source: anthropics/claude-code-action@bda9bf0

Original message: chore: bump Claude Code version to 2.0.68
Source: anthropics/claude-code-action@b58533d

Original message: chore: bump Claude Code version to 2.0.69
Source: anthropics/claude-code-action@67bf059

Original message: feat: add session_id output to enable resuming conversations (#739)
Source: anthropics/claude-code-action@9acae26

Original message: chore: bump Claude Code to 2.0.70 and Agent SDK to 0.1.70
Source: anthropics/claude-code-action@d7b6d50

Original message: fix: merge multiple --mcp-config flags and support --allowed-tools parsing (#748)
Source: anthropics/claude-code-action@b0c32b6

Original message: chore: bump Claude Code to 2.0.71 and Agent SDK to 0.1.71
Source: anthropics/claude-code-action@f98c1a5

Original message: fix: respect user's --setting-sources in claude_args (#750)
Source: anthropics/claude-code-action@0d19335

Original message: chore: bump Claude Code to 2.0.72 and Agent SDK to 0.1.72
Source: anthropics/claude-code-action@db4548b

Original message: chore: bump Claude Code to 2.0.73 and Agent SDK to 0.1.73
Source: anthropics/claude-code-action@7145c3e

Original message: chore: bump Claude Code to 2.0.74 and Agent SDK to 0.1.74
Source: anthropics/claude-code-action@3ba9f7c

Original message: chore: bump Claude Code to 2.0.76 and Agent SDK to 0.1.76
Source: anthropics/claude-code-action@b17b541

Original message: feat: send user request as separate content block for slash command support (#785)
Source: anthropics/claude-code-action@653f9cd

Original message: feat: support local plugin marketplace paths (#761)
Source: anthropics/claude-code-action@63ea7e3

Original message: fix: prevent orphaned installer processes from blocking retries (#790)
Source: anthropics/claude-code-action@c9ec2b0

Original message: fix: set CLAUDE_CODE_ENTRYPOINT for SDK path to match CLI path (#791)
Source: anthropics/claude-code-action@c83d67a

Original message: fix: resolve high vulnerability CVE-2025-66414 (#792)
Source: anthropics/claude-code-action@7a708f6

Original message: chore: bump Claude Code to 2.1.0 and Agent SDK to 0.2.0
Source: anthropics/claude-code-action@cefa600

Original message: chore: bump Claude Code to 2.1.1 and Agent SDK to 0.2.1
Source: anthropics/claude-code-action@90006bc

Original message: chore: bump Claude Code to 2.1.2 and Agent SDK to 0.2.2
Source: anthropics/claude-code-action@5d91d7d

Original message: chore: bump Claude Code to 2.1.3 and Agent SDK to 0.2.3
Source: anthropics/claude-code-action@b6e5a9f

Original message: chore: bump Claude Code to 2.1.4 and Agent SDK to 0.2.4
Source: anthropics/claude-code-action@4778aea

Original message: chore: bump Claude Code to 2.1.6 and Agent SDK to 0.2.6
Source: anthropics/claude-code-action@a9171f0

Original message: chore: bump Claude Code to 2.1.7 and Agent SDK to 0.2.7
Source: anthropics/claude-code-action@75f52e5

Original message: chore: bump Claude Code to 2.1.9 and Agent SDK to 0.2.9
Source: anthropics/claude-code-action@f3c892c

Original message: chore: bump Claude Code to 2.1.11 and Agent SDK to 0.2.11
Source: anthropics/claude-code-action@e208124

Original message: chore: bump Bun to 1.3.6 and setup-bun action to v2.1.2 (#848)
Source: anthropics/claude-code-action@49cfcf8

Original message: refactor: remove CLI path, use Agent SDK exclusively (#849)
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.

7 participants