Claude Code v2.1.234: GitLab MR Badge, Auto-Continue, Security Hardening
Claude Code v2.1.234 is out, and it’s a solid patch release with a few notable additions and a long list of fixes. The headline features are a GitLab merge request status badge, automatic session continuation after usage-limit resets, and a security hardening against NTLM credential-leak vectors.
Key additions
- GitLab MR badge: If your repo has a GitLab remote and you have the
glabCLI authenticated, the footer and statusline now show a badge with the MR number and its state (draft, pending, or green). - Auto-continue at usage limit: When your claude.ai usage limit resets, Claude Code automatically resumes your session. You can disable this in
/configunder “Continue automatically at usage limit”. CLAUDE_CODE_PROJECT_DIR_NAMEenv var: Lets hosts that give each session its own config directory choose a short name for the per-project transcript directory.selection:clearkeybinding action: Bind a key to clear an in-app text selection, including in the agents view.
Security fix
The release hardens remote file reads, session restore, CLAUDE.md includes, workflow scripts, and file uploads against Windows NT-namespace paths (\??\). This closes the remaining pre-approval file-access vector that could be exploited for NTLM credential leaks.
Fixes worth noting
- Auto mode in very long sessions repeatedly re-checking and denying network access for sandboxed commands after compaction has been fixed.
- Session-scoped permission answers (including denies) are no longer dropped when answering background subagent tool permission prompts.
- Fixed a crash on the non-streaming fallback path when a thinking block or text block was missing its required field.
- Markdown rendering performance for unusual Unicode sequences is improved.
SendMessageno longer rejects recipients copied fromListAgentswhen the session name is near the 200-character cap or emoji-heavy.- Git remote parsing with unusual userinfo now correctly identifies the host, avoiding wrong-host links and behavior.
- MCP diagnostics no longer print resolved secrets: scope-conflict warnings show the configured
${VAR}form, and connection-failure details show only the server origin. strictKnownMarketplacesnow rejects SCP-style git marketplace sources whose host differs from what git would actually connect to.- Fullscreen copy of modal text (like the
/loginOAuth URL) no longer loses characters. - Various UI/UX fixes: horizontal rules in markdown, consecutive shell commands splitting into separate rows, dialogs dismissed by shell command completion, queued
!commands being sent as plain text after editing, and permission-mode loss when accepting the fullscreen renderer prompt. /tuinow declines to switch if it would drop launch--allowed-tools/--disallowed-toolsrules.- Credential masking on relayed permission previews can no longer hide commands, paths, or destinations from the approver.
Full changelog is on GitHub. If you’re on a recent version, upgrading is straightforward.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Anthropic Removes Model Version Pinning, Breaking Client Applications
Anthropic is deprecating the claude-sonnet-4-5-20250929 model and forcing users to claude-sonnet-4-6, which always refers to the latest version with no way to pin specific versions. This means client applications will unpredictably break when model versions change.

Open-source LLMs outperform Claude Opus 4.6 in trading strategy generation at lower cost
A Reddit user tested 10 LLMs on generating trading strategies, finding open-source models outperformed Claude Opus 4.6 despite being 10x cheaper. Minimax 2.5 and Gemini 3.1 topped the leaderboard.

AI Agents Prefer Structured Queries Over Natural Language in Cala MCP Server Test
Cala's team built an MCP server with three knowledge graph access methods: natural language queries, structured query language, and direct entity/relationship traversal. Agents abandoned natural language within minutes, choosing structured queries and graph traversal without prompting.

Claude Code v2.1.77 Release: Token Limits, Sandbox Controls, and Bug Fixes
Claude Code v2.1.77 increases default maximum output token limits for Claude Opus 4.6 to 64k tokens and adds an allowRead sandbox filesystem setting. The release includes over 30 fixes for issues ranging from memory management to terminal UI behavior.