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.185
## What's changed - The stream-stall hint now reads "Waiting for API response · will retry in …" instead of "No response from API · Retrying in …", and triggers after 20s of silence instead of 10s
LLMS
Claude Code v2.1.183
## What's changed - Improved auto mode safety: destructive git commands (`git reset --hard`, `git checkout -- .`, `git clean -fd`, `git stash drop`) are now blocked when you didn't ask to discard local work, `git commit --amend` is blocked when the commit wasn't made by the agent this session, and