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.1.233 Home All releases olderv2.1.232 v2.1.234newer
Claude Code v2.1.233

Bash and monitor permission prompts registered in the dialog renderer

Not switched on
Useful2 Signal3
Permissions

Bash and monitor permission prompts now have proper titles in the shared dialog renderer.

permission_bash and permission_monitor dialog kinds are registered, but which screens route through this renderer is unsettled.

What

Two permission dialog kinds that existed but had no entry in this renderer, permission_bash and permission_monitor, now have titles and components, both using the standard "Claude needs your permission" heading. Which screens route these kinds through this particular renderer is not settled in the code.

Evidence

Claude needs your permission

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.233 →