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 ·

ui.render hook matcher gets startup advisory logging

Claude Code warns at startup if a hooks module registers a ui.render matcher with advice available

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPlugin Hookswhat it touches
KindInternal Changesin v2.1.277,
Under the hood No documentation found

Claude Code warns at startup if a hooks module registers a ui.render matcher with advice available

What

A new check runs when a hooks module (a script that registers hook handlers) subscribes to the ui.render event with a matcher (a filter deciding which calls the hook applies to). If there's advice available about that matcher, Claude Code now logs a warning at startup showing the matcher's contents.

Why

This surfaces potential problems with a hook's ui.render matcher up front, rather than leaving the author to discover an issue only when the hook misbehaves.

Read from
Names in the bundleui.render

See this entry in the whole of v2.1.277 →