All notable changes to this project will be documented in this file.
- Remove the dependency on
just
for local code review (#84)
- Fix possible GitHub comment posting errors
- Improve prompts loading helper (#82)
- Read
CHAT_MODEL
andBASE_URL
from.env
for local code review (#80)
- Use SiliconFlow's DeepSeek model
- Remove the dependency on
gh
(#78)
- Upgrade
Nushell
to v0.102 (#76)
- Fix
awk
error onmacOS
runner (#71)
- Update README (#61)
- Add example of triggering code review by adding
ai review
label (#60) - Load multi-line prompts from yaml config for local code reviewing (#67)
- Add
include
andexclude
for file pattern filtering support (#68)
- Update prompts for current repo's workflow (#63)
- Extracted git repo check into
is-repo
custom command (#64)
- Update CLI help output (#53)
- Polish documents (#57)
- Add
github-token
input (#55) - Add
skip cr
orskip review
to PR title or body to disable code review in GitHub Actions (#56)
- Increase
max-length
in review workflow (#54)
- Change
DEEPSEEK_TOKEN
toCHAT_TOKEN
(#50)
- Add
max-length
input (#52)
- Update action name, description and icon (#49)
- Do not override
GITHUB_TOKEN
env var (#30) - Check
gh
installation status in GitHub Action (#31) - Add git repo and git ref checking (#32)
- Add repo checking for GitHub PR review (#34)
- Polish CLI output for local code review (#44)
- Add features description to README (#29)
- Add CLI help doc (#36)
- Add planed features to doc (#39)
- Add local code review guide (#41)
- Add dot env conf for local code review (#33)
- Add more CLI short flags (#35)
- Add
DEFAULT_GITHUB_REPO
&DEFAULT_LOCAL_REPO
config for local code review (#42)
- Use
v1
in README docs (#17)
- Fix gh token error
- Fix add comment error
- Make action fail if no response returned from DeepSeek (#3)
- Update README.md (#16)
- Add Github PR code review support
- Add local code changes code review support
- Update prompts to English (#5)
- Update prompts to English in action.yaml (#9)