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