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.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