LLMS
Claude Code v2.1.141
RESUMEN
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 `CLAUDECODEPLUGINPREFERHTTPS` to clone GitHub plugin sources over HTTPS instead of SSH, for environments without a GitH
Descripción Detallada
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 `CLAUDECODEPLUGINPREFERHTTPS` to clone GitHub plugin sources over HTTPS instead of SSH, for environments without a GitHub SSH key - Added `ANTHROPICWORKSPACEID` environment variable for workload identity federation — scopes the minted token to a specific workspace when the federation rule covers more than one - Added `claude agents --cwd ` to scope the session list to a directory - `/feedback` can now include recent sessions (last 24 hours or 7 days) for issues spanning more than the current session - Rewind menu: added "Summarize up to here" to compress earlier context while keeping recent turns intact - Auto mode permission dialog now explains when a `permissions.ask` rule caused the prompt - Restored the "view diff in your IDE" option on file-edit permission prompts when an IDE is connected - Background agents launched via `/bg` or `←←` now preserve the current permission mode instead of reverting to default - `claude agents`: agents that finish work but leave a background shell running now move to Completed instead of staying under Working - Improved spinner feedback during long thinking periods — the spinner now warms to amber after 10 seconds to signal Claude is still working - Improved plugin menu navigation: `→`/Tab switch tabs, `↑` moves to the tab strip, and tab headers and search
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
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
LLMS
Claude Code v2.1.139
## 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 https://code.claude.com/docs/en/agent-view - Added `/goal` command: set a completion condition and Claude keeps working acr