[Revert] Router lookup gate and Gemini routing default (#716)#726
Merged
Conversation
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #716 (squash a3d7978) after routing degraded in production: a plain "Review the README in the Roomote repo" request fell through to the manual environment picker instead of routing confidently.
Restores the pre-#716 behavior: unconditional issue fetch from #693 and routing on the deployment small model (
R_SMALL_MODEL). #718's registry refactor is untouched (no file overlap) and #722 stays unmerged.Leading theory (debugging in parallel): the
google/gemini-3.6-flashdefault doesn't resolve through the deployment's OpenCode provider config (splitOpenCodeModelId→ providergoogle, which may not be registered — the eval validated the model via OpenRouter directly, not through the production provider path). If confirmed, the model call throws,routeTaskcatches, and every route degrades tofallback→ manual picker, which matches the screenshot.🤖 Generated with Claude Code