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

12 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
Justin Ma
dfc4c59c1f fix: Fix from env for .env file parsing (#193)
* fix: Fix `from env` for .env file parsing

* fix: Fix `from env` for .env file parsing

* fix: Fix `from env` for .env file parsing
2025-11-26 23:07:41 +08:00
Justin Ma
a4d125ecba deps: Upgrade Nu to v0.106 (#186) 2025-07-24 20:01:49 +08:00
Justin Ma
9ad3373cd5 chore: Upgrade Nu to 0.105 and pin hustcer/setup-nu to v3.19 (#183) 2025-06-11 15:04:04 +08:00
hustcer
8b7262a6b4 [ci skip] 2025-04-09 17:29:21 +08:00
Justin Ma
90d7be5ff2 refactor: Replace custom kv.nu module with std-rfc/kv for key-value functionality (#166)
* refactor: Replace custom `kv.nu` module with `std-rfc/kv` for key-value functionality

* refactor: Replace custom `kv.nu` module with `std-rfc/kv` for key-value functionality

* ci skip
2025-04-02 20:11:14 +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
Justin Ma
eb198fae3d feat: Add nushell version check and notify for update (#144)
* feat: Add nushell version check and notify for update

* feat: Add nushell version check and notify for update

* ci skip

* ci skip
2025-02-18 15:25:44 +08:00
Justin Ma
5ebbddb801 feat: Post a comment to the PR to notify the user when no CHAT_TOKEN is provided (#143) 2025-02-18 11:21:14 +08:00
Justin Ma
9551fc2dec fix: Fix include and exclude on GitHub Windows runners and related tests (#131)
* fix: Fix include and exclude on GitHub Windows runners and related tests

* ci skip

* ci skip

* ci skip

* ci skip

* ci skip

* chore: Add scoop shims path to front

* chore: Add scoop shims path to front

* chore: Add scoop shims path to front
2025-02-16 16:16:59 +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
Justin Ma
2b2cb85fd8 feat: Use config.yml instead of .env as the local code review config file (#123)
* feat: Use config.yml instead of .env as the local code review config file

* refactor common helpers

* Remove .env.example

* fix model override

* fix: Fix Remote PR review

* Check if the prompt config keys exist

* ci skip

* ci skip

* fix model validation

* fix model validation

* chore: Update readme

* chore: Increase max length for cr.yml

* Update doc
2025-02-14 22:09:15 +08:00