LLMS
Claude Code v2.1.72
RESUMEN
What's changed - Changed tool search to bypass the third-party proxy gate when the environment variable is set (replaces `CLAUDECODEPROXYSUPPORTSTOOL_REFERENCE`, now removed) - Added `w` key in `/copy` to write the focused selection directly to a file, bypassing the clipboard (useful over SS
Descripción Detallada
What's changed - Changed tool search to bypass the third-party proxy gate when the environment variable is set (replaces `CLAUDECODEPROXYSUPPORTSTOOLREFERENCE`, now removed) - Added `w` key in `/copy` to write the focused selection directly to a file, bypassing the clipboard (useful over SSH) - Added optional description argument to `/plan` (e.g., `/plan fix the auth bug`) that enters plan mode and immediately starts - Added `claude plugins` as an alias for `claude plugin` - Added `ExitWorktree` tool to leave an `EnterWorktree` session - Added `CLAUDECODEDISABLECRON` environment variable to immediately stop scheduled cron jobs mid-session - Added `lsof`, `pgrep`, `tput`, `ss`, `fd`, and `fdfind` to the bash auto-approval allowlist, reducing permission prompts for common read-only operations - Added support for marketplace git URLs without `.git` suffix (Azure DevOps, AWS CodeCommit) - Restored the `model` parameter on the Agent tool for per-invocation model overrides - Simplified effort levels to low/medium/high (removed max) with new symbols (○ ◐ ●) and a brief notification instead of a persistent icon. Use `/effort auto` to reset to default - Improved `/config` — Escape now cancels changes, Enter saves and closes, Space toggles settings - Improved up-arrow history to show current session's messages first when running multiple concurrent sessions - Improved voice input transcription accuracy for repo names and common dev terms (regex, OAuth, JSON) - Improved mark
Actualización importante de Claude Code con cambios en la búsqueda de herramientas y nuevas funciones.
- La búsqueda de herramientas ya no usa el proxy de terceros si se establece una variable de entorno.
- Se agregó la tecla `w` en `/copy` para guardar selecciones directamente en un archivo.
- Se añadió un argumento opcional de descripción en `/plan` para iniciar el modo de planificación.
- Se simplificaron los niveles de esfuerzo a bajo/medio/alto con nuevos símbolos.
A quién le importa
Solo si usas la variable de entorno para el proxy o necesitas las nuevas funciones.
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