1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00
Commit Graph

74 Commits

Author SHA1 Message Date
Justin Ma
b19e2097cc fix: Add awk binary missing check (#92) 2025-02-10 15:28:08 +08:00
Justin Ma
699ebd30f0 feat: Add version validation for awk/gawk and implement robust semantic version comparison for compatibility checks (#91)
feat: Add version validation for awk/gawk and implement robust semantic version comparison for compatibility checks (#91), fixes #85
2025-02-10 11:54:47 +08:00
Justin Ma
a12b9c6fdd fix: Add check for empty DeepSeek review response with error handling (#90) 2025-02-10 10:29:05 +08:00
Justin Ma
44b44de9b1 refactor: Streamline main wrapper and simplify argument handling for nu/review.nu integration (#88) 2025-02-10 10:21:04 +08:00
hustcer
c17a3836e8 ci skip 2025-02-08 21:55:52 +08:00
hustcer
5c6cbc3c92 chore: Update README 2025-02-08 18:39:10 +08:00
hustcer
88206a92f0 Bump to v1.7 v1.7 2025-02-08 18:16:11 +08:00
Justin Ma
2ab221a624 feat: Remove the dependency on just for local code review (#84)
* feat: Remove the dependency on just for local code review

* chore: Try to fix post comments
2025-02-08 11:54:56 +08:00
Justin Ma
cc5bb6bb4c refactor: Improve prompts loading helper (#82) 2025-02-08 10:06:25 +08:00
hustcer
f0ec9a5789 Bump to v1.6 v1.6 2025-02-07 19:13:55 +08:00
Justin Ma
9fce8f6d22 feat: Read CHAT_MODEL and BASE_URL from .env for local code review (#80)
* feat: Read CHAT_MODEL and BASE_URL from .env for local code review

* feat: Read CHAT_MODEL and BASE_URL from .env for local code review
2025-02-07 18:45:54 +08:00
Justin Ma
bb17f50cc2 chore: Remove the dependency on gh (#78) 2025-02-07 18:30:21 +08:00
hustcer
27722e9e3a chore: Use SiliconFlow's DeepSeek model 2025-02-07 18:21:18 +08:00
hustcer
865b132815 deps: Upgrade Nushell to v0.102 (#76) 2025-02-06 18:07:34 +08:00
hustcer
03903b7a36 fix typos 2025-02-01 22:16:18 +08:00
hustcer
00000006fb Bump v1.5.1 v1.5.1 2025-02-01 19:00:38 +08:00
Justin Ma
1c83969b7b fix: Fix awk error on macOS runner (#71) 2025-02-01 18:58:00 +08:00
hustcer
609f212d2b Update default prompts link 2025-02-01 15:37:13 +08:00
hustcer
0000000089 ci skip v1.5 2025-02-01 15:10:36 +08:00
Justin Ma
f9f66ccc4c Update README and bump to v1.5 (#69) 2025-02-01 15:06:07 +08:00
Justin Ma
eba892d969 feat: Add include and exclude for file pattern filter support (#68)
* feat: Add awk regex generator custom commands

* feat: Add include and exlude for file pattern filter support
2025-02-01 14:46:30 +08:00
hustcer
91bfd9c2d1 ci skip 2025-02-01 14:44:03 +08:00
Justin Ma
f781a7d0a9 feat: Load multi-line prompts from yaml config for local code review (#67) 2025-02-01 10:12:44 +08:00
hustcer
cdba3ce088 chore: Update prompts for current repo workflow 2025-02-01 10:03:38 +08:00
hustcer
f7ced8080f ci skip 2025-01-31 20:59:53 +08:00
Justin Ma
d9a84f47da refactor: Extracted git repo check into is-repo custom command (#64) 2025-01-31 20:51:29 +08:00
Justin Ma
7ccfa23bd5 feat: Improve code review prompt (#63)
* feat: Improve code review prompt

* feat: Improve code review prompt
2025-01-31 20:13:26 +08:00
Justin Ma
3cb42fca6a doc: Update README (#61)
* doc: Update README

* doc: Update README

* doc: Update README

* doc: Update README
2025-01-31 18:41:35 +08:00
hustcer
e60fc915f8 Trigger CR automatically 2025-01-31 14:33:07 +08:00
Justin Ma
522a0174e3 feat: Add example of triggering code review by adding ai review label (#60)
* feat: Add example of triggering code review by adding ai review label

* feat: Add example of triggering code review by adding ai review label

* feat: Add example of triggering code review by adding ai review label
2025-01-31 14:28:37 +08:00
hustcer
00000001ec Bump to v1.3 v1.3 2025-01-31 11:55:39 +08:00
Justin Ma
025694ce43 doc: Polish documents (#57) 2025-01-31 11:49:57 +08:00
Justin Ma
f847c1a154 feat: Add skip cr or skip review feature (#56)
* feat: Add skip cr or skip review feature

* feat: Add skip cr or skip review feature

* feat: Add skip cr or skip review feature
2025-01-31 10:45:03 +08:00
Justin Ma
7b21216ef9 feat: Add github-token input (#55) 2025-01-31 10:14:10 +08:00
Justin Ma
c984584c3a chore: Increase max-length in review workflow (#54)
* test max-length

* chore: Increase max-length in wf
2025-01-31 10:00:11 +08:00
Justin Ma
e9361125bc doc: Update CLI help output (#53)
* doc: Update CLI help output

* doc: Update CLI help output

* doc: Update CLI help output

* fix: Fix max-length not work issue

* fix: Fix max-length not work issue

* fix: Fix max-length not work issue

* fix: Fix max-length not work issue

* fix: Fix max-length not work issue

* fix: Fix max-length not work issue

* fix: Fix max-length not work issue

* fix: Fix max-length not work issue

* fix: Fix max-length not work issue
2025-01-31 09:51:51 +08:00
hustcer
000000086e Bump to v1.2 v1.2 2025-01-31 09:00:31 +08:00
Justin Ma
5225cc66ea feat: Add max-length input (#52)
* feat: Add max-length input

* feat: Add max-length input
2025-01-31 08:56:56 +08:00
Justin Ma
e94ff03208 breaking: Change DEEPSEEK_TOKEN to CHAT_TOKEN (#50)
* breaking: Change DEEPSEEK_TOKEN to CHAT_TOKEN

* breaking: Change DEEPSEEK_TOKEN to CHAT_TOKEN
2025-01-31 08:18:19 +08:00
Justin Ma
a7fd374fc1 chore: Update action name, description and icon (#49) 2025-01-31 07:50:50 +08:00
hustcer
a7699eee9c ci skip 2025-01-30 23:57:51 +08:00
hustcer
000000090a Bump v1.1 v1.1 2025-01-30 23:32:09 +08:00
Justin Ma
052182c5de fix: Polish CLI output for local code review (#44) 2025-01-30 23:27:03 +08:00
hustcer
e8e5bc99ff doc: Reorganize docs 2025-01-30 20:19:11 +08:00
Justin Ma
272fb2244e feat: Add DEFAULT_GITHUB_REPO & DEFAULT_LOCAL_REPO config for local CR (#42)
* feat: Add DEFAULT_GITHUB_REPO & DEFAULT_LOCAL_REPO config for local code review

* feat: Add DEFAULT_GITHUB_REPO & DEFAULT_LOCAL_REPO config for local code review
2025-01-30 20:07:02 +08:00
Justin Ma
6dc9fc6f1d doc: Add local code review guide (#41) 2025-01-30 19:30:34 +08:00
Justin Ma
35a8ded25b doc: Add planed features to doc (#39)
* doc: Add planed features to doc

* doc: Add planed features to doc
2025-01-30 13:53:03 +08:00
hustcer
00000006e0 fix doc 2025-01-30 11:46:47 +08:00
Justin Ma
88e0011fbf doc: Add CLI help doc (#36) 2025-01-30 11:42:30 +08:00
Justin Ma
18450d75e8 feat: Add more CLI short flags (#35) 2025-01-30 11:33:36 +08:00