- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to break)
- Documentation update
- Refactoring (no functional changes)
- Test improvement
- All unit tests pass (
python test_pipe.py— 431/431 ✓) - New tests added for the changes
- Integration tests pass (
python integration_test.py) — if applicable -
CHANGELOG.mdupdated under[Unreleased]
- My code follows the project's coding standards
- I have added docstrings to new public methods
- My changes do not introduce debug
printstatements beyond[OpenRouter Pipe]logging - No secrets, API keys, or credentials are included in this PR
- My commit messages follow Conventional Commits