style(test_generation_agent): fix import order, remove trailing whitespace 2d84b93 Padmanav commited on Jun 12
fix(imports): remove duplicate get_python_files and unused scan_repository in test_generation_agent b07f11c Padmanav commited on Jun 10
security: apply sanitize_for_prompt before LLM submission in all three code-reading agents 3ab2a42 Padmanav commited on Jun 10
fix(test_generation_agent): strip markdown code fences from LLM response before storing test_code 2846e6c Padmanav commited on Jun 10
fix(test_generation_agent): use pathlib.Path.name instead of str.rsplit to fix Windows path handling 4cacafa Padmanav commited on Jun 10
fix(agents): replace pytest --co with coverage run to actually measure coverage eccf590 Padmanav commited on Jun 10
refactor: replace print() with structured logging across all agents and tools d939b2e Padmanav commited on Jun 8
fix: resolve bandit B404/B603/B607 - use sys.executable and nosec annotations 16a8d6c Padmanav commited on Jun 8
fix: resolve bandit B404/B603/B607 - use sys.executable and nosec annotations 4b37289 Padmanav commited on Jun 8
fix: remove fabricated coverage_after estimate - set to 0.0 pending actual measurement 3101af4 Padmanav commited on Jun 8
fix: replace hardcoded coverage 40.0 with actual coverage.py measurement 807e78f Padmanav commited on Jun 8
feat: convert to async/await with parallel agent execution via asyncio.gather 4d69fe0 Padmanav commited on Jun 8