LLMS
Claude Code v2.1.51
RESUMEN
What's changed - Added `claude remote-control` subcommand for external builds, enabling local environment serving for all users. - Updated plugin marketplace default git timeout from 30s to 120s and added `CLAUDECODEPLUGINGITTIMEOUT_MS` to configure. - Added support for custom npm registries
Descripción Detallada
What's changed - Added `claude remote-control` subcommand for external builds, enabling local environment serving for all users. - Updated plugin marketplace default git timeout from 30s to 120s and added `CLAUDECODEPLUGINGITTIMEOUTMS` to configure. - Added support for custom npm registries and specific version pinning when installing plugins from npm sources - BashTool now skips login shell (`-l` flag) by default when a shell snapshot is available, improving command execution performance. Previously this required setting `CLAUDEBASHNOLOGIN=true`. - Fixed a security issue where `statusLine` and `fileSuggestion` hook commands could execute without workspace trust acceptance in interactive mode. - Tool results larger than 50K characters are now persisted to disk (previously 100K). This reduces context window usage and improves conversation longevity. - Fixed a security issue where HTTP hooks could interpolate arbitrary environment variables from header values. Env var interpolation now requires an explicit `allowedEnvVars` list in the hook configuration. - Fixed a bug where duplicate `controlresponse` messages (e.g. from WebSocket reconnects) could cause API 400 errors by pushing duplicate assistant messages into the conversation. - Added `CLAUDECODEACCOUNTUUID`, `CLAUDECODEUSEREMAIL`, and `CLAUDECODEORGANIZATIONUUID` environment variables for SDK callers to provide account info synchronously, eliminating a race condition where early telemetry events lacke
Actualización importante de Claude Code con nuevos comandos y mejoras de seguridad.
- Se agregó el subcomando `claude remote-control` para construir entornos locales.
- Se actualizó el tiempo de espera de git en el marketplace de plugins de 30s a 120s.
- Se añadió soporte para registries npm personalizados y fijación de versiones al instalar plugins.
- Se corrigieron problemas de seguridad y se mejoró el rendimiento en la ejecución de comandos.
A quién le importa
Solo si usas Claude Code y dependes de plugins o entornos locales.
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