feat!: release v2.0.0 — default to Gemini 3.7 Flash (High) - #17
Conversation
Bump the default model and every tool routing chain from Gemini 3.6 Flash to Gemini 3.7 Flash. Refresh the README with benchmark highlights and an MCP stack guide, redesign the banner, and add a benchmarks asset. Release v2.0.0. BREAKING CHANGE: the default model and built-in routing chains now target Gemini 3.7 Flash; setups pinned to agy listings without 3.7 models will fall back differently.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (9)
📝 WalkthroughWalkthroughThe project now defaults to Gemini 3.7 Flash, updates all delegated tool routing chains, refreshes related tests and documentation, and increments package and server versions to 2.0.0. ChangesGemini 3.7 model migration
Estimated code review effort: 1 (Trivial) | ~4 minutes Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis release updates the MCP bridge to version 2.0.0, changes the default and tool-specific routing preferences to Gemini 3.7 Flash, and refreshes documentation and visual assets. The routing behavior was exercised with Gemini 3.7 absent from the available-model listing. When Gemini 3.5 Flash was available, the bridge selected it explicitly. When no configured model was available, it omitted Confidence Score: 5/5Safe to merge based on the exercised fallback behavior and passing repository checks. The updated model-selection path was exercised through the MCP handler with controlled available-model lists, covering both an available fallback model and the no-configured-model path. No defects remain in the review output. Files Needing Attention: No files need follow-up attention.
What T-Rex did
Reviews (1): Last reviewed commit: "feat!: default to Gemini 3.7 Flash (High..." | Re-trigger Greptile |
What changed
src/config.ts,src/tools.ts,src/server.ts)assets/benchmarks.svgpackage.json,server.json)Why
Gemini 3.7 Flash (High) is now the strongest available default for delegation workloads; this is a breaking change to default routing behavior, hence the major bump.
How verified
npm run format:check,npm run typecheck,npm test(73 passed),npm run build— all green locally.Summary by CodeRabbit