LLMS
Claude Code v2.1.84
RESUMEN
What's changed - Added PowerShell tool for Windows as an opt-in preview. Learn more at - Added `ANTHROPICDEFAULT{OPUS,SONNET,HAIKU}MODELSUPPORTS` env vars to override effort/thinking capability detection for pinned default model
Descripción Detallada
What's changed - Added PowerShell tool for Windows as an opt-in preview. Learn more at - Added `ANTHROPICDEFAULT{OPUS,SONNET,HAIKU}MODELSUPPORTS` env vars to override effort/thinking capability detection for pinned default models for 3p (Bedrock, Vertex, Foundry), and `MODELNAME`/`DESCRIPTION` to customize the `/model` picker label - Added `CLAUDESTREAMIDLETIMEOUT_MS` env var to configure the streaming idle watchdog threshold (default 90s) - Added `TaskCreated` hook that fires when a task is created via `TaskCreate` - Added `WorktreeCreate` hook support for `type: "http"` — return the created worktree path via `hookSpecificOutput.worktreePath` in the response JSON - Added `allowedChannelPlugins` managed setting for team/enterprise admins to define a channel plugin allowlist - Added `x-client-request-id` header to API requests for debugging timeouts - Added idle-return prompt that nudges users returning after 75+ minutes to `/clear`, reducing unnecessary token re-caching on stale sessions - Deep links (`claude-cli://`) now open in your preferred terminal instead of whichever terminal happens to be first in the detection list - Rules and skills `paths:` frontmatter now accepts a YAML list of globs - MCP tool descriptions and server instructions are now capped at 2KB to prevent OpenAPI-generated servers from bloating context - MCP servers configured both locally and via claude.ai connectors are now ded
Actualización de Claude Code con nuevas herramientas y variables de entorno, incluye cambios que rompen código.
- Se añade una herramienta de PowerShell para Windows en vista previa opcional.
- Nuevas variables de entorno para personalizar modelos y etiquetas en el selector.
- Se introduce un nuevo hook `TaskCreated` y soporte para `WorktreeCreate`.
- Se limita la descripción de herramientas MCP a 2KB para evitar problemas de contexto.
A quién le importa
Solo si usas las nuevas herramientas o variables de entorno.
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