6 Commits

Author SHA1 Message Date
pacnpal
fe22f689e6 Merge pull request #15 from pacnpal/copilot/update-readme-deprecation-notice 2026-01-23 06:59:21 -05:00
copilot-swe-agent[bot]
fd8f0291bd Remove 'latest' qualifier from deprecated description
Co-authored-by: pacnpal <183241239+pacnpal@users.noreply.github.com>
2026-01-23 11:42:57 +00:00
copilot-swe-agent[bot]
f3ec537997 Improve deprecation notice with accurate information
Co-authored-by: pacnpal <183241239+pacnpal@users.noreply.github.com>
2026-01-23 11:42:14 +00:00
copilot-swe-agent[bot]
10918d4960 Fix: Update to correct name 'Claude for Workspace'
Co-authored-by: pacnpal <183241239+pacnpal@users.noreply.github.com>
2026-01-23 11:41:30 +00:00
copilot-swe-agent[bot]
8a28710340 Add deprecation notice to README for official Claude code review
Co-authored-by: pacnpal <183241239+pacnpal@users.noreply.github.com>
2026-01-23 11:41:00 +00:00
copilot-swe-agent[bot]
36c9747f74 Initial plan 2026-01-23 11:39:27 +00:00

View File

@@ -5,7 +5,20 @@
![Claude](https://img.shields.io/badge/Claude-Sonnet%204.5-blue) ![Claude](https://img.shields.io/badge/Claude-Sonnet%204.5-blue)
![Node](https://img.shields.io/badge/node-20-green) ![Node](https://img.shields.io/badge/node-20-green)
A GitHub Action that performs automated code reviews using Claude Sonnet 4.5, Anthropic's latest AI model for code analysis. ## ⚠️ DEPRECATED
**This project is deprecated.** Anthropic now offers official Claude integrations and there are improved alternatives for AI-powered code review. We recommend exploring these official solutions:
- **Anthropic API**: Use the official Anthropic API with the latest Claude models
- **Claude for Workspace**: Enterprise integration for team workflows
- **GitHub Copilot**: AI-powered code assistance (note: primarily uses OpenAI models)
- **Other AI Code Review Tools**: Various third-party integrations with modern AI models
This repository will remain available for historical reference, but is no longer actively maintained.
---
A GitHub Action that performs automated code reviews using Claude Sonnet 4.5, Anthropic's AI model for code analysis.
## Why Use Claude Code Review? ## Why Use Claude Code Review?