You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have been using CodiumAI improve and review functions for some time now through bitbucket pipelines + openai key but with version 0.25 it stopped working. Namely it fails to get bitbucket file diffs and therefore fails to generate any suggestions/comments.
When reverting back to using 0.24 everything works fine.
Usage example: docker run -e CONFIG.GIT_PROVIDER=bitbucket -e OPENAI.KEY=$OPENAI_API_KEY -e BITBUCKET.BEARER_TOKEN=$ACCESS_TOKEN codiumai/pr-agent:latest --pr_url=https://bitbucket.org/$BITBUCKET_WORKSPACE/$BITBUCKET_REPO_SLUG/pull-requests/$BITBUCKET_PR_ID improve --pr_code_suggestions.max_number_of_calls=5 --pr_code_suggestions.summarize=false --pr_code_suggestions.extra_instructions="In addition to everything else also pay attention to the code being - 1. Logical, clear and easy to understand 2. Efficient and optimized 3. Conformant to best practices"
The text was updated successfully, but these errors were encountered:
Have been using CodiumAI
improve
andreview
functions for some time now through bitbucket pipelines + openai key but with version 0.25 it stopped working. Namely it fails to get bitbucket file diffs and therefore fails to generate any suggestions/comments.When reverting back to using 0.24 everything works fine.
Usage example:
docker run -e CONFIG.GIT_PROVIDER=bitbucket -e OPENAI.KEY=$OPENAI_API_KEY -e BITBUCKET.BEARER_TOKEN=$ACCESS_TOKEN codiumai/pr-agent:latest --pr_url=https://bitbucket.org/$BITBUCKET_WORKSPACE/$BITBUCKET_REPO_SLUG/pull-requests/$BITBUCKET_PR_ID improve --pr_code_suggestions.max_number_of_calls=5 --pr_code_suggestions.summarize=false --pr_code_suggestions.extra_instructions="In addition to everything else also pay attention to the code being - 1. Logical, clear and easy to understand 2. Efficient and optimized 3. Conformant to best practices"
The text was updated successfully, but these errors were encountered: