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

Accepting the fullscreen prompt swaps the renderer without a restart

Use it now
Useful3 Signal2
Terminal UI

Accepting the fullscreen prompt now switches renderer in place instead of relaunching.

tui
What

Saying yes to the fullscreen upsell now sets tui to fullscreen and hands over to the new renderer in place, instead of routing through a relaunch.

Details
  • Background work is checked first. If something is running the switch is refused with a message saying the preference is saved and the session stays where it is, with its own wording when a comment monitor is running.
  • If the in-place handoff throws, you get a message telling you to restart instead.
  • The dialog can now return feedback text, shown as a toast for 12 seconds.
Evidence

Couldn't switch renderers

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