LLMS
Claude Code v2.1.139
RESUMEN
What's changed - Added agent view (Research Preview): a single list of every Claude Code session — running, blocked on you, or done. Run `claude agents` to get started. See - Added `/goal` command: set a completion condition and Claude keeps working acr
Descripción Detallada
What's changed - Added agent view (Research Preview): a single list of every Claude Code session — running, blocked on you, or done. Run `claude agents` to get started. See - Added `/goal` command: set a completion condition and Claude keeps working across turns until it's met. Works in interactive, `-p`, and Remote Control. Shows live elapsed/turns/tokens as an overlay panel - Added `/scroll-speed` command to tune mouse wheel scroll speed with a live preview - Added `claude plugin details ` to show a plugin's component inventory and projected per-session token cost - Added transcript view navigation: `?` for keyboard shortcuts, `{`/`}` to jump between user prompts, `v` to toggle shortcut panel - Added hook `args: string[]` field (exec form) that spawns the command directly without a shell, so path placeholders never need quoting - Added hook `continueOnBlock` config option for `PostToolUse` — set to `true` to feed the hook's rejection reason back to Claude and continue the turn - MCP stdio servers now receive `CLAUDEPROJECTDIR` in their environment, matching hooks. Plugin configs can reference `${CLAUDEPROJECTDIR}` in commands - Compaction prompt now asks the model to preserve sensitive user instructions - `/mcp` Reconnect now picks up `.mcp.json` edits without a restart, and shows the HTTP status and URL when reconnecting fails - `/context all` per-skill token estimates now account for the model's tokenizer and show r
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
LLMS
Claude Code v2.1.195
## What's changed - Added `CLAUDE_CODE_DISABLE_MOUSE_CLICKS` to disable mouse click/drag/hover in fullscreen mode while keeping wheel scroll - Fixed hook matchers with hyphenated identifiers (e.g. `code-reviewer`, `mcp__brave-search`) accidentally substring-matching — they now exact-match. Use `mcp
LLMS
Claude Code v2.1.193
## What's changed - Added `autoMode.classifyAllShell` setting to route all Bash/PowerShell commands through the auto-mode classifier instead of only arbitrary-code-execution patterns - Added auto-mode denial reasons to the transcript, the denial toast, and `/permissions` recent denials - Added `cla