Releases: YunhaoDou/code-review-agent
Releases · YunhaoDou/code-review-agent
Release list
v1.0.1
Rename the action to YunhaoDou Code Review Agent — the previous name Code Review Agent collided with an existing Marketplace/user/org name. No functional changes from v1.0.0.
v1.0.0
Multi-step code-review agent on Tool Use (DeepSeek default, Anthropic optional), packaged as a GitHub Action.
What's in this release
- Real Tool Use loop with guardrails: max_steps, cumulative token budget, loop detection
- 5 tools: read_file, list_directory, grep_code, run_tests, post_review_comment
- DeepSeek and Anthropic both supported, normalized to one response shape (ADR-0003)
- Live-verified end to end: real DeepSeek API calls against a real PR (#2), which posted 2 real review comments — see PR #2's commit history for the provider quirks that surfaced and got fixed along the way
Use it
- uses: YunhaoDou/code-review-agent@v1
with:
deepseek-api-key: ${{ secrets.DEEPSEEK_API_KEY }}See docs/usage.md for the Anthropic option and full config.