Skip to content

v1.0.0

Choose a tag to compare

@YunhaoDou YunhaoDou released this 26 Jul 15:26
· 3 commits to main since this release

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.