From e3d126d0585b38775845b353de603e8ecee07544 Mon Sep 17 00:00:00 2001 From: np-anthropic Date: Thu, 22 May 2025 10:57:20 -0400 Subject: [PATCH 1/2] Add graphic to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bad88e9..fce5aa4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +![Claude Code Action responding to a comment](https://github.com/user-attachments/assets/1d60c2e9-82ed-4ee5-b749-f9e021c85f4d) + + # Claude Code Action A general-purpose [Claude Code](https://claude.ai/code) action for GitHub PRs and issues that can answer questions and implement code changes. This action listens for a trigger phrase in comments and activates Claude act on the request. It supports multiple authentication methods including Anthropic direct API, Amazon Bedrock, and Google Vertex AI. From be7f75d65adf6f09ddf7a69ce5ad2e500e260361 Mon Sep 17 00:00:00 2001 From: Nate Parrott Date: Thu, 22 May 2025 11:12:51 -0400 Subject: [PATCH 2/2] fix formatting --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fce5aa4..ef3f57f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ ![Claude Code Action responding to a comment](https://github.com/user-attachments/assets/1d60c2e9-82ed-4ee5-b749-f9e021c85f4d) - # Claude Code Action A general-purpose [Claude Code](https://claude.ai/code) action for GitHub PRs and issues that can answer questions and implement code changes. This action listens for a trigger phrase in comments and activates Claude act on the request. It supports multiple authentication methods including Anthropic direct API, Amazon Bedrock, and Google Vertex AI.