LLMS
Claude Code v2.1.105
RESUMEN
What's changed - Added `path` parameter to the `EnterWorktree` tool to switch into an existing worktree of the current repository - Added PreCompact hook support: hooks can now block compaction by exiting with code 2 or returning `{"decision":"block"}` - Added background monitor support for plug
Descripción Detallada
What's changed - Added `path` parameter to the `EnterWorktree` tool to switch into an existing worktree of the current repository - Added PreCompact hook support: hooks can now block compaction by exiting with code 2 or returning `{"decision":"block"}` - Added background monitor support for plugins via a top-level `monitors` manifest key that auto-arms at session start or on skill invoke - `/proactive` is now an alias for `/loop` - Improved stalled API stream handling: streams now abort after 5 minutes of no data and retry non-streaming instead of hanging indefinitely - Improved network error messages: connection errors now show a retry message immediately instead of a silent spinner - Improved file write display: long single-line writes (e.g. minified JSON) are now truncated in the UI instead of paginating across many screens - Improved `/doctor` layout with status icons; press `f` to have Claude fix reported issues - Improved `/config` labels and descriptions for clarity - Improved skill description handling: raised the listing cap from 250 to 1,536 characters and added a startup warning when descriptions are truncated - Improved `WebFetch` to strip `` and `` contents from fetched pages so CSS-heavy pages no longer exhaust the content budget before reaching actual text - Improved stale agent worktree cleanup to remove worktrees whose PR was squash-merged instead of keeping them indefinitely - Improved MCP large-output truncation prompt to give format-spec
Actualización de Claude Code con nuevos parámetros y mejoras, pero incluye cambios que rompen compatibilidad.
- Se añadió el parámetro `path` a `EnterWorktree` para cambiar a un worktree existente.
- Soporte para hooks PreCompact que pueden bloquear la compactación.
- Mejoras en el manejo de errores de red y en la visualización de archivos escritos.
A quién le importa
Solo si usas `EnterWorktree` o hooks de compactación.
Generado por IA · puede contener errores
Releases Relacionados
LLMS
Claude Code v2.1.220
## What's changed - Bug fixes and reliability improvements
LLMS
Claude Code v2.1.219
## What's changed - Added Claude Opus 5 (`claude-opus-5`), now the default Opus model — 1M context, fast mode at $10/$50 per Mtok - Added `sandbox.network.strictAllowlist` setting to deny non-allowlisted hosts for sandboxed commands without prompting - Added `DirectoryAdded` hook that fires after `