LLMS
Claude Code v2.1.81
RESUMEN
What's changed - Added `--bare` flag for scripted `-p` calls — skips hooks, LSP, plugin sync, and skill directory walks; requires `ANTHROPICAPIKEY` or an `apiKeyHelper` via `--settings` (OAuth and keychain auth disabled); auto-memory fully disabled - Added `--channels` permission relay — chann
Descripción Detallada
What's changed - Added `--bare` flag for scripted `-p` calls — skips hooks, LSP, plugin sync, and skill directory walks; requires `ANTHROPICAPIKEY` or an `apiKeyHelper` via `--settings` (OAuth and keychain auth disabled); auto-memory fully disabled - Added `--channels` permission relay — channel servers that declare the permission capability can forward tool approval prompts to your phone - Fixed multiple concurrent Claude Code sessions requiring repeated re-authentication when one session refreshes its OAuth token - Fixed voice mode silently swallowing retry failures and showing a misleading "check your network" message instead of the actual error - Fixed voice mode audio not recovering when the server silently drops the WebSocket connection - Fixed `CLAUDECODEDISABLEEXPERIMENTALBETAS` not suppressing the structured-outputs beta header, causing 400 errors on proxy gateways forwarding to Vertex/Bedrock - Fixed `--channels` bypass for Team/Enterprise orgs with no other managed settings configured - Fixed a crash on Node.js 18 - Fixed unnecessary permission prompts for Bash commands containing dashes in strings - Fixed plugin hooks blocking prompt submission when the plugin directory is deleted mid-session - Fixed a race condition where background agent task output could hang indefinitely when the task completed between polling intervals - Resuming a session that was in a worktree now switches back to that worktree - Fixed `/btw` not including pasted text when used du
Se añade la opción `--bare` y se corrigen varios errores, pero hay cambios que rompen compatibilidad.
- Nuevo flag `--bare` para llamadas `-p`, que omite hooks y requiere `ANTHROPIC_API_KEY`.
- Se añade relé de permisos `--channels` para aprobación de herramientas en el móvil.
- Se corrigen errores de autenticación y mensajes engañosos en modo voz.
- Se arreglan múltiples fallos relacionados con sesiones y permisos en comandos Bash.
A quién le importa
Solo si usas el flag `--bare` o `--channels`, revisa los cambios.
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