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

fix: Do not show reasoning parts if reviewed by V3 model (#121)

This commit is contained in:
Justin Ma
2025-02-13 15:29:10 +08:00
committed by GitHub
parent 06d80785b1
commit c2b26fdc30

View File

@@ -166,6 +166,7 @@ export def --env deepseek-review [
print $'✖️ Code review failedNo review result returned from ($base_url) ...'
exit $ECODE.SERVER_ERROR
}
let result = if ($reason | is-empty) { $review } else { $result }
if not $is_action {
print $'Code Review Result:'; hr-line; print $result
} else {