LLMS
Claude Code v2.1.97
RESUMEN
What's changed - Added focus view toggle (`Ctrl+O`) in `NOFLICKER` mode showing prompt, one-line tool summary with edit diffstats, and final response - Added `refreshInterval` status line setting to re-run the status line command every N seconds - Added `workspace.gitworktree` to the status li
Descripción Detallada
What's changed - Added focus view toggle (`Ctrl+O`) in `NOFLICKER` mode showing prompt, one-line tool summary with edit diffstats, and final response - Added `refreshInterval` status line setting to re-run the status line command every N seconds - Added `workspace.gitworktree` to the status line JSON input, set when the current directory is inside a linked git worktree - Added `● N running` indicator in `/agents` next to agent types with live subagent instances - Added syntax highlighting for Cedar policy files (`.cedar`, `.cedarpolicy`) - Fixed `--dangerously-skip-permissions` being silently downgraded to accept-edits mode after approving a write to a protected path - Fixed and hardened Bash tool permissions, tightening checks around env-var prefixes and network redirects, and reducing false prompts on common commands - Fixed permission rules with names matching JavaScript prototype properties (e.g. `toString`) causing `settings.json` to be silently ignored - Fixed managed-settings allow rules remaining active after an admin removed them until process restart - Fixed `permissions.additionalDirectories` changes in settings not applying mid-session - Fixed removing a directory from `settings.permissions.additionalDirectories` revoking access to the same directory passed via `--add-dir` - Fixed MCP HTTP/SSE connections accumulating ~50 MB/hr of unreleased buffers when servers reconnect - Fixed MCP OAuth `oauth.authServerMetadataUrl` not being honored on token refresh afte
Actualización de Claude Code con nuevas funciones y correcciones, pero incluye cambios que rompen código.
- Nuevo modo de vista de enfoque (`Ctrl+O`) en modo `NO_FLICKER` que muestra el prompt y resumen de herramientas.
- Se agregó configuración `refreshInterval` para actualizar la línea de estado cada N segundos.
- Se añadió `workspace.git_worktree` a la línea de estado JSON para directorios en un worktree de git.
- Se mejoraron permisos de herramientas Bash y se corrigieron varios errores relacionados con permisos.
A quién le importa
Solo si usas funciones que dependen de la configuración de permisos o del worktree de git.
Generado por IA · puede contener errores
Releases Relacionados
LLMS
Claude Code v2.1.126
## What's changed - The `/model` picker now lists models from your gateway's `/v1/models` endpoint when `ANTHROPIC_BASE_URL` points at an Anthropic-compatible gateway - - Added `claude project purge [path]` to delete all Claude Code state for a project (transcripts, tasks, file history, config entr
LLMS
Claude Code v2.1.123
## What's changed - Fixed OAuth authentication failing with a 401 retry loop when `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` is set