LLMS
Claude Code v2.1.126
RESUMEN
What's changed - The `/model` picker now lists models from your gateway's `/v1/models` endpoint when `ANTHROPICBASEURL` 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
Descripción Detallada
What's changed - The `/model` picker now lists models from your gateway's `/v1/models` endpoint when `ANTHROPICBASEURL` 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 entry) — supports `--dry-run`, `-y/--yes`, `-i/--interactive`, and `--all` - `--dangerously-skip-permissions` now bypasses prompts for writes to `.claude/`, `.git/`, `.vscode/`, shell config files, and other previously-protected paths (catastrophic removal commands still prompt as a safety net) - `claude auth login` now accepts the OAuth code pasted into the terminal when the browser callback can't reach localhost (WSL2, SSH, containers) - `claudecode.skillactivated` OpenTelemetry event now fires for user-typed slash commands and carries a new `invocationtrigger` attribute (`"user-slash"`, `"claude-proactive"`, or `"nested-skill"`) - Auto mode: the spinner now turns red when a permission check stalls, instead of looking like the tool is running - Host-managed deployments (`CLAUDECODEPROVIDERMANAGEDBYHOST`) no longer auto-disable analytics on Bedrock/Vertex/Foundry - Windows: PowerShell 7 installed via the Microsoft Store, MSI without PATH, or `.NET global tool` is now detected - Windows: when the PowerShell tool is enabled, Claude now treats PowerShell as the primary shell instead of defaulting to Bash - Read tool: removed the per-file malware-assessment reminder that could cau
Actualización de Claude Code que incluye cambios en el selector de modelos y nuevas funciones de gestión de proyectos.
- El selector `/model` ahora lista modelos desde el endpoint `/v1/models` si `ANTHROPIC_BASE_URL` apunta a un gateway compatible.
- Se añadió `claude project purge [path]` para eliminar el estado de un proyecto, soporta varias opciones.
- `--dangerously-skip-permissions` omite prompts para escrituras en rutas protegidas.
- `claude auth login` ahora acepta el código OAuth pegado en terminal para casos donde el callback no llega a localhost.
A quién le importa
Solo si usas Claude Code y necesitas gestionar proyectos o modelos.
Generado por IA · puede contener errores
Releases Relacionados
LLMS
Claude Code v2.1.179
## What's changed - Fixed mid-stream connection drops: partial responses are now preserved instead of showing a raw error, and the spinner no longer gets stuck at "running tool" - Fixed mouse-wheel scrolling in WSL2 under Windows Terminal and VS Code (regression in 2.1.172) - Fixed a sandbox `denyR
LLMS
Claude Code v2.1.178
## What's changed - Added `Tool(param:value)` syntax for permission rules to match a tool's input parameters (with `*` wildcard), e.g. `Agent(model:opus)` to block Opus subagents - Skills in nested `.claude/skills` directories now load when working on files there; on a name clash, the nested skill