feat: update supercode-cli version to 0.1.70 and enhance model provider functionality:#210
Conversation
…er functionality: - Bumped version in package.json to 0.1.70. - Added new model providers: ConcentrateAI, Merge Dev Gateway, Google Gemini, MiniMax, NVIDIA NIM, and OpenRouter. - Improved model selection logic to support new providers and enhance filtering capabilities.
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Disabled knowledge base sources:
WalkthroughThe CLI model picker now presents grouped BYOK sections, supports live filtering and expanded terminal key handling, and preserves selection, custom-model, API-key, and default-selection flows. The server package version is updated to ChangesInteractive model picker
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Terminal
participant readRawKey
participant pickModel
participant ModelPicker
Terminal->>readRawKey: provide terminal input
readRawKey->>pickModel: return key press
pickModel->>ModelPicker: update filter or selection
ModelPicker-->>pickModel: render filtered picker
pickModel-->>Terminal: display updated picker
Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed. For unrecoverable errors, disable the tool in CodeRabbit configuration. 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 |
Description
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
bun testpassesbun run typecheckpassesbun run lintpasses (if applicable)Checklist:
Summary by CodeRabbit
New Features
Bug Fixes