LLMS
Claude Code v2.1.123
RESUMEN
What's changed - Fixed OAuth authentication failing with a 401 retry loop when `CLAUDECODEDISABLEEXPERIMENTALBETAS=1` is set
Descripción Detallada
What's changed - Fixed OAuth authentication failing with a 401 retry loop when `CLAUDECODEDISABLEEXPERIMENTALBETAS=1` is set
Se corrige un fallo en la autenticación OAuth que causaba un bucle de reintentos 401.
- Se solucionó un problema de autenticación OAuth que fallaba con un bucle de reintentos 401 al establecer 'CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1'.
A quién le importa
Solo si usas la autenticación OAuth con la variable mencionada.
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.122
## What's changed - Added `ANTHROPIC_BEDROCK_SERVICE_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,