diff --git a/README.md b/README.md index c88d6e1..09ef5db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Claude Code Action (Gitea Fork) +![Claude Code Action in action](assets/screenshot.png) + A fork of the [Claude Code Action](https://github.com/anthropics/claude-code-action) that adds support for Gitea alongside GitHub. This action provides a general-purpose [Claude Code](https://claude.ai/code) assistant for PRs and issues that can answer questions and implement code changes. It listens for a trigger phrase in comments and activates Claude to act on the request. Supports multiple authentication methods including Anthropic direct API, Amazon Bedrock, and Google Vertex AI. > **Note**: This is an unofficial fork that extends the original action to work with Gitea installations. The core functionality remains the same, with additional support for Gitea APIs and local git operations. diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..126318f Binary files /dev/null and b/assets/screenshot.png differ