LLMS
Claude Code v2.1.122
RESUMEN
What's changed - Added `ANTHROPICBEDROCKSERVICE_TIER` environment variable to select a Bedrock service tier (`default`, `flex`, or `priority`), sent as the `X-Amzn-Bedrock-Service-Tier` header - Pasting a PR URL into the `/resume` search box now finds the session that created that PR (GitHub,
Descripción Detallada
What's changed - Added `ANTHROPICBEDROCKSERVICETIER` environment variable to select a Bedrock service tier (`default`, `flex`, or `priority`), sent as the `X-Amzn-Bedrock-Service-Tier` header - Pasting a PR URL into the `/resume` search box now finds the session that created that PR (GitHub, GitHub Enterprise, GitLab, and Bitbucket) - `/mcp` now shows claude.ai connectors hidden by a manually-added server with the same URL, with a hint to remove the duplicate - Clarified the `/mcp` message shown when an MCP server is still unauthorized after the browser sign-in flow - OpenTelemetry: numeric attributes on `apirequest`/`apierror` log events are now emitted as numbers, not strings - OpenTelemetry: added `claudecode.atmention` log event for `@`-mention resolution - Fixed `/branch` producing forks that fail with "tooluse ids were found without toolresult blocks" when the source session contained entries from rewound timelines - Fixed `/model` not showing the Effort option for Bedrock application inference profile ARNs, and those ARNs not receiving `outputconfig.effort` - Fixed Vertex AI / Bedrock returning `invalidrequesterror: outputconfig: Extra inputs are not permitted` on session-title generation and other structured-output queries - Fixed Vertex AI `counttokens` endpoint returning 400 errors for users behind proxy gateways - Fixed `spinnerTipsOverride.excludeDefault` not suppressing the time-based spinner tips - Fixed ToolSearch missing MCP tools that connec
Actualización de Claude Code con cambios en variables de entorno y correcciones de errores.
- Se agregó la variable de entorno `ANTHROPIC_BEDROCK_SERVICE_TIER` para seleccionar el nivel de servicio de Bedrock.
- Al pegar una URL de PR en `/resume`, ahora se encuentra la sesión que creó ese PR.
- Se corrigieron varios errores relacionados con `/branch`, `/model` y Vertex AI.
A quién le importa
Solo si usas la variable de entorno o dependes de las funciones afectadas.
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