Claude Code v2.1.176: Language-Aware Sessions, Bedrock Credential Caching, and Dozens of Fixes

Claude Code v2.1.176 is out, bringing language-aware session titles, better Bedrock credential caching, and a large batch of fixes — especially for Remote Control, model enforcement, and tmux clipboard behavior.
New Features
- Language-aware session titles: Session titles are now generated in the language of the conversation. You can pin a specific language via the
languagesetting. - Footer link badges via regex: New
footerLinksRegexessetting lets you add regex-matched link badges to the footer row. Configurable via user or managed settings. - Improved Bedrock credential caching: Credentials from
awsCredentialExportare now cached until theirExpirationtime, instead of a fixed 1-hour window. This reduces unnecessary re-authentication.
Model and Enforcement Fixes
- Fixed
availableModelsenforcement: Alias model picks could previously be redirected to a blocked model viaANTHROPIC_DEFAULT_*_MODELenvironment variables. This is now enforced correctly. /fastnow refuses to toggle if it would switch to a model outside the allowlist.- Auto mode fallback for Fable 5: Organizations without Opus 4.8 enabled no longer break auto mode. The classifier now falls back to the best available Opus model instead of failing.
Hooks and Sandbox
- Fix hook
ifconditions for Read/Edit/Write tool paths: Patterns likeEdit(src/**),Read(~/.ssh/**), andRead(.env)now match correctly. - Linux sandbox: Fixed a crash when
.claude/settings.jsonis a symlink with an absolute target.
Clipboard and Terminal
/copyand mouse-selection copy now work inside tmux over SSH — populating the system clipboard. Previously they failed to reach the clipboard.- tmux paste buffer now loads correctly on versions older than 3.2.
Remote Control
- Fixed silent model switching when connecting from web/mobile.
- Disconnect notifications now show a human-readable reason instead of a bare numeric code.
- Connection failures no longer add a duplicate line to the conversation transcript.
- Fixed sessions not disconnecting when signing into a different account.
Git and Worktree
/cdand worktree moves no longer leave the session reporting the previous directory's git branch.
Background Sessions and Agents
- Pressing back in one agent window no longer detaches other windows attached to the same session.
- Fixed backgrounded sessions showing "Working" forever when
/bgmid-turn had nothing left to continue. - Background agent search by PR URL now works — PRs opened during scheduled wakeups or while a job was blocked appear in
claude agentssearch. - Fixed the agents view input showing no text cursor on Windows.
claude --bg -cn <name>now correctly seeds the session name.- Windows network paths in persisted state are neutralized before respawn.
- Malformed resume IDs from corrupted state files are now rejected instead of causing crashes.
- Fixed the Windows background-service daemon not starting when
~/.claude/daemonhas the ReadOnly attribute set.
Cloud Sessions and Daemon
- Fixed cloud sessions failing with "Could not resolve authentication method" when idle for too long before being claimed.
- Background sessions now show clearer guidance when a window left open across an auto-update can't submit a reply, and
claude daemon statusexplains version-skew behavior.
As always, update via the launcher or download from the releases page.
📖 Read the full source: GitHub Claude-Code
👀 See Also

MemRosetta adds persistent memory to Claude Code with one command setup
MemRosetta v0.2.4 provides Claude Code with cross-session memory via a single npm install command. The tool includes a MCP server with 6 memory tools, automatic session capture, and local SQLite storage that can be shared with Cursor.

Node Control: Real-Time Multiplayer .io Game Built Entirely with Claude 4.6 and 4.7
Developer built a live competitive multiplayer .io game, Node Control, using Claude 4.6 and 4.7. Features server-authoritative netcode at 60Hz, 4-region deployment on fly.io, and neural-network aesthetic.

Helix: Open-Source Framework Turns Claude into Personal AI Agent for macOS
Helix is an open-source framework that connects Claude via Claude Code in Terminal to macOS through four MCP server plugins, enabling Claude to control applications, maintain persistent memory, run scheduled tasks, and operate with local voice processing.

Quanta-SDK v0.9.2 adds MCP server for quantum circuit execution via AI agents
Quanta-SDK v0.9.2 now includes an MCP (Model Context Protocol) server that provides AI agents like Claude or GPT with tools to execute and interpret quantum circuits. The server offers over 20 tools including circuit execution on IBM hardware, result interpretation, noise analysis, and quantum financial pricing.