Home

anomalyco/opencode

Status:Indexed
Analyzed 4d ago40K+ starsTypeScript

The open source coding agent.

Back to Pull Requests
#6839Closed
Simple Review

fix: prevent main model thinking variant from applying to small model

by melihmucukJan 4, 2026
View on GitHub

Summary

This PR fixes a bug where the 'thinking level' settings for the main AI model were incorrectly applied to the small AI model. This caused errors because the small model did not support those specific parameters.

Changes

+2 additions-1 deletions

Impact Areas

AI Model ConfigurationAPI IntegrationError Handling