feat(ui): Add "Connect other models" option for model-type handles#12466
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
erichare
left a comment
There was a problem hiding this comment.
@Cristhianzl are there some mcp server related changes not required here? Can you just confirm that aspect?
Codecov Report❌ Patch coverage is ❌ Your project status has failed because the head coverage (47.87%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## release-1.9.0 #12466 +/- ##
=================================================
- Coverage 49.37% 49.34% -0.04%
=================================================
Files 1924 1924
Lines 170395 170520 +125
Branches 23556 24871 +1315
=================================================
+ Hits 84135 84144 +9
- Misses 85256 85372 +116
Partials 1004 1004
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
6b4e2b4 to
5a55972
Compare
…12466) * Display proper error messages and strip null params from tool calls * add connect other models option * fix model provider selection state * fix tests and ruff * revert mcp changes * [autofix.ci] apply automated fixes * fix handle not appearing properly * fix jest test * [autofix.ci] apply automated fixes * address qa fixes * add tests to validate be and fe * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * ruff style and checker * fix tests failuer --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
OBJECTIVE: Allow users to discover and connect compatible model providers through a new connection mode on model-type input handles.
CHANGES: