LLMS
Claude Code v2.1.94
RESUMEN
What's changed - Added support for Amazon Bedrock powered by Mantle, set `CLAUDECODEUSE_MANTLE=1` - Changed default effort level from medium to high for API-key, Bedrock/Vertex/Foundry, Team, and Enterprise users (control this with `/effort`) - Added compact `Slacked #channel` header with a cl
Descripción Detallada
What's changed - Added support for Amazon Bedrock powered by Mantle, set `CLAUDECODEUSEMANTLE=1` - Changed default effort level from medium to high for API-key, Bedrock/Vertex/Foundry, Team, and Enterprise users (control this with `/effort`) - Added compact `Slacked #channel` header with a clickable channel link for Slack MCP send-message tool calls - Added `keep-coding-instructions` frontmatter field support for plugin output styles - Added `hookSpecificOutput.sessionTitle` to `UserPromptSubmit` hooks for setting the session title - Plugin skills declared via `"skills": ["./"]` now use the skill's frontmatter `name` for the invocation name instead of the directory basename, giving a stable name across install methods - Fixed agents appearing stuck after a 429 rate-limit response with a long Retry-After header — the error now surfaces immediately instead of silently waiting - Fixed Console login on macOS silently failing with "Not logged in" when the login keychain is locked or its password is out of sync — the error is now surfaced and `claude doctor` diagnoses the fix - Fixed plugin skill hooks defined in YAML frontmatter being silently ignored - Fixed plugin hooks failing with "No such file or directory" when `CLAUDEPLUGINROOT` was not set - Fixed `${CLAUDEPLUGIN_ROOT}` resolving to the marketplace source directory instead of the installed cache for local-marketplace plugins on startup - Fixed scrollback showing the same diff repeated and blank pages in long-runn
Actualización importante de Claude Code con soporte para Amazon Bedrock y cambios en el nivel de esfuerzo por defecto.
- Soporte añadido para Amazon Bedrock, activa con `CLAUDE_CODE_USE_MANTLE=1`.
- El nivel de esfuerzo por defecto cambió de medio a alto para ciertos usuarios.
- Se añadió un encabezado compacto para Slack en las llamadas de herramienta de envío de mensajes.
A quién le importa
Solo si usas Claude Code y dependes de la configuración de esfuerzo o Amazon Bedrock.
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