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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ MutaHunter leverages LLM models to inject context-aware faults into your codebas
38
38
-**Change-Based:** Runs mutation tests on modified files and lines based on the latest commit or pull request changes.
39
39
-**Multi-Language Support:** Compatible with languages that provide coverage reports in Cobertura XML, Jacoco XML, and lcov formats.
40
40
-**Extensible:** Extensible to additional languages and testing frameworks.
41
-
-**Context-Aware:** Uses a map of your entire git repository to generate contextually relevant mutants.
42
-
-**LLM Support:** Supports self-hosted, Anthropic, OpenAI, and any LLM models using LiteLLM.
41
+
-**Context-Aware:** Uses a map of your entire git repository to generate contextually relevant mutants using [aider](https://aider.chat/docs/repomap.html).
42
+
-**LLM Support:** Supports self-hosted, Anthropic, OpenAI, and any LLM models using [LiteLLM](https://github.com/BerriAI/litellm).
43
43
-**Mutant Report** Provides detailed reports on mutation coverage, killed mutants, and survived mutants.
0 commit comments