[codex] Split LLM repair tasks and optional panels#26
[codex] Split LLM repair tasks and optional panels#26michaelmwu wants to merge 1 commit intomainfrom
Conversation
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (15)
✨ 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 |
e19db60 to
2c2cc71
Compare
💡 Codex Reviewgmaps-scraper/src/gmaps_scraper/place_scraper.py Lines 3151 to 3154 in e19db60 When the DOM selector already extracted ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
2d6ea58 to
88d14df
Compare
💡 Codex Reviewgmaps-scraper/src/gmaps_scraper/place_scraper.py Line 1361 in 88d14df When ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
88d14df to
1903e67
Compare
💡 Codex Reviewgmaps-scraper/src/gmaps_scraper/place_scraper.py Lines 1365 to 1366 in 1903e67 When ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
1903e67 to
c89589a
Compare
c89589a to
d05bd80
Compare
💡 Codex ReviewWhen ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
Adds task scoping to optional place LLM repair so callers can independently enable:
dom_repairfor generic Google Maps field repairdisplay_translationfor English-readable address/category display fieldsAlso makes Reviews and About tab collection optional through library flags and CLI switches:
collect_reviews=False/--skip-reviewscollect_about=False/--skip-aboutUpdates docs and tests for downstream refresh flows that want to avoid unnecessary LLM calls and extra tab clicks.
Validation
./scripts/lint.sh./scripts/typecheck.shuv run python -m unittest discover -s tests