-
Notifications
You must be signed in to change notification settings - Fork 598
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
Add warning when summary code suggestions are not supported #1078
Add warning when summary code suggestions are not supported #1078
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍
|
This PR is in a critical tool, and its too intrusive for a simple warning log, tailored just for bitbucket (as all other providers do support gfm markdown) I would have considered a one-line addition for this specific log (instead of 7), but the correct solution is properly updating the docs. If you are interested, open a relevant PR for updating the docs with bitbucket server limitations. |
closing as inavctive |
User description
#1074
PR Type
enhancement, error handling
Description
post_as_summary
variable to manage the decision of posting summarized suggestions.commitable_code_suggestions=True
if summary suggestions are unsupported.Changes walkthrough 📝
pr_code_suggestions.py
Add warning and fallback for unsupported summary code suggestions
pr_agent/tools/pr_code_suggestions.py
Git provider.
post_as_summary
variable to control the posting behavior.commitable_code_suggestions=True
if summary suggestionsare not supported.