LLMS
Claude Code v2.1.85
RESUMEN
What's changed - Added `CLAUDECODEMCPSERVERNAME` and `CLAUDECODEMCPSERVERURL` environment variables to MCP `headersHelper` scripts, allowing one helper to serve multiple servers - Added conditional `if` field for hooks using permission rule syntax (e.g., `Bash(git *)`) to filter when the
Descripción Detallada
What's changed - Added `CLAUDECODEMCPSERVERNAME` and `CLAUDECODEMCPSERVERURL` environment variables to MCP `headersHelper` scripts, allowing one helper to serve multiple servers - Added conditional `if` field for hooks using permission rule syntax (e.g., `Bash(git *)`) to filter when they run, reducing process spawning overhead - Added timestamp markers in transcripts when scheduled tasks (`/loop`, `CronCreate`) fire - Added trailing space after `[Image #N]` placeholder when pasting images - Deep link queries (`claude-cli://open?q=…`) now support up to 5,000 characters, with a "scroll to review" warning for long pre-filled prompts - MCP OAuth now follows RFC 9728 Protected Resource Metadata discovery to find the authorization server - Plugins blocked by organization policy (`managed-settings.json`) can no longer be installed or enabled, and are hidden from marketplace views - PreToolUse hooks can now satisfy `AskUserQuestion` by returning `updatedInput` alongside `permissionDecision: "allow"`, enabling headless integrations that collect answers via their own UI - `toolparameters` in OpenTelemetry toolresult events are now gated behind `OTELLOGTOOL_DETAILS=1` - Fixed `/compact` failing with "context exceeded" when the conversation has grown too large for the compact request itself to fit - Fixed `/plugin enable` and `/plugin disable` failing when a plugin's install location differs from where it's declared in settings - Fixed `--worktree` exiting with an error
Actualización de Claude Code que incluye nuevas variables de entorno y cambios en hooks, con breaking changes.
- Se añadieron las variables de entorno `CLAUDE_CODE_MCP_SERVER_NAME` y `CLAUDE_CODE_MCP_SERVER_URL` para scripts de MCP.
- Los hooks ahora pueden usar un campo condicional `if` para filtrar su ejecución.
- Se bloquean plugins según políticas de organización y no se pueden instalar ni habilitar.
- Se solucionaron varios errores relacionados con comandos y hooks.
A quién le importa
Solo si usas las nuevas variables de entorno o hooks condicionales.
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