-
Notifications
You must be signed in to change notification settings - Fork 0
fix(review): drop off-hunk inline comments before GitHub POST #971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ab69188
fix(review): cite trusted path:line in GitHub 422 inline fallback
seonghobae e099c28
fix(review): persist 422 inline failures as overview receipts
seonghobae d37885d
fix(review): retry inline comments one at a time after batch 422
seonghobae 154a33d
test(review): pin 422 fallback sentence in the Python helper
seonghobae dc261ff
fix(review): receipt only refused path:line after mixed 422 retry
seonghobae 94ee03d
fix(review): keep each refused comment's own GitHub 422 phrase
seonghobae 3f06fb8
fix(review): cap inline retry at 20 and list attached path:line
seonghobae 68264f1
fix(review): drop off-hunk inline comments before GitHub POST
seonghobae 35b1cba
fix(review): skip comments when a collected diff has no hunks
seonghobae 1720067
fix(review): treat only sealed HTTP 422 tokens as unprocessable
seonghobae f377d08
fix(review): turn surviving suggested diffs into GitHub suggestions
seonghobae 6ce41b7
fix(coverage): accept only bounded relative requirement includes
seonghobae 66170af
fix(review): sanitize leftover overview receipt path and phrase
seonghobae 39ff268
fix(review): omit leftover overview paths with comment closers
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: ContextualWisdomLab/.github
Length of output: 2384
🏁 Script executed:
Repository: ContextualWisdomLab/.github
Length of output: 13859
🏁 Script executed:
Repository: ContextualWisdomLab/.github
Length of output: 25220
control_json을 실패 검사 진단 경로에 전달하십시오.run_failed_check_diagnosis는build_inline_comment_failure_body에 두 인자만 전달합니다. 이 함수는 세 번째 인자로control_json을 요구합니다.빈 경로가
--control에 전달되면load_control이 실패합니다. 따라서 진단 함수가 실패하고, 호출부는build_failed_check_fallback_body로 대체합니다."$control_json"을 세 번째 인자로 추가하십시오.🤖 Prompt for AI Agents