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

45 Commits

Author SHA1 Message Date
Justin Ma
0c001b0ee2 refactor: A better from env parser (#194)
* refactor: A better `from env` parser

* refactor: A better `from env` parser
2025-11-29 22:45:55 +08:00
hustcer
edcd90e48b deps: Upgrade actions/checkout@v6 2025-11-26 23:10:18 +08:00
Justin Ma
7a87f8adc0 chore: Update nutest to main ref (#191) 2025-10-24 23:06:24 +08:00
hustcer
d830da6937 deps: Upgrade to actions/checkout@v5 2025-08-25 19:48:24 +08:00
Justin Ma
9852118ba7 deps: Upgrade nutest to v1.1.0 (#179)
* deps: Upgrade nutest to v1.1.0

* fix nutest upgrading
2025-04-29 16:36:21 +08:00
Justin Ma
9af6f3d480 refactor: Refactored diff handling by moving logic to separate module (#165)
* refactor: Refactored diff handling by moving logic to separate module

* refactor: Refactored diff handling by moving logic to separate module

* Fix tests

* Fix tests
2025-04-02 19:54:45 +08:00
hustcer
991d9e8de3 chore: Use SiliconFlow's DeepSeek API 2025-02-28 17:55:28 +08:00
hustcer
daecd2734c Fix prompts template 2025-02-18 16:38:53 +08:00
Justin Ma
9901bcbeb1 chore: Update code review prompt for current nushell repo (#139) 2025-02-17 18:19:34 +08:00
Justin Ma
8e91c18ef8 Add two more tests (#135)
* Add two more tests

* Add two more tests

* Add two more tests

* Add two more tests
2025-02-17 12:11:47 +08:00
hustcer
55958cd4a9 chore: Update tests status badge to README 2025-02-16 21:37:50 +08:00
hustcer
88ea2aed5e chore: Publish test summary (#133) 2025-02-16 21:08:20 +08:00
Justin Ma
b0ae06217d chore: Fix gawk installation for GitHub Windows runners (#132)
* chore: Fix gawk installation for Windows runners

* chore: Fix gawk installation for Windows runners

* chore: Fix gawk installation for Windows runners

* chore: Fix gawk installation for Windows runners

* chore: Fix gawk installation for Windows runners
2025-02-16 18:07:14 +08:00
hustcer
9272a75907 chore: Add ubuntu-22.04-arm to test matrix 2025-02-16 13:30:52 +08:00
hustcer
55a5d76958 chore: Disable posting test results 2025-02-16 13:26:35 +08:00
hustcer
1260c388b9 chore: Add tests for get-diff command in review module 2025-02-16 13:24:34 +08:00
Justin Ma
0088fe059a chore: Add review related tests (#129)
* Update tests

* chore: Add review related tests

* chore: Add review related tests

* chore: Add review related tests

* chore: Add review related tests

* chore: Add review related tests

* chore: Add review related tests
2025-02-15 15:53:39 +08:00
hustcer
0088530d17 chore: Publish Test Results (#127) 2025-02-15 11:13:59 +08:00
hustcer
17ab7ae3fa chore: Try to add tests workflow and some common tests (#125) 2025-02-14 23:50:46 +08:00
hustcer
00806171f7 chore: Increase max length for cr.yml 2025-02-14 19:31:11 +08:00
hustcer
12e1537975 Try using Infinigence's DeepSeek Model 2025-02-12 11:52:53 +08:00
hustcer
fd3a97c3b6 Test DeepSeek-R1 model 2025-02-12 09:33:23 +08:00
hustcer
27722e9e3a chore: Use SiliconFlow's DeepSeek model 2025-02-07 18:21:18 +08:00
hustcer
03903b7a36 fix typos 2025-02-01 22:16:18 +08:00
Justin Ma
1c83969b7b fix: Fix awk error on macOS runner (#71) 2025-02-01 18:58:00 +08:00
hustcer
0000000089 ci skip 2025-02-01 15:10:36 +08:00
hustcer
91bfd9c2d1 ci skip 2025-02-01 14:44:03 +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
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
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
Justin Ma
025694ce43 doc: Polish documents (#57) 2025-01-31 11:49:57 +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
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
f962bbb88d chore: Use v1 in README docs (#17) 2025-01-29 20:46:12 +08:00
Justin Ma
030b01843c doc: Update README.md (#16) 2025-01-29 20:32:54 +08:00
Justin Ma
1d78987903 fix: Do not review on direct commit push (#15) 2025-01-29 18:22:33 +08:00
Justin Ma
8814affd76 chore: Remove unecessary code checkout (#13) 2025-01-29 18:14:00 +08:00
Justin Ma
ea7f74e356 chore: Update prompts to English in action.yaml (#9)
* chore: Update prompts to English

* chore: Update prompts to English

* cs
2025-01-29 17:35:47 +08:00
hustcer
a8dd26a714 fix: Fix add comment error 2025-01-29 16:39:37 +08:00
hustcer
6396b0bba5 fix: Fix action 2025-01-29 16:28:37 +08:00
hustcer
bb0a5d2e76 chore: Add basic code skeleton 2025-01-29 13:46:34 +08:00
hustcer
0000000f08 Initial commit 2025-01-29 13:09:14 +08:00