Docker tags
codiumai/pr-agent:0.27
codiumai/pr-agent:0.27-github_app
codiumai/pr-agent:0.27-bitbucket-app
codiumai/pr-agent:0.27-gitlab_webhook
codiumai/pr-agent:0.27-github_action
codiumai/pr-agent:0.27-azure_devops_webhook
What's Changed
- Support pull requests in personal spaces in Bitbucket Server by @vishwamartur in #1406
- docs: update FAQ with new questions and improve formatting by @mrT23 in #1430
- Add documentation for
/implement
tool and enhance/test
tool references
by @ofir-frd in #1433 - Tr/ollama by @mrT23 in #1434
- fix : pr type rendering with markers by @benedict-lee in #1442
- fix : support ai title with markers by @benedict-lee in #1441
- fix: refine code suggestions prompts and avoid package-related comments by @mrT23 in #1446
- docs: add missing word by @pdecat in #1448
- fix(azure-provider): handle renamed files as new files by @med8bra in #1452
- Support deepseek-chat model by @KennyDizi in #1457
- fix(local_git): add interface func stubs for git local provider by @polacekpavel in #1455
- docs: add target blank to external links in documentation by @mrT23 in #1467
- Add
vertex_ai/gemini-2.0-flash-exp
by @yu-iskw in #1466 - README: Replace Codium and PR-Agent with Qodo and Qodo-Merge by @ofir-frd in #1471
- Remove false log that file was modified, but no patch found for bitbucket server by @gryphon-ops in #1469
- Add support model deepseek/deepseek-reasoner by @KennyDizi in #1473
- docs: reorganize installation documentation structure by @mrT23 in #1475
- refactor: simplify review effort label format and remove maximal effo… by @mrT23 in #1477
- Add
IMPLEMENT
tool and reorganize help message content by @ofir-frd in #1484 - feat: enhance ticket compliance analysis with human verification tracking by @hussam789 in #1486
- Add GitHub issue templates for bug reports and feature requests
by @ofir-frd in #1478 - Add CONTRIBUTING.md with contribution guidelines and setup instructions
by @ofir-frd in #1500 - fix: add fallback for parsing AI responses with leading '+' symbols by @mrT23 in #1506
- Use
pip install
with--no-cache-dir
in Dockerfiles by @PeterDaveHello in #1510 - Define user_message_only_models list for using user prompt only model by @KennyDizi in #1509
- feat: improve code suggestions table with impact levels and styling by @mrT23 in #1514
- Create CODE_OF_CONDUCT.md by @ofir-frd in #1515
- Create SECURITY.md by @hussam789 in #1517
- docs: update README with new design and remove outdated news by @mrT23 in #1522
- fix: update review effort label format to use X/5 notation by @mrT23 in #1532
- feat: improve help tool with markdown header formatting and error han… by @mrT23 in #1534
- Add : pull_request_target event on GitHub Actions integration by @hi120ki in #1531
- Use
pip install
with--no-cache-dir
inDockerfile.github_action
by @PeterDaveHello in #1536 - Refactoring
LiteLLMAIHandler
class for better using reasoning models by @KennyDizi in #1537 - Support generally available
gemini-2.0-flash
by @yu-iskw in #1539 - Update README.md by @AdamWalkerQodo in #1550
- feat: add support for custom reasoning models by @mrT23 in #1551
- docs by @mrT23 in #1552
- feat: add current date to PR review metadata by @mrT23 in #1559
- Added sub-issue fetching to enhance PR analysis by @WonOfAKind in #1529
- Improve documentation formatting and readability
by @ofir-frd in #1560 - docs: add auto-approval configuration documentation by @mrT23 in #1565
- Tr/ai search by @mrT23 in #1566
- feat: improve patch extension with new file content comparison by @mrT23 in #1568
- Fix prompt to not output diff prefixes in existing_code,improved_code pydantic definitions by @benedict-lee in #1556
- Enhanced gitlab webhook handling for push events without object_attributes by @GOOD21 in #1555
- Docs: fix static code and remove Incremental PR review by @ofir-frd in #1571
- feat: support Claude 3.7 Sonnet by @hirobf10 in #1570
- Support reasoning effort via configuration by @KennyDizi in #1561
- Fix/support litellm extra headers by @chandan84 in #1564
- feat: enhance Azure DevOps integration with improved error handling a… by @hussam789 in #1583
- gitlab webhook automatically trigger pr_command when MR changes from Draft to Ready by @GOOD21 in #1575
- Add a language configuration to translate language generated by QodoM… by @AdamWalkerQodo in #1579
- docs: add language configuration documentation and update changelog by @mrT23 in #1586
New Contributors
- @vishwamartur made their first contribution in #1406
- @med8bra made their first contribution in #1452
- @polacekpavel made their first contribution in #1455
- @gryphon-ops made their first contribution in #1469
- @PeterDaveHello made their first contribution in #1510
- @hi120ki made their first contribution in #1531
- @AdamWalkerQodo made their first contribution in #1545
- @WonOfAKind made their first contribution in #1529
- @GOOD21 made their first contribution in #1555
- @hirobf10 made their first contribution in #1570
- @chandan84 made their first contribution in #1564
Full Changelog: v0.26...v0.27