LLMS
Claude Code v2.1.91
RESUMEN
What's changed - Added MCP tool result persistence override via `_meta["anthropic/maxResultSizeChars"]` annotation (up to 500K), allowing larger results like DB schemas to pass through without truncation - Added `disableSkillShellExecution` setting to disable inline shell execution in skills, cu
Descripción Detallada
What's changed - Added MCP tool result persistence override via `meta["anthropic/maxResultSizeChars"]` annotation (up to 500K), allowing larger results like DB schemas to pass through without truncation - Added `disableSkillShellExecution` setting to disable inline shell execution in skills, custom slash commands, and plugin commands - Added support for multi-line prompts in `claude-cli://open?q=` deep links (encoded newlines `%0A` no longer rejected) - Plugins can now ship executables under `bin/` and invoke them as bare commands from the Bash tool - Fixed transcript chain breaks on `--resume` that could lose conversation history when async transcript writes fail silently - Fixed `cmd+delete` not deleting to start of line on iTerm2, kitty, WezTerm, Ghostty, and Windows Terminal - Fixed plan mode in remote sessions losing track of the plan file after a container restart, which caused permission prompts on plan edits and an empty plan-approval modal - Fixed JSON schema validation for `permissions.defaultMode: "auto"` in settings.json - Fixed Windows version cleanup not protecting the active version's rollback copy - `/feedback` now explains why it's unavailable instead of disappearing from the slash menu - Improved `/claude-api` skill guidance for agent design patterns including tool surface decisions, context management, and caching strategy - Improved performance: faster `stripAnsi` on Bun by routing through `Bun.stripANSI` - Edit tool now uses shorter `oldstring` anch
Actualización de Claude Code con cambios importantes y una ruptura de código.
- Se agregó la anotación `_meta["anthropic/maxResultSizeChars"]` para permitir resultados más grandes sin truncamiento.
- Nuevo ajuste `disableSkillShellExecution` para desactivar la ejecución de shell en habilidades.
- Soporte para prompts multilínea en enlaces profundos `claude-cli://open?q=`.
- Correcciones de errores y mejoras de rendimiento en varias funciones.
A quién le importa
Solo si usas las nuevas características o dependes de la ejecución de shell en habilidades.
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