You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Claude dispatch workflow for repository events (#198)
* feat: add Claude dispatch workflow for repository events
- Add claude-dispatch.yml workflow for repository_dispatch events
- Enables programmatic Claude Code task execution via API
- Complements existing comment-based Claude integration
- Supports configurable model selection and allowed tools
* fix: update Claude dispatch workflow to match original gist exactly
- Change trigger type from 'claude' to 'claude-dispatch'
- Update action version from @beta to @eap
- Add remote-agent mode configuration
- Include anthropic_api_key option alongside existing oauth token
- Add id-token write permission
- Include fetch-depth: 1 for checkout
- Add preliminary setup section
- Update job name to 'claude-dispatch'
- Add comprehensive documentation comments
0 commit comments