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 v2.0.15 Home All releases olderv2.0.14 v2.0.17newer
Claude Code v2.0.15

Select Component Enhancements

What: The interactive select component now supports inline text input fields as options, enabling mixed multiple-choice and text input in a single selection UI.

Details:

  • New "input" option type alongside existing "text" options
  • Options can have type: "input" with placeholder and initialValue properties
  • New compact-vertical layout mode for better description display
  • Component F01 at line 145146 renders input fields with focus state management
  • Multi-select component _GB at line 282823 supports input options with checkboxes
  • Evidence: Function TA() at line 145236 now handles type: "input" options (checks at lines 145558, 145643, 145723)

See this entry in the whole of v2.0.15 →