LLMS
Claude Code v2.1.98
RESUMEN
What's changed - Added interactive Google Vertex AI setup wizard accessible from the login screen when selecting "3rd-party platform", guiding you through GCP authentication, project and region configuration, credential verification, and model pinning - Added `CLAUDECODEPERFORCE_MODE` env var:
Descripción Detallada
What's changed - Added interactive Google Vertex AI setup wizard accessible from the login screen when selecting "3rd-party platform", guiding you through GCP authentication, project and region configuration, credential verification, and model pinning - Added `CLAUDECODEPERFORCEMODE` env var: when set, Edit/Write/NotebookEdit fail on read-only files with a `p4 edit` hint instead of silently overwriting them - Added Monitor tool for streaming events from background scripts - Added subprocess sandboxing with PID namespace isolation on Linux when `CLAUDECODESUBPROCESSENVSCRUB` is set, and `CLAUDECODESCRIPTCAPS` env var to limit per-session script invocations - Added `--exclude-dynamic-system-prompt-sections` flag to print mode for improved cross-user prompt caching - Added `workspace.git_worktree` to the status line JSON input, set whenever the current directory is inside a linked git worktree - Added W3C `TRACEPARENT` env var to Bash tool subprocesses when OTEL tracing is enabled, so child-process spans correctly parent to Claude Code's trace tree - LSP: Claude Code now identifies itself to language servers via `clientInfo` in the initialize request - Fixed a Bash tool permission bypass where a backslash-escaped flag could be auto-allowed as read-only and lead to arbitrary code execution - Fixed compound Bash commands bypassing forced permission prompts for safety checks and explicit ask rules in auto and bypass-permissions modes - Fixed read-only commands with en
Actualización importante que incluye un asistente para Google Vertex AI y cambios en la gestión de permisos.
- Nuevo asistente interactivo para configurar Google Vertex AI desde la pantalla de inicio de sesión.
- Se agregó la variable de entorno `CLAUDE_CODE_PERFORCE_MODE` para manejar archivos de solo lectura.
- Se añadió una herramienta de monitoreo para eventos de scripts en segundo plano.
- Mejoras en la identificación con servidores de lenguaje y correcciones de seguridad en herramientas Bash.
A quién le importa
Solo si usas Google Vertex AI o herramientas de Bash en Claude Code.
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