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.238 Home All releases olderv2.1.237 v2.1.239newer
Claude Code v2.1.238

Resuming a suspended session no longer re-grabs the terminal after teardown

You'll notice
Useful3 Signal1
Terminal Rendering

Suspending with Ctrl-Z and resuming after Claude Code exited no longer leaves your terminal in raw mode.

What

The interface now tracks whether it has already given the terminal back, and that check guards both the resume-after-suspend handler and a raw-mode probe. Suspending with Ctrl-Z and resuming after the app has shut down no longer puts the terminal back into raw mode.

Details
  • The new state is exposed as hasReleasedTerminal, true when the app has unmounted or the output stream has.
  • The same store gained terminal focus and focus-changed state plus onboarding and org-memory row flags.
Evidence

hasReleasedTerminal

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.238 →