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.123
## What's changed - Fixed OAuth authentication failing with a 401 retry loop when `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` is set
LLMS
Claude Code v2.1.122
## What's changed - Added `ANTHROPIC_BEDROCK_SERVICE_TIER` environment variable to select a Bedrock service tier (`default`, `flex`, or `priority`), sent as the `X-Amzn-Bedrock-Service-Tier` header - Pasting a PR URL into the `/resume` search box now finds the session that created that PR (GitHub,