LLMS
Claude Code v2.1.78
RESUMEN
What's changed - Added `StopFailure` hook event that fires when the turn ends due to an API error (rate limit, auth failure, etc.) - Added `${CLAUDEPLUGINDATA}` variable for plugin persistent state that survives plugin updates; `/plugin uninstall` prompts before deleting it - Added `effort`, `
Descripción Detallada
What's changed - Added `StopFailure` hook event that fires when the turn ends due to an API error (rate limit, auth failure, etc.) - Added `${CLAUDEPLUGINDATA}` variable for plugin persistent state that survives plugin updates; `/plugin uninstall` prompts before deleting it - Added `effort`, `maxTurns`, and `disallowedTools` frontmatter support for plugin-shipped agents - Terminal notifications (iTerm2/Kitty/Ghostty popups, progress bar) now reach the outer terminal when running inside tmux with `set -g allow-passthrough on` - Response text now streams line-by-line as it's generated - Fixed `git log HEAD` failing with "ambiguous argument" inside sandboxed Bash on Linux, and stub files polluting `git status` in the working directory - Fixed `cc log` and `--resume` silently truncating conversation history on large sessions (>5 MB) that used subagents - Fixed infinite loop when API errors triggered stop hooks that re-fed blocking errors to the model - Fixed `deny: ["mcp__servername"]` permission rules not removing MCP server tools before sending to the model, allowing it to see and attempt blocked tools - Fixed `sandbox.filesystem.allowWrite` not working with absolute paths (previously required `//` prefix) - Fixed `/sandbox` Dependencies tab showing Linux prerequisites on macOS instead of macOS-specific info - Security: Fixed silent sandbox disable when `sandbox.enabled: true` is set but dependencies are missing — now shows a visible startup warning - Fixed `.git`, `.
Actualización importante con nuevas funciones y correcciones, incluye un cambio que rompe compatibilidad.
- Se añadió el evento `StopFailure` para manejar errores de API.
- Nueva variable `${CLAUDE_PLUGIN_DATA}` para estado persistente de plugins.
- Soporte para `effort`, `maxTurns` y `disallowedTools` en agentes de plugins.
- Se corrigieron varios errores, incluyendo problemas con `git log` y permisos de herramientas.
A quién le importa
Solo si usas plugins o dependes de la API de Claude Code.
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