Tal
Tal
### **PR Type** Enhancement, Tests, Configuration changes ___ ### **Description** - Refactored `AICaller` to handle structured prompts and improved error handling. - Enhanced `PromptBuilder` with dynamic settings loading and error...
### **PR Type** Enhancement, Tests, Configuration changes ___ ### **Description** - Enhanced prompt handling and error management in `AICaller`. - Integrated dynamic settings loading with `Dynaconf` in `PromptBuilder` and `UnitTestGenerator`....
**what:** Currently, we are adding the new tests at the bottom of the existing test file. However, sometimes a lot of the needed imports exist at the source file, but...
**what:** we want to allow new tests to add additional imports and dependencies, if needed, that weren't a part of the original test file **How:** - generate with structured output...
**What:** Currently, tests are generated as standalone functions, in addition to the existing test suite. (for example, see [here](https://github.com/Codium-ai/cover-agent/blob/main/tests/test_load_yaml.py#L96)) While it significantly complicates the logic, generating and inserting tests as...
The real deal - implementing https://github.com/Codium-ai/cover-agent/issues/39 and https://github.com/Codium-ai/cover-agent/issues/40  ### **PR Type** Enhancement, Tests ___ ### **Description** - Enhanced the `generate_tests` and `validate_test` methods in `UnitTestGenerator.py` to handle JSON serialization,...
### **PR Type** Enhancement ___ ### **Description** - Implemented a new FileSummary class for static analysis of code files using tree-sitter queries - Added support for multiple programming languages including...
Hi, and thanks for the excellent repo. Can you share some tips on the process of adding a new [language](https://github.com/microsoft/multilspy/tree/main/src/multilspy/language_servers/rust_analyzer) ? For example, if I want to add support for...
### Git provider Gitlab ### Issues details Our current GitLab pipeline guide covers basic capabilities https://qodo-merge-docs.qodo.ai/installation/gitlab/ Contribtuions from the community to enhance this pipeline would be welcomed. For example: -...