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.126
## What's changed - The `/model` picker now lists models from your gateway's `/v1/models` endpoint when `ANTHROPIC_BASE_URL` points at an Anthropic-compatible gateway - - Added `claude project purge [path]` to delete all Claude Code state for a project (transcripts, tasks, file history, config entr
LLMS
Claude Code v2.1.123
## What's changed - Fixed OAuth authentication failing with a 401 retry loop when `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` is set