LLMS
Claude Code v2.1.89
RESUMEN
What's changed - Added `"defer"` permission decision to `PreToolUse` hooks — headless sessions can pause at a tool call and resume with `-p --resume` to have the hook re-evaluate - Added `CLAUDECODENO_FLICKER=1` environment variable to opt into flicker-free alt-screen rendering with virtualize
Descripción Detallada
What's changed - Added `"defer"` permission decision to `PreToolUse` hooks — headless sessions can pause at a tool call and resume with `-p --resume` to have the hook re-evaluate - Added `CLAUDECODENOFLICKER=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 - Added `MCPCONNECTION_NONBLOCKING=true` for `-p` mode to skip the MCP connection wait entirely, and bounded `--mcp-config` server connections at 5s instead of blocking on the slowest server - Auto mode: denied commands now show a notification and appear in `/permissions` → Recent tab where you can retry with `r` - Fixed `Edit(//path/)` and `Read(//path/)` allow rules to check the resolved symlink target, not just the requested path - Fixed voice push-to-talk not activating for some modifier-combo bindings, and voice mode on Windows failing with "WebSocket upgrade rejected with HTTP 101" - 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 when using multiple schemas - Fixed memory leak where large JSON inputs were retained as LRU cache keys in long-running sessions - Fixed a crash when removing a message from very large session files (over 50MB)
Actualización de Claude Code con cambios en permisos y mejoras en rendimiento.
- Se agregó el permiso 'defer' en hooks de PreToolUse, permitiendo pausar y reanudar sesiones headless.
- Nueva variable de entorno CLAUDE_CODE_NO_FLICKER=1 para renderizado sin parpadeos.
- Se añadió el hook PermissionDenied para manejar denegaciones en modo automático.
- Se corrigieron varios errores, incluyendo problemas de memoria y fallos en herramientas de edición.
A quién le importa
Solo si usas sesiones headless o necesitas evitar parpadeos en la interfaz.
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