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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

/tui failures hide error detail on untrusted connections

You'll notice
Useful2 Signal2
Terminal UI

/tui errors are redacted on remote or untrusted sessions; local sessions still see full detail.

/tui
What

When /tui fails to save the renderer setting or relaunch, the underlying error text is no longer printed on remote or untrusted sessions; a redacted line is shown instead. Local sessions still see the full error.

Details
  • Same treatment on the fullscreen-feedback component's switch-back path.
  • Decided by a runtime check on the session, not a setting you can flip.
Evidence

Failed to save setting (detail withheld on this connection).

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