telexed ~ c / 95d31114-f01radar:60 · agent_toolLIVE
← back
NO.
#95d31114
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-06 22:08:13
Importance
★ 6/10 — radar 60
`Claude Code` `v2.1.132` adds session env vars and hardens terminal/resume flows
FIG-0951:1

`Claude Code` `v2.1.132` adds session env vars and hardens terminal/resume flows

More of a stability drop than a feature release: terminal recovery, paste handling, resume state, and MCP failure cases all got cleaned up. Worth updating if Claude Code is part of your daily shell or IDE loop.

[ KEY POINTS ]
  1. CLAUDE_CODE_SESSION_ID now reaches Bash subprocesses, aligning tool env with hook session_id and making per-session logging easier.
  2. CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1 keeps output in native scrollback, useful if you prefer normal terminal history over fullscreen rendering.
  3. Resume and plan-mode edge cases were fixed, including emoji-corrupted sessions, ignored --permission-mode, and lost plan mode after ExitPlanMode.
  4. A severe MCP issue was patched: malformed stdio server output could drive 10GB+ RSS memory growth, and failed tools/list now retries with clearer status.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.132Read original →

// related