feat: introduce agent communication, autonomous detection, and plugin support

feat: add interactive modes and a new agent execution tool
maintenance: update version to 1.12.0
perf: improve performance
refactor: update test execution with verbose output and error handling
This commit is contained in:
2025-11-07 17:41:32 +01:00
parent 0f5dce1617
commit a2468b7d5b
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ install-dev:
pre-commit install
test:
pytest
pytest tests/ -v --tb=long --full-trace -l --maxfail=10
test-cov:
pytest --cov=pr --cov-report=html --cov-report=term-missing