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.141
## What's changed - Added `terminalSequence` field to hook JSON output so hooks can emit desktop notifications, window titles, and bells without a controlling terminal - Added `CLAUDE_CODE_PLUGIN_PREFER_HTTPS` to clone GitHub plugin sources over HTTPS instead of SSH, for environments without a GitH
LLMS
Claude Code v2.1.140
## What's changed - Improved Agent tool `subagent_type` matching to accept case- and separator-insensitive values (e.g. `"Code Reviewer"` resolves to `code-reviewer`) - Updated agent color palette - Fixed `/goal` silently hanging when `disableAllHooks` or `allowManagedHooksOnly` is set — now shows