LLMS
Claude Code v2.1.101
RESUMEN
What's changed - Added `/team-onboarding` command to generate a teammate ramp-up guide from your local Claude Code usage - Added OS CA certificate store trust by default, so enterprise TLS proxies work without extra setup (set `CLAUDECODECERT_STORE=bundled` to use only bundled CAs) - `/ultrapl
Descripción Detallada
What's changed - Added `/team-onboarding` command to generate a teammate ramp-up guide from your local Claude Code usage - Added OS CA certificate store trust by default, so enterprise TLS proxies work without extra setup (set `CLAUDECODECERT_STORE=bundled` to use only bundled CAs) - `/ultraplan` and other remote-session features now auto-create a default cloud environment instead of requiring web setup first - Improved brief mode to retry once when Claude responds with plain text instead of a structured message - Improved focus mode: Claude now writes more self-contained summaries since it knows you only see its final message - Improved tool-not-available errors to explain why and how to proceed when the model calls a tool that exists but isn't available in the current context - Improved rate-limit retry messages to show which limit was hit and when it resets instead of an opaque seconds countdown - Improved refusal error messages to include the API-provided explanation when available - Improved `claude -p --resume ` to accept session titles set via `/rename` or `--name` - Improved settings resilience: an unrecognized hook event name in `settings.json` no longer causes the entire file to be ignored - Improved plugin hooks from plugins force-enabled by managed settings to run when `allowManagedHooksOnly` is set - Improved `/plugin` and `claude plugin update` to show a warning when the marketplace could not be refreshed, instead of silently reporting a stale versio
Actualización de Claude Code con nuevos comandos y mejoras, pero incluye cambios que rompen compatibilidad.
- Nuevo comando `/team-onboarding` para generar guías de incorporación de compañeros.
- Confianza en el almacén de certificados CA del sistema por defecto para proxies TLS.
- Las sesiones remotas ahora crean automáticamente un entorno en la nube por defecto.
- Mejoras en mensajes de error y manejo de configuraciones en `settings.json`.
A quién le importa
Solo si usas Claude Code y necesitas mantener compatibilidad.
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