Releases: qodo-ai/qodo-cover
Releases · qodo-ai/qodo-cover
Release 0.2.10
Fixed extra prompt build caller. (#249)
Release 0.2.9
fix jacoco (#248) * fix jacoco xml parsing * fix tests * update version
Release 0.2.8
Dw/split run (#233) * split run method into init and run_test_gen methods * update version
Release 0.2.7
fix: Running get_coverage() and rebuilding prompt. (#232) * Running get_coverage() and rebuilding prompt. * Incrementing version.
Release 0.2.6
Generate new tests that are focused on the pr changeset (#211) * Initial commit of Diff Cover feature. * Updating poetry lock file and incrementing version. * Update cover_agent/CoverAgent.py Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com> * Fixed typo. --------- Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Release 0.2.5
Adding conf. (#207)
Release 0.2.4
Fixed missing TOML. (#205)
Release 0.2.3
Auto scan entire repo ! (#202) * scan entire repo * fix tests * increased coverage * Added tree_sitter as hidden import. * Incrementing verison * dw/debug scan (#203) * scan works on python fastapi test repo * keep original entrypoint * algo cleaning and improvements --------- Co-authored-by: Embedded DevOps <[email protected]> Co-authored-by: David Wurtz <[email protected]>
Release 0.2.2
Fixed prompt instructions for class delimiter insertions. (#182)
Release 0.2.1
Adding support for `o1-preview` (#166) * Updated non-streaming support and added test. * Added tests using o1-preview. Wow! * Increased code coverage with o1-preview and updated final code. * Incrementing version. * Increased coverage and updated o1 calls. * Merged system prompt instead of popping.