LLMS
Claude Code v2.1.90
RESUMEN
What's changed - Added `/powerup` — interactive lessons teaching Claude Code features with animated demos - Added `CLAUDECODEPLUGINKEEPMARKETPLACEONFAILURE` env var to keep the existing marketplace cache when `git pull` fails, useful in offline environments - Added `.husky` to protected di
Descripción Detallada
What's changed - Added `/powerup` — interactive lessons teaching Claude Code features with animated demos - Added `CLAUDECODEPLUGINKEEPMARKETPLACEONFAILURE` env var to keep the existing marketplace cache when `git pull` fails, useful in offline environments - Added `.husky` to protected directories (acceptEdits mode) - Fixed an infinite loop where the rate-limit options dialog would repeatedly auto-open after hitting your usage limit, eventually crashing the session - Fixed `--resume` causing a full prompt-cache miss on the first request for users with deferred tools, MCP servers, or custom agents (regression since v2.1.69) - Fixed `Edit`/`Write` failing with "File content has changed" when a PostToolUse format-on-save hook rewrites the file between consecutive edits - Fixed `PreToolUse` hooks that emit JSON to stdout and exit with code 2 not correctly blocking the tool call - Fixed collapsed search/read summary badge appearing multiple times in fullscreen scrollback when a CLAUDE.md file auto-loads during a tool call - Fixed auto mode not respecting explicit user boundaries ("don't push", "wait for X before Y") even when the action would otherwise be allowed - Fixed click-to-expand hover text being nearly invisible on light terminal themes - Fixed UI crash when malformed tool input reached the permission dialog - Fixed headers disappearing when scrolling `/model`, `/config`, and other selection screens - Hardened PowerShell tool permission checks: fixed trailing `&
Actualización de Claude Code v2.1.90 con nuevas funciones y correcciones importantes.
- Se agregó `/powerup` para lecciones interactivas sobre características de Claude Code.
- Nueva variable de entorno `CLAUDE_CODE_PLUGIN_KEEP_MARKETPLACE_ON_FAILURE` para mantener el caché del marketplace en fallos de `git pull`.
- Se añadió `.husky` a los directorios protegidos.
- Se corrigieron varios errores, incluyendo un bucle infinito en el diálogo de opciones de límite de uso.
A quién le importa
Solo si usas Claude Code y necesitas las nuevas funciones o correcciones.
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