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.179
## What's changed - Fixed mid-stream connection drops: partial responses are now preserved instead of showing a raw error, and the spinner no longer gets stuck at "running tool" - Fixed mouse-wheel scrolling in WSL2 under Windows Terminal and VS Code (regression in 2.1.172) - Fixed a sandbox `denyR
LLMS
Claude Code v2.1.178
## What's changed - Added `Tool(param:value)` syntax for permission rules to match a tool's input parameters (with `*` wildcard), e.g. `Agent(model:opus)` to block Opus subagents - Skills in nested `.claude/skills` directories now load when working on files there; on a name clash, the nested skill