Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

New "act" driver API added for scripted interaction with plugin UI mounts

A new internal "act" API can programmatically drive Claude Code's plugin UI components for testing

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaTesting Toolswhat it touches
KindNew Featuresin v2.1.277,
Use it now

A new internal "act" API can programmatically drive Claude Code's plugin UI components for testing

What

A new act interface, with actions like find, findAll, press, input, select, key, pointer, post, advance, resize, redraw, and unmount, plus supporting functions (mount, act, refresh, releaseAll), can now drive Claude Code's terminal-rendered plugin UI components (Button, Link, Markdown, Code, Input, Select, Client) programmatically: clicking buttons, typing into inputs, selecting values, sending key or pointer events, advancing a virtual clock, and resizing, redrawing, or unmounting a mounted UI.

Why

This is a testing/automation tool for exercising plugin UI components without a person at the keyboard, useful for scripted checks of how plugin interfaces behave.

See this entry in the whole of v2.1.277 →