LLMS
Claude Code v2.1.119
RESUMEN
What's changed - `/config` settings (theme, editor mode, verbose, etc.) now persist to `~/.claude/settings.json` and participate in project/local/policy override precedence - Added `prUrlTemplate` setting to point the footer PR badge at a custom code-review URL instead of github.com - Added `CLA
Descripción Detallada
What's changed - `/config` settings (theme, editor mode, verbose, etc.) now persist to `~/.claude/settings.json` and participate in project/local/policy override precedence - Added `prUrlTemplate` setting to point the footer PR badge at a custom code-review URL instead of github.com - Added `CLAUDECODEHIDECWD` environment variable to hide the working directory in the startup logo - `--from-pr` now accepts GitLab merge-request, Bitbucket pull-request, and GitHub Enterprise PR URLs - `--print` mode now honors the agent's `tools:` and `disallowedTools:` frontmatter, matching interactive-mode behavior - `--agent ` now honors the agent definition's `permissionMode` for built-in agents - PowerShell tool commands can now be auto-approved in permission mode, matching Bash behavior - Hooks: `PostToolUse` and `PostToolUseFailure` hook inputs now include `durationms` (tool execution time, excluding permission prompts and PreToolUse hooks) - Subagent and SDK MCP server reconfiguration now connects servers in parallel instead of serially - Plugins pinned by another plugin's version constraint now auto-update to the highest satisfying git tag - Vim mode: Esc in INSERT no longer pulls a queued message back into the input; press Esc again to interrupt - Slash command suggestions now highlight the characters that matched your query - Slash command picker now wraps long descriptions onto a second line instead of truncating - `owner/repo#N` shorthand links in output now use your g
Actualización de Claude Code que incluye cambios en configuraciones y nuevas funcionalidades, pero rompe compatibilidad con versiones anteriores.
- Las configuraciones de `/config` ahora se guardan en `~/.claude/settings.json` y tienen precedencia en la sobreescritura.
- Se agregó `prUrlTemplate` para personalizar la URL del badge de PR en el pie de página.
- Se introdujo la variable de entorno `CLAUDE_CODE_HIDE_CWD` para ocultar el directorio de trabajo en el logo de inicio.
- `--from-pr` ahora acepta URLs de GitLab y Bitbucket, además de GitHub.
A quién le importa
Solo si usas configuraciones personalizadas o integraciones con PR de otros sistemas.
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