Claude-Code v2.1.45 Enhancements and Fixes

Claude-Code has released version v2.1.45, bringing several notable updates and bug fixes to the platform.
Key Updates:
- Support for Claude Sonnet 4.6: Integration with the latest version of Claude Sonnet ensures compatibility and access to new features offered by the 4.6 update.
- Directory Enhancements: The platform now supports reading
enabledPluginsandextraKnownMarketplacesfrom directories specified with--add-dir - Spinner Customization: A new
spinnerTipsOverridesetting is added to personalize spinner tips through an array of custom strings, with an option to exclude default tips. - SDK Rate Limit Updates: New types
SDKRateLimitInfoandSDKRateLimitEventare introduced to allow consumers to track rate limit status updates.
Bug Fixes:
- Resolved issues in Agent Teams on Bedrock, Vertex, and Foundry by ensuring API provider environment variables are passed to processes spawned by tmux.
- Addressed the "operation not permitted" error in macOS sandboxes by correcting the per-user temp directory usage.
- Fixed a
ReferenceErrorin the Task tool when agents are backgrounded. - Corrected autocomplete behavior to ensure suggestions are accepted when Enter is pressed, even with images pasted.
- Several improvements to performance and memory management, including reduced accumulation of backup files and enhanced handling of large shell command outputs.
These changes are intended for developers using Claude-Code who require stable and updated tools for integration and management of their systems.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Claude Code System Prompt Assembly and Structure Revealed
A source map leak in Claude Code's npm package exposed the system prompt assembly flow, showing static prefix sections followed by dynamic session-specific content, with three identity variants and detailed execution guidelines.

AI Didn't Delete Your Database — You Did: Accountability in the Age of AI Coding Agents
A viral story blamed an AI agent for deleting a production database, but the real issue is exposing destructive API endpoints and lack of process—not the tool.

Claude Code OAuth Login Timeout Bug on Windows
Claude Code version 2.1.92 has a bug where Windows users experience OAuth login failures with a timeout error of 15000ms, completely blocking access to the AI coding assistant.

OpenClaw Client Adds Cost Tracking and Per-Agent Spending Limits
New release adds spending caps per agent, live usage UI with circular progress bar, sub-agent management, skill toggling, and per-agent model selection.