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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Host dialogs go through one checked dispatcher

Under the hood
Useful2 Signal2
Elsewhere

Dialogs shown by your editor now fall back to a safe default when anything goes wrong.

What

Requests for a dialog on the user's machine now validate both the question and the answer against a schema, and fall back to the dialog's declared default whenever the host does not support that dialog, the question is malformed, the user cancels, or the answer does not parse.

Details
  • Every case is logged with an outcome (undeclared, invalid_payload, cancelled, invalid_result, answered) and a latency measurement.
  • The client refuses to forward its own directory-sync consent dialog back from the cloud session.
Evidence

tengu_remote_headless_client_host_dialog

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