Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.27 KB

File metadata and controls

43 lines (29 loc) · 1.27 KB

Summary

Related Issue

Type of Change

  • 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

Changes Made

Testing

  • All unit tests pass (python test_pipe.py — 322/322 ✓)
  • New tests added for the changes
  • Integration tests pass (python integration_test.py) — if applicable
  • CHANGELOG.md updated under [Unreleased]

Screenshots / Demo

Checklist

  • My code follows the project's coding standards
  • I have added docstrings to new public methods
  • My changes do not introduce debug print statements beyond [OpenRouter Pipe] logging
  • No secrets, API keys, or credentials are included in this PR
  • My commit messages follow Conventional Commits