Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Plugin UI components gain an autoFocus prop

Plugin Button, Input, and Select components can now be given autoFocus, and Button also gains action and dimColor props

TierUse it nowhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPlugin UIwhat it touches
KindImprovementsin v2.1.271,
Group of 2 Use it now No documentation found

Plugin Button, Input, and Select components can now be given autoFocus, and Button also gains action and dimColor props

What

Plugin UI components used when rendering plugin panes gained new props:

  • Button now accepts action (must be one of the engine's existing keybinding actions, such as app:cycleDiffBase or app:diffFileListDown; engine-only keys like ctrl+c/ctrl+d still can't be rebound), plus a dimColor boolean.
  • Button, Input, and Select all gain an autoFocus prop.

Why

Plugin authors building custom UI panes can now make a button trigger an existing app action, dim button text, and have a component automatically receive focus when it appears, without writing custom focus-handling logic.

Read from
Names in the bundleautoFocus

See this entry in the whole of v2.1.271 →

Feedback