refactor(api): expose provider bundles in phlex namespace - #883
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (8)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (4)
🧰 Additional context used📓 Path-based instructions (3)Use clang-format tool for all C++ code formatting (VS Code auto-formats on save); configuration defined in `.clang-format` with 100-character line limit and 2-space indentation Follow clang-tidy recommendations defined in `.clang-tidy`📄 CodeRabbit inference engine (.github/copilot-instructions.md) Files:
Use `.hpp` for header files, `.cpp` for implementation, and `*_test.cpp` for test files in C++ Enforce 100-character line limit and 2-space indentation in C++ code via `.clang-format` Use `QualifierAlignment: Right` (east-const) style: `int...📄 CodeRabbit inference engine (AGENTS.md) Files:
Avoid boolean parameters in C++ interfaces; prefer enumerations instead📄 CodeRabbit inference engine (AGENTS.md) Files:
🔇 Additional comments (8)
📝 WalkthroughWalkthrough
ChangesProvider bundle namespace
Estimated code review effort: 1 (Trivial) | ~5 minutes Severity of issue fixed: Low Suggested reviewers: Merge Risk: ⚪ Minimal · up to Provider bundle types are now available in the public phlex namespace, and all reviewed providers use the updated names without changing behavior. The change is ready to merge. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #883 +/- ##
==========================================
+ Coverage 85.18% 85.19% +0.01%
==========================================
Files 175 175
Lines 7606 7606
Branches 909 909
==========================================
+ Hits 6479 6480 +1
Misses 889 889
+ Partials 238 237 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Fixes #686.
API
provider_bundleandprovider_bundlesfromphlex::detailto the publicphlexnamespace.provider_functionand related implementation types inphlex::detail.form_input_sourceand provider construction code to use the public API.Tests
phlex::provider_bundleandphlex::provider_bundles.