Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All releases Home olderv2.1.111 v2.1.113newer

Claude Code v2.1.112

3 entries read diff v2.1.111 → v2.1.112 Markdown

A minimal patch release that fixes temperature parameter handling for Claude Opus 4-7 in internal side queries. No new features or user-facing UI changes.

Find
Pick an entry · j / k steps through
1 entry

Bug Fixesopen

#

  • 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 temperature parameter 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 function WV8() (search for "claude-opus-4-7" near the temperature spread in the dR side-query function at line ~593235)
1 entry

Notesopen

#

  • The Haiku model selector descriptions ("Haiku 3.5" and "Haiku 4.5") appear swapped between two internal functions compared to the prior version, but both strings exist with identical counts in both versions (6 occurrences of "Haiku 3.5", 16 of "Haiku 4.5"). This is internal code reorganization with no user-visible effect.
  • Import style was refactored from default imports to named/destructured imports for several Node.js built-in modules (child_process, crypto, node:os, etc.). This is purely internal cleanup with no behavioral change.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v2.1.112. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Fixed "claude-opus-4-7 is temporarily unavailable" for auto mode
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.