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