-
Notifications
You must be signed in to change notification settings - Fork 11.3k
add ripgrep to codex+gitlab cookbook #2110
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
base: main
Are you sure you want to change the base?
Conversation
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.
@pap-openai thanks for adding this! just double-checking since I didn't see it in the PR description, have we validated this change in a github action anywhere? I would expect it to be safe but couldn't hurt to test
Added ripgrep into the recommendation job, modified prompts to use ripgrep. Added more checks and validation for schemas in resolution.
@dylan-hurd-oai I have added ripgrep to be included as part of the libraries included but there are no matching patterns for the repo that I am working on Patterns are based on:
|
-g '!**/*.spec.ts' -g '!**/test/**' -g '!**/cypress/**' \ | ||
-g '!**/assets/**' -g '!**/*.map' -g '!**/*.min.*' \ | ||
-g '!**/screenshots/**' -g '!**/*.{gif,jpg,png,svg,ico,mp4}' \ | ||
--no-messages | sort -t: -k2,2nr | head -n 50 > artifacts/hotspots_summary.txt || true |
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.
@jonlim-openai what are we using this for?
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.
It is just a filter to ignore those types of file paths
This is purely a change to our installation method to address openai/codex#2501 - I would expect no direct change in behavior, just a fewer error reports from customers when using our cookbook |
The job runs to completion with no issues! |
adding ripgrep dependency to make codex job execution faster/better