Agent: add git tools for AI to navigate commit history#78
Agent: add git tools for AI to navigate commit history#78aditya-qti merged 4 commits intoqualcomm:mainfrom
Conversation
Signed-off-by: Zeel <[email protected]>
Signed-off-by: Zeel <[email protected]>
5be1c88 to
a74eea3
Compare
Signed-off-by: Zeel <[email protected]>
|
Hey @aditya-qti Addressed the review comments:
I also reran validation attempts in WSL. The remaining local issue is Docker overlay-volume mounting in my environment, so the unsupported Windows-specific workaround is not included in the PR. Let me know if anything more is required |
|
Thank you for the contributions. Can you please add more details in your commit text as well? I see that PR is described well, but the commit text is lacking. |
Drop the Docker container path normalizer now that container paths are represented directly as POSIX Path values inside the container. Let kernel path validation raise ValueError directly instead of catching and rewrapping the same exception. Also avoid the extra git rev-list --count call in git_log; the capped git log result already tells us whether the response is truncated. Signed-off-by: Zeel <[email protected]>
|
@trsoni |
|
Addressed the latest comments:
I reran the focused pytest command from WSL using the existing virtualenv. The tests reach AiCodeReview fixture setup but fail before tool assertions because my Docker backend is still Docker Desktop: Operating System: Docker Desktop The remaining failure is the same local overlay-volume mount issue: So I could not complete Docker-backed validation locally, but the latest code-review items are addressed. |
|
Merged, thanks! |
Addressed review feedback:
Validation: