mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
2.7 KiB
2.7 KiB
Changelog
All notable changes to this project will be documented in this file.
[1.7.0] - 2025-02-08
Features
- Remove the dependency on
justfor local code review (#84)
Bug Fixes
- Fix possible GitHub comment posting errors
Refactor
- Improve prompts loading helper (#82)
[1.6.0] - 2025-02-07
Features
- Read
CHAT_MODELandBASE_URLfrom.envfor local code review (#80)
Miscellaneous Tasks
- Use SiliconFlow's DeepSeek model
- Remove the dependency on
gh(#78)
Deps
- Upgrade
Nushellto v0.102 (#76)
[1.5.1] - 2025-02-01
Bug Fixes
- Fix
awkerror onmacOSrunner (#71)
[1.5.0] - 2025-02-01
Documentation
- Update README (#61)
Features
- Add example of triggering code review by adding
ai reviewlabel (#60) - Load multi-line prompts from yaml config for local code reviewing (#67)
- Add
includeandexcludefor file pattern filtering support (#68)
Miscellaneous Tasks
- Update prompts for current repo's workflow (#63)
Refactor
- Extracted git repo check into
is-repocustom command (#64)
[1.3.0] - 2025-01-31
Documentation
- Update CLI help output (#53)
- Polish documents (#57)
Features
- Add
github-tokeninput (#55) - Add
skip crorskip reviewto PR title or body to disable code review in GitHub Actions (#56)
Miscellaneous Tasks
- Increase
max-lengthin review workflow (#54)
[1.2.0] - 2025-01-31
Breaking Changes
- Change
DEEPSEEK_TOKENtoCHAT_TOKEN(#50)
Features
- Add
max-lengthinput (#52)
Miscellaneous Tasks
- Update action name, description and icon (#49)
[1.1.0] - 2025-01-30
Bug Fixes
- Do not override
GITHUB_TOKENenv var (#30) - Check
ghinstallation 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)
Documentation
- Add features description to README (#29)
- Add CLI help doc (#36)
- Add planed features to doc (#39)
- Add local code review guide (#41)
Features
- Add dot env conf for local code review (#33)
- Add more CLI short flags (#35)
- Add
DEFAULT_GITHUB_REPO&DEFAULT_LOCAL_REPOconfig for local code review (#42)
Miscellaneous Tasks
- Use
v1in README docs (#17)
[1.0.0] - 2025-01-29
Bug Fixes
- Fix gh token error
- Fix add comment error
- Make action fail if no response returned from DeepSeek (#3)
Documentation
- Update README.md (#16)
Features
- Add Github PR code review support
- Add local code changes code review support
Miscellaneous Tasks
- Update prompts to English (#5)
- Update prompts to English in action.yaml (#9)