-
Notifications
You must be signed in to change notification settings - Fork 32
feat: bump supercode-cli version to 0.1.91 and add new cloud models: #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,6 +66,10 @@ const CLOUD_ALLOWED_MODELS = new Set([ | |
| "kimi-k2-6", | ||
| "minimax-m3", | ||
| "hy3", | ||
| "mimo-v2.5", | ||
| "fireworks/nemotron-3-ultra-nvfp4", | ||
| "kimi-k2-7-code", | ||
| "kimi-k3", | ||
|
Comment on lines
+69
to
+72
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔒 Security & Privacy | 🟠 Major | 🏗️ Heavy lift Enforce Premium entitlement on the server. The picker denies every premium selection without checking a plan, while the Supercode structured-generation endpoint accepts these newly allowlisted models based only on
📍 Affects 2 files
🤖 Prompt for AI Agents |
||
| ]) | ||
| const JSON_BODY_LIMIT = process.env.SUPERCODE_JSON_BODY_LIMIT || "10mb" | ||
| const app = express() | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
Expose Nemotron in the model picker.
Line 60 leaves
fireworks/nemotron-3-ultra-nvfp4commented out, so users cannot select a model that this PR allowlists and prices. Add it toCLOUD_MODELS(orPREMIUM_CLOUD_MODELS, if intended).Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents