#
What's wrong with this entry?
- Temperature parameter no longer sent for Opus 4-7 side queries: Internal side queries (used for background model calls like tool descriptions and context summarization) previously sent the
temperatureparameter to all models. Opus 4-7 may not support custom temperature, so the parameter is now excluded for that model. This prevents potential API errors or unexpected behavior when Opus 4-7 is used for side queries. The main conversation API call path is unchanged. Evidence: New model check functionWV8()(search for"claude-opus-4-7"near thetemperaturespread in thedRside-query function at line ~593235)