LLMS
Claude Code v2.1.88
RESUMEN
What's changed - Added `CLAUDECODENO_FLICKER=1` environment variable to opt into flicker-free alt-screen rendering with virtualized scrollback - Added `PermissionDenied` hook that fires after auto mode classifier denials — return `{retry: true}` to tell the model it can retry - Added named sub
Descripción Detallada
What's changed - Added `CLAUDECODENO_FLICKER=1` environment variable to opt into flicker-free alt-screen rendering with virtualized scrollback - Added `PermissionDenied` hook that fires after auto mode classifier denials — return `{retry: true}` to tell the model it can retry - Added named subagents to `@` mention typeahead suggestions - Fixed prompt cache misses in long sessions caused by tool schema bytes changing mid-session - Fixed nested CLAUDE.md files being re-injected dozens of times in long sessions that read many files - Fixed Edit/Write tools doubling CRLF on Windows and stripping Markdown hard line breaks (two trailing spaces) - Fixed `StructuredOutput` schema cache bug causing ~50% failure rate in workflows with multiple schemas - Fixed memory leak where large JSON inputs were retained as LRU cache keys in long-running sessions - Fixed a potential out-of-memory crash when the Edit tool was used on very large files (>1 GiB) - Fixed a crash when removing a message from very large session files (over 50MB) - Fixed `--resume` crash when transcript contains a tool result from an older CLI version or interrupted write - Fixed misleading "Rate limit reached" message when the API returned an entitlement error — now shows the actual error with actionable hints - Fixed LSP server zombie state after crash — server now restarts on next request instead of failing until session restart - Fixed hooks `if` condition filtering not matching compound commands (`ls && git push
Actualización de Claude Code con mejoras y correcciones, incluye cambios que rompen compatibilidad.
- Se agregó la variable de entorno `CLAUDE_CODE_NO_FLICKER=1` para renderizado sin parpadeo.
- Nuevo hook `PermissionDenied` para manejar denegaciones de clasificación automática.
- Se corrigieron múltiples errores, incluyendo fugas de memoria y fallos en el esquema de salida estructurada.
A quién le importa
Solo si usas Claude Code y necesitas evitar problemas de compatibilidad.
Generado por IA · puede contener errores
Releases Relacionados
LLMS
Claude Code v2.1.179
## What's changed - Fixed mid-stream connection drops: partial responses are now preserved instead of showing a raw error, and the spinner no longer gets stuck at "running tool" - Fixed mouse-wheel scrolling in WSL2 under Windows Terminal and VS Code (regression in 2.1.172) - Fixed a sandbox `denyR
LLMS
Claude Code v2.1.178
## What's changed - Added `Tool(param:value)` syntax for permission rules to match a tool's input parameters (with `*` wildcard), e.g. `Agent(model:opus)` to block Opus subagents - Skills in nested `.claude/skills` directories now load when working on files there; on a name clash, the nested skill