LLMS
Claude Code v2.1.73
RESUMEN
What's changed - Added `modelOverrides` setting to map model picker entries to custom provider model IDs (e.g. Bedrock inference profile ARNs) - Added actionable guidance when OAuth login or connectivity checks fail due to SSL certificate errors (corporate proxies, `NODEEXTRACA_CERTS`) - Fixed
Descripción Detallada
What's changed - Added `modelOverrides` setting to map model picker entries to custom provider model IDs (e.g. Bedrock inference profile ARNs) - Added actionable guidance when OAuth login or connectivity checks fail due to SSL certificate errors (corporate proxies, `NODEEXTRACA_CERTS`) - Fixed freezes and 100% CPU loops triggered by permission prompts for complex bash commands - Fixed a deadlock that could freeze Claude Code when many skill files changed at once (e.g. during `git pull` in a repo with a large `.claude/skills/` directory) - Fixed Bash tool output being lost when running multiple Claude Code sessions in the same project directory - Fixed subagents with `model: opus`/`sonnet`/`haiku` being silently downgraded to older model versions on Bedrock, Vertex, and Microsoft Foundry - Fixed background bash processes spawned by subagents not being cleaned up when the agent exits - Fixed `/resume` showing the current session in the picker - Fixed `/ide` crashing with `onInstall is not defined` when auto-installing the extension - Fixed `/loop` not being available on Bedrock/Vertex/Foundry and when telemetry was disabled - Fixed SessionStart hooks firing twice when resuming a session via `--resume` or `--continue` - Fixed JSON-output hooks injecting no-op system-reminder messages into the model's context on every turn - Fixed voice mode session corruption when a slow connection overlaps a new recording - Fixed Linux sandbox failing to start with "ripgrep (rg) not found
Actualización de Claude Code con nuevas configuraciones y múltiples correcciones, pero incluye cambios que rompen compatibilidad.
- Se agregó la configuración `modelOverrides` para mapear entradas del selector de modelos a IDs de modelos personalizados.
- Se añadió guía para errores de inicio de sesión OAuth relacionados con certificados SSL.
- Se corrigieron varios problemas de rendimiento y errores en la gestión de sesiones y herramientas.
A quién le importa
Solo si usas la configuración de modelos o experimentas problemas de conexión.
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