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.169 Home All releases olderv2.1.168 v2.1.170newer

ctrl+g Keybinding in Hook/Script Dialogs Rendered Consistently

What

The "edit in $EDITOR" hint in hook confirmation dialogs and script prompts now renders through the standard keybinding display component (K$) rather than as a plain text string. This means it respects custom keybinding remaps and displays consistently with other shortcuts.

Evidence

Component change (search for "edit script in $EDITOR") — structural change in B_A at line ~11873

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.169 →