Skip to content

feat: merge dev gateway integration - Opus 4.8#188

Merged
yashdev9274 merged 1 commit into
mainfrom
supercode-cli
Jul 8, 2026
Merged

feat: merge dev gateway integration - Opus 4.8#188
yashdev9274 merged 1 commit into
mainfrom
supercode-cli

Conversation

@yashdev9274

@yashdev9274 yashdev9274 commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Description

Please include a summary of the change and which issue is fixed.

Fixes #(issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor (no functional changes)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • bun test passes
  • bun run typecheck passes
  • bun run lint passes (if applicable)

Checklist:

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

Summary by CodeRabbit

  • New Features

    • Updated the model browser so more providers can display a FREE label.
    • Streamlined the available model list, leaving a smaller active selection for users.
  • Chores

    • Bumped the server package version to 0.1.56.

@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
supercli Ready Ready Preview, Comment Jul 8, 2026 2:09pm
supercli-client Ready Ready Preview, Comment Jul 8, 2026 2:09pm
supercli-docs Ready Ready Preview, Comment Jul 8, 2026 2:09pm

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The CLI model catalog was updated to keep only the anthropic/claude-opus-4-8 entry enabled under mergedev, removing other previously active mergedev models. The FREE badge logic was extended to cover mergedev alongside concentrateai. The server package version was bumped from 0.1.55 to 0.1.56.

Changes

Model catalog and version update

Layer / File(s) Summary
Reduce mergedev model list and update FREE badge
apps/supercode-cli/server/src/cli/commands/slashCommands/model.ts
MODELS now enables only anthropic/claude-opus-4-8 under mergedev, with other mergedev entries (claude-opus-4-7, claude-fable-5, gpt-5.5, deepseek-v4-flash) removed/disabled; the “FREE” badge in renderModelBrowser now applies to both concentrateai and mergedev.
Package version bump
apps/supercode-cli/server/package.json
Version field updated from 0.1.55 to 0.1.56.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Poem

A hop, a trim, the models pared,
Only Opus-4-8 declared!
FREE tags now for two providers bloom,
Version ticks up, making room. 🐇
Onward through the code we bound! 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: merging dev gateway integration centered on Opus 4.8 and related model catalog updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch supercode-cli

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

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
apps/supercode-cli/server/src/cli/commands/slashCommands/model.ts (1)

26-29: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Consider removing commented-out model entries.

The disabled mergedev models (lines 26-29) are dead code. If they're kept for future reference, a brief comment explaining why they're disabled would help future maintainers distinguish intentional disabling from leftover debugging.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@apps/supercode-cli/server/src/cli/commands/slashCommands/model.ts` around
lines 26 - 29, The commented-out mergedev model entries in model.ts are dead
code and should either be removed or replaced with a short explanatory note if
they are intentionally kept for future reference. Update the model list around
the existing commented entries so maintainers can tell whether the disabled
values are temporary, deprecated, or intentionally excluded, using the
surrounding model definitions as the reference point.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@apps/supercode-cli/server/src/cli/commands/slashCommands/model.ts`:
- Around line 26-29: The commented-out mergedev model entries in model.ts are
dead code and should either be removed or replaced with a short explanatory note
if they are intentionally kept for future reference. Update the model list
around the existing commented entries so maintainers can tell whether the
disabled values are temporary, deprecated, or intentionally excluded, using the
surrounding model definitions as the reference point.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 70ac2ea5-4bac-408a-857c-7d03544804d5

📥 Commits

Reviewing files that changed from the base of the PR and between 05d8def and 29d6045.

📒 Files selected for processing (2)
  • apps/supercode-cli/server/package.json
  • apps/supercode-cli/server/src/cli/commands/slashCommands/model.ts

@yashdev9274 yashdev9274 merged commit 4e54375 into main Jul 8, 2026
5 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant