Pinned Loading
-
deepseek-review
deepseek-review Public🚀 Sharpen Your Code, Ship with Confidence – Elevate Your Workflow with DeepSeek Code Review 🚀
-
-
milestone-action
milestone-action PublicA Github action to create, close, delete milestones and set milestone to merged PRs or closed issues 🔥
Nushell 7
-
setup-moonbit
setup-moonbit PublicA Github Action to setup a MoonBit environment for you.
Nushell 9
-
nushell/nushell.github.io
nushell/nushell.github.io PublicNushell's main website, blog, book, and more
1,296 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
February 2025
Created 126 commits in 10 repositories
Created a pull request in hustcer/deepseek-review that received 11 comments
perf: Save the last reply of the model in memory instead of a file
perf: Save the last reply of the model in memory instead of a file, fixes #112 Summary by CodeRabbit New Features Introduced a key-value data ma…
Opened 54 other pull requests in 8 repositories
hustcer/deepseek-review
41
merged
1
closed
-
feat: Add nushell version check and notify for update
This contribution was made on Feb 18
-
feat: Post a comment to the PR to notify the user when no CHAT_TOKEN is provided
This contribution was made on Feb 18
-
chore: Update code review prompt for current nushell repo
This contribution was made on Feb 17
-
feat: Add example code review prompts for frontend, java and rust to config.example.yml
This contribution was made on Feb 17
-
Add two more tests
This contribution was made on Feb 17
-
chore: Publish test summary
This contribution was made on Feb 16
-
chore: Fix gawk installation for GitHub Windows runners
This contribution was made on Feb 16
-
fix: Fix include and exclude on GitHub Windows runners and related tests
This contribution was made on Feb 16
-
chore: Add get-diff command of review related tests
This contribution was made on Feb 16
-
chore: Add review related tests
This contribution was made on Feb 15
-
chore: Add more tests for common helpers
This contribution was made on Feb 15
-
chore: Publish Test Results
This contribution was made on Feb 15
-
doc: Update README
This contribution was made on Feb 15
-
chore: Try to add tests workflow and some common tests
This contribution was made on Feb 14
-
feat: Use config.yml instead of .env as the local code review config file
This contribution was made on Feb 14
-
fix: Fix include & exclude pattern matching error
This contribution was made on Feb 13
-
fix: Do not show reasoning parts if reviewed by V3 model
This contribution was made on Feb 13
-
fix: Improve error handling for API response in streaming-output
This contribution was made on Feb 12
-
feat: Separate the reasoning and the content part in the output of DeepSeek
This contribution was made on Feb 12
-
chore: Refine DeepSeek review output, clarify debug logs
This contribution was made on Feb 12
-
chore: Make awk version check for both awk and gawk
This contribution was made on Feb 12
-
Test DeepSeek R1 model
This contribution was made on Feb 12
-
feat: Add DeepSeek R1 model support
This contribution was made on Feb 11
-
feat: Add support for custom patch commands in local code review
This contribution was made on Feb 11
-
Add streaming output support for local code review
This contribution was made on Feb 11
- Some pull requests not shown.
hustcer/setup-moonbit
3
merged
-
feat: Add support for specifying Moonbit Core version in setup process
This contribution was made on Feb 17
-
chore: Update README
This contribution was made on Feb 17
-
deps: Upgrade Nushell to v0.102
This contribution was made on Feb 6
nushell/nushell
2
merged
-
Refactor
kv
commands: replace inline params in SQL queriesThis contribution was made on Feb 13 -
Fix tests of docker image and Update Nu LICENSE
This contribution was made on Feb 5
hustcer/milestone-action
2
merged
-
deps: Upgrade Nushell to v0.102
This contribution was made on Feb 6
-
refactor: Refactor compare-ver common custom command
This contribution was made on Feb 2
hustcer/setup-nu
2
merged
-
doc: Update README.md docs
This contribution was made on Feb 2
-
refactor: Refactor compare-ver common custom command
This contribution was made on Feb 2
nushell/nu_scripts
1
merged
-
Fix
from env
custom commandThis contribution was made on Feb 13
web-infra-dev/rspack
1
closed
-
chore(workflow): Bind milestone to merged PRs and closed issues automatically
This contribution was made on Feb 3
nushell/nushell.github.io
1
merged
-
Refresh Nu command docs for v0.102
This contribution was made on Feb 1
Created an issue in vyadh/nutest that received 2 comments
before-all run multiple times rather than only once before tests
I'm using nutest
to test https://github.com/hustcer/deepseek-review
It looks like the before-all
hook is incorrectly triggering multiple times rath…
Opened 35 other issues in 4 repositories
hustcer/deepseek-review
6
open
26
closed
-
Add
--config
option to specify config file path for local code reviewThis contribution was made on Feb 18 -
Detailed help documentation of CLI for local code review
This contribution was made on Feb 17
-
Local code review supports --patch-file flag
This contribution was made on Feb 17
-
Post a comment to notify the user when the action was used without configuring an API Token
This contribution was made on Feb 17
-
Add code review example prompts for frontend, java and rust to config.example.yml
This contribution was made on Feb 17
-
Update code review prompt for current
nushell
repoThis contribution was made on Feb 17 -
Skip code review if the commit message of the PR contains
skip cr
This contribution was made on Feb 16 -
nushell version check and notify
This contribution was made on Feb 13
-
Improve server side error handling for streaming output
This contribution was made on Feb 12
-
Separate the reasoning and the content part in the output of DeepSeek
This contribution was made on Feb 12
-
Save the last reply of the model into memory instead of a file
This contribution was made on Feb 12
-
Add tests for all common helpers
This contribution was made on Feb 12
-
Support review the contents output by
git show
commandThis contribution was made on Feb 11 -
Add deepseek-reasoner model support
This contribution was made on Feb 11
-
Create a logo by DeepSeek
This contribution was made on Feb 10
-
Beautifying the output content
This contribution was made on Feb 10
-
Exceeds the maximum allowed token limit warning
This contribution was made on Feb 10
-
Support streaming for local code review
This contribution was made on Feb 10
-
Support generating commit message for local use
This contribution was made on Feb 10
-
Use setting.yml instead of .env as the config file for local code review
This contribution was made on Feb 10
-
Review result empty checking
This contribution was made on Feb 10
-
Set default model to DeepSeek-V3
This contribution was made on Feb 9
-
Add temperature input param
This contribution was made on Feb 9
-
Legacy awk version warning for local code review
This contribution was made on Feb 8
-
Remove the dependency on just for local code review
This contribution was made on Feb 7
- Some issues not shown.
hustcer/erda-pipeline
1
open
-
Add deepseek-review
This contribution was made on Feb 18
hustcer/milestone-action
1
closed
-
Update Nu to v0.102
This contribution was made on Feb 6
hustcer/setup-moonbit
1
closed
-
Upgrade Nu to v0.102
This contribution was made on Feb 6