LLMS
Claude Code v2.1.69
RESUMEN
What's changed - Added the `/claude-api` skill for building applications with the Claude API and Anthropic SDK - Added Ctrl+U on an empty bash prompt (`!`) to exit bash mode, matching `escape` and `backspace` - Added numeric keypad support for selecting options in Claude's interview questions (p
Descripción Detallada
What's changed - Added the `/claude-api` skill for building applications with the Claude API and Anthropic SDK - Added Ctrl+U on an empty bash prompt (`!`) to exit bash mode, matching `escape` and `backspace` - Added numeric keypad support for selecting options in Claude's interview questions (previously only the number row above QWERTY worked) - Added optional name argument to `/remote-control` and `claude remote-control` (`/remote-control My Project` or `--name "My Project"`) to set a custom session title visible in claude.ai/code - Added Voice STT support for 10 new languages (20 total) — Russian, Polish, Turkish, Dutch, Ukrainian, Greek, Czech, Danish, Swedish, Norwegian - Added effort level display (e.g., "with low effort") to the logo and spinner, making it easier to see which effort setting is active - Added agent name display in terminal title when using `claude --agent` - Added `sandbox.enableWeakerNetworkIsolation` setting (macOS only) to allow Go programs like `gh`, `gcloud`, and `terraform` to verify TLS certificates when using a custom MITM proxy with `httpProxyPort` - Added `includeGitInstructions` setting (and `CLAUDECODEDISABLEGITINSTRUCTIONS` env var) to remove built-in commit and PR workflow instructions from Claude's system prompt - Added `/reload-plugins` command to activate pending plugin changes without restarting - Added a one-time startup prompt suggesting Claude Code Desktop on macOS and Windows (max 3 showings, dismissible) - Added `${CLAUDE_
Actualización de Claude Code con nuevas funciones y cambios en la API, pero incluye cambios que rompen código.
- Se añadió la habilidad `/claude-api` para construir aplicaciones con la API de Claude y el SDK de Anthropic.
- Se agregó Ctrl+U para salir del modo bash en un prompt vacío.
- Soporte para el teclado numérico en preguntas de entrevista de Claude.
- Se añadió un argumento de nombre opcional a `/remote-control` para establecer un título de sesión personalizado.
A quién le importa
Solo si usas la API de Claude o dependes de la funcionalidad de bash.
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