Add skip git repo check to review command#191
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughReviewToolHandler now passes ChangesSkip Git Repo Check Flag
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: PeterTianbuhan <130898955+PeterTianbuhan@users.noreply.github.com>
ac463d4 to
e345d93
Compare
Summary
--skip-git-repo-checkbefore thereviewsubcommandWhy
The review tool is invoked by MCP orchestration from working directories that may not be trusted by Codex yet. Matching the existing
codex execpath avoids trusted-directory failures for review calls.Fixes #124.
Testing
git diff --checknode node_modules/typescript/bin/tscnode node_modules/jest/bin/jest.js src/__tests__/working-directory.test.ts --runInBandnode node_modules/jest/bin/jest.js --runInBandSummary by CodeRabbit