LLMS
Claude Code v2.1.113
RESUMEN
What's changed - Changed the CLI to spawn a native Claude Code binary (via a per-platform optional dependency) instead of bundled JavaScript - Added `sandbox.network.deniedDomains` setting to block specific domains even when a broader `allowedDomains` wildcard would otherwise permit them - Fulls
Descripción Detallada
What's changed - Changed the CLI to spawn a native Claude Code binary (via a per-platform optional dependency) instead of bundled JavaScript - Added `sandbox.network.deniedDomains` setting to block specific domains even when a broader `allowedDomains` wildcard would otherwise permit them - Fullscreen mode: Shift+↑/↓ now scrolls the viewport when extending a selection past the visible edge - `Ctrl+A` and `Ctrl+E` now move to the start/end of the current logical line in multiline input, matching readline behavior - Windows: `Ctrl+Backspace` now deletes the previous word - Long URLs in responses and bash output stay clickable when they wrap across lines (in terminals with OSC 8 hyperlinks) - Improved `/loop`: pressing Esc now cancels pending wakeups, and wakeups display as "Claude resuming /loop wakeup" for clarity - `/extra-usage` now works from Remote Control (mobile/web) clients - Remote Control clients can now query `@`-file autocomplete suggestions - Improved `/ultrareview`: faster launch with parallelized checks, diffstat in the launch dialog, and animated launching state - Subagents that stall mid-stream now fail with a clear error after 10 minutes instead of hanging silently - Bash tool: multi-line commands whose first line is a comment now show the full command in the transcript, closing a UI-spoofing vector - Running `cd && git …` no longer triggers a permission prompt when the `cd` is a no-op - Security: on macOS, `/private/{etc,var,tmp,home}`
Actualización de Claude Code que incluye cambios en la CLI y nuevas configuraciones de red.
- La CLI ahora utiliza un binario nativo en lugar de JavaScript, lo que puede afectar tu configuración.
- Se agregó la opción `sandbox.network.deniedDomains` para bloquear dominios específicos.
- Mejoras en la navegación y comandos en la interfaz, incluyendo soporte para URLs largas.
A quién le importa
Solo si usas la CLI o configuraciones de red en Claude Code.
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