LLMS
Claude Code v2.1.80
RESUMEN
What's changed - Added `ratelimits` field to statusline scripts for displaying Claude.ai rate limit usage (5-hour and 7-day windows with `usedpercentage` and `resets_at`) - Added `source: 'settings'` plugin marketplace source — declare plugin entries inline in settings.json - Added CLI tool us
Descripción Detallada
What's changed - Added `ratelimits` field to statusline scripts for displaying Claude.ai rate limit usage (5-hour and 7-day windows with `usedpercentage` and `resetsat`) - Added `source: 'settings'` plugin marketplace source — declare plugin entries inline in settings.json - Added CLI tool usage detection to plugin tips, in addition to file pattern matching - Added `effort` frontmatter support for skills and slash commands to override the model effort level when invoked - Added `--channels` (research preview) — allow MCP servers to push messages into your session - Fixed `--resume` dropping parallel tool results — sessions with parallel tool calls now restore all tooluse/tool_result pairs instead of showing `[Tool result missing]` placeholders - Fixed voice mode WebSocket failures caused by Cloudflare bot detection on non-browser TLS fingerprints - Fixed 400 errors when using fine-grained tool streaming through API proxies, Bedrock, or Vertex - Fixed `/remote-control` appearing for gateway and third-party provider deployments where it cannot function - Fixed `/sandbox` tab switching not responding to Tab or arrow keys - Improved responsiveness of `@` file autocomplete in large git repositories - Improved `/effort` to show what auto currently resolves to, matching the status bar indicator - Improved `/permissions` — Tab and arrow keys now switch tabs from within a list - Improved background tasks panel — left arrow now closes from the list view - Simplified plugin inst
Actualización de Claude Code v2.1.80 con cambios en scripts y nuevas funciones, pero incluye cambios que rompen código.
- Se añadió el campo `rate_limits` para mostrar el uso de límites de tasa de Claude.ai.
- Se agregó la fuente `source: 'settings'` para declarar plugins en settings.json.
- Se mejoró la detección de uso de herramientas CLI en consejos de plugins.
A quién le importa
Solo si usas scripts de estado o plugins en settings.json.
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