Claude Code has received several updates, including new features and bug fixes. These changes enhance integration capabilities, improve resource management, and address stability issues within the development environment.
Key Points
- GitLab merge request URL support has been added to the
--worktreeflag and the Claude agents view. - An opt-in
forward_user_identityapps gateway setting is available on Anthropic upstreams, sending signed-in user identity as headers. - Opt-in memory cgroup support for Bash tool commands on Linux is now included, controlled by
CLAUDE_CODE_TOOL_MEMORY_LIMIT. - The
CLAUDE_CODE_WEBFETCH_CACHE_TTL_MSenvironment variable configures the WebFetch session URL cache TTL, with a default of 15 minutes. - Cloud sessions no longer occasionally mark as lost when the environment shuts down during a Claude permission prompt.
- MCP v2 connections no longer endlessly reopen the
subscriptions/listenstream against servers that terminate long-held streams. - Notification hooks now fire for permission prompts when running under Claude Desktop or VS Code.
Context
According to the changelog, these updates aim to refine the developer experience by integrating with common version control systems and providing more granular control over resource usage. The forward_user_identity setting, in particular, allows for better attribution of spend per user through a proxy behind the gateway.
Why It Matters
These updates offer developers and administrators enhanced control and visibility within the Claude Code environment. The GitLab integration streamlines workflows for teams using that platform, while user identity forwarding can aid in cost management and accountability for organizations.
What To Do
- Review the Claude Code documentation for details on implementing GitLab merge request URL support.
- Investigate the
forward_user_identityapps gateway setting for potential use in attributing spend per user. - Consider enabling
CLAUDE_CODE_TOOL_MEMORY_LIMITfor Bash tool commands on Linux to prevent runaway builds from stalling sessions. - Note the
CLAUDE_CODE_WEBFETCH_CACHE_TTL_MSenvironment variable for configuring the WebFetch session URL cache TTL.
