LLMS
Claude Code v2.1.83
RESUMEN
What's changed - Added `managed-settings.d/` drop-in directory alongside `managed-settings.json`, letting separate teams deploy independent policy fragments that merge alphabetically - Added `CwdChanged` and `FileChanged` hook events for reactive environment management (e.g., direnv) - Added `sa
Descripción Detallada
What's changed - Added `managed-settings.d/` drop-in directory alongside `managed-settings.json`, letting separate teams deploy independent policy fragments that merge alphabetically - Added `CwdChanged` and `FileChanged` hook events for reactive environment management (e.g., direnv) - Added `sandbox.failIfUnavailable` setting to exit with an error when sandbox is enabled but cannot start, instead of running unsandboxed - Added `disableDeepLinkRegistration` setting to prevent `claude-cli://` protocol handler registration - Added `CLAUDECODESUBPROCESSENVSCRUB=1` to strip Anthropic and cloud provider credentials from subprocess environments (Bash tool, hooks, MCP stdio servers) - Added transcript search — press `/` in transcript mode (`Ctrl+O`) to search, `n`/`N` to step through matches - Added `Ctrl+X Ctrl+E` as an alias for opening the external editor (readline-native binding; `Ctrl+G` still works) - Pasted images now insert an `[Image #N]` chip at the cursor so you can reference them positionally in your prompt - Agents can now declare `initialPrompt` in frontmatter to auto-submit a first turn - `chat:killAgents` and `chat:fastMode` are now rebindable via `~/.claude/keybindings.json` - Fixed mouse tracking escape sequences leaking to shell prompt after exit - Fixed Claude Code hanging on exit on macOS - Fixed screen flashing blank after being idle for a few seconds - Fixed a hang when diffing very large files with few common lines — diffs now time out after 5 seconds
Actualización de Claude Code con cambios en la gestión de configuraciones y nuevos eventos de hooks.
- Se añadió el directorio `managed-settings.d/` para fragmentos de políticas independientes.
- Nuevos eventos de hooks: `CwdChanged` y `FileChanged` para gestión reactiva.
- Se agregó la opción `sandbox.failIfUnavailable` para errores en sandbox.
- Se añadió búsqueda en transcripciones y mejoras en la edición externa.
A quién le importa
Solo si usas configuraciones personalizadas o gestionas entornos reactivos.
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