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 of v1.0.127 Home All releases olderv1.0.126 v1.0.128newer
Claude Code v1.0.127

Model and Output Style Selection Refactoring

What: Restructured the model and output style selection menus for better code organization.

Details:

  • Model selection function restructured (was bz5() at line 438053, now bK5() at line 435315)
  • Output style selection function restructured (was mz5() at line 438157, now mK5() at line 435411)
  • Callback functions extracted for cleaner separation of concerns
  • No functional changes to user experience
  • Evidence: Functions bK5() and mK5() at lines 435315 and 435411 in v1.0.127

Related

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

See this entry in the whole of v1.0.127 →