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

Benchmark Results: 6 Low-Cost Models vs. Claude Sonnet 4.6 for OpenClaw Orchestration
A developer tested six cheaper AI models against Claude Sonnet 4.6 as the main orchestrator for an OpenClaw setup. Only o4-mini matched Sonnet's perfect score, while others failed on critical judgment tasks like file inspection and delegation.

FFF - Fast File Finder claims 100x speed advantage over ripgrep
FFF (Fast File Finder) is a web-based file search tool that claims to be 100x faster than ripgrep, positioning itself as a next-generation alternative to regex-based search methods. The tool requires JavaScript to run and was recently discussed on Hacker News with 36 points and 17 comments.

GrapeRoot: Open-source tool reduces Claude Code token usage by 40-80%
GrapeRoot is a free, open-source local MCP server that sits between your codebase and Claude Code, reducing token usage by 40-80% by tracking what the model has already seen and sending only relevant code changes.

Claude Ops: Browser Dashboard for Claude Code Live Status and Subagent Tracking
A free, local macOS browser dashboard that tracks Claude Code session live status, current tool, spawned subagents, and sends OS push notifications when input is needed.