LLMS
Claude Code v2.1.132
RESUMEN
What's changed - Added `CLAUDECODESESSIONID` environment variable to the Bash tool subprocess environment, matching the `sessionid` passed to hooks - Added `CLAUDECODEDISABLEALTERNATESCREEN=1` env var to opt out of the fullscreen alternate-screen renderer and keep the conversation in the
Descripción Detallada
What's changed - Added `CLAUDECODESESSIONID` environment variable to the Bash tool subprocess environment, matching the `sessionid` passed to hooks - Added `CLAUDECODEDISABLEALTERNATESCREEN=1` env var to opt out of the fullscreen alternate-screen renderer and keep the conversation in the terminal's native scrollback - Added a "Pasting…" footer hint while a Ctrl+V image paste is being read from the clipboard - Fixed external SIGINT (e.g. IDE stop button, `kill -INT`) not running graceful shutdown — terminal modes are now restored and the `--resume` hint is printed instead of an abrupt exit - Fixed an uncaught exception when the terminal is closed or SSH disconnects mid-session under the native build - Fixed `--resume` failing with `no low surrogate in string` when a tool error truncation split an emoji; pre-corrupted sessions are sanitized on load - Fixed `--permission-mode` flag being ignored when resuming a plan-mode session with `-p --continue`/`--resume`, and plan mode not being re-applied after `ExitPlanMode` within the same session - Fixed fullscreen mode showing a blank screen after laptop sleep/wake or Ctrl+Z/`fg` until the next keystroke or stream output - Fixed cursor landing mid-grapheme on Ctrl+E/A/K/U/arrow keys when an Indic conjunct or ZWJ emoji wraps across lines - Fixed vim operators corrupting text containing decomposed (NFD) accented characters - Fixed pasting text starting with `/` silently swallowing the input or triggering an unknown-command r
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
LLMS
Claude Code v2.1.222
## What's changed - Fixed worktree-isolated sessions and their subagents being able to run destructive git commands against the main checkout; isolation now applies to file edits and Bash in every session type - Fixed PreToolUse auto-allow hooks bypassing tool restrictions in background agent tasks
LLMS
Claude Code v2.1.221
## What's changed - [VSCode] Added Focus view: a chat-menu toggle that hides tool activity behind an expandable per-turn summary with a live running-tool indicator, toggled with `Ctrl+Alt+F` or the "Claude Code: Toggle Focus view" command - Added `mode: "mask"` for sandbox credential files on Linux