feat: quick review v2#17
Merged
Merged
Conversation
|
N/A (Line 0): Cannot perform a diff-based, line-level review yet because a base commit SHA is not provided. The PR shows numerous added and modified files across multiple packages, but to give precise, line-numbered feedback I need the base commit (or a specific commit SHA) to fetch the diffs. Please provide the base commit SHA (or confirm the base branch/commit) so I can retrieve the exact diffs and produce targeted comments. |
bfc19b6 to
664fa9f
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔦 description
What change is being made?
Add a new list_directory_at_commit tool and integrate it into quick and agentic review workflows, introduce a hallucination-filter step for quick reviews, implement robust JSON parsing utilities for agent responses, update prompts and tooling descriptions, and add tests and changelog/version updates.
Why are these changes being made?
To improve context awareness for LLM reviews by enabling repository structure queries at specific commits and to reduce hallucinations by muting investigation-like comments, while also improving robustness of agent response parsing and aligning prompts/tooling descriptions; note that this introduces new dependencies (Git tooling) and potential environment considerations.