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
AI's Environmental Cost: 945 TWh Power, 1.3B People's Water by 2030
UN University report quantifies AI's 2030 footprint: 945 TWh electricity, water equal to Sub-Saharan Africa's needs, land twice Jakarta's area.

Claude June 15 Update Breaks Headless Agent Workaround — Interactive Sessions Still Work on Your Plan
June 15 Claude update meters headless usage (claude -p, Agent SDK) to a credit pool. Interactive Claude Code sessions still bill on your flat-rate plan — here's what you need to know.

State Flow Machine: Non-Transformer Architecture Maintains 62% Accuracy on Long Sequences Where Transformers Drop to 2%
A researcher has developed State Flow Machine (SFM), an alternative architecture using explicit memory slots instead of attention heads, achieving 62% accuracy on a synthetic program state tracking task at 4× training length where transformers drop to 1.9-3.1%. The model runs on a single Huawei Ascend 910 ProA NPU.
DoltLite Beta: SQLite fork with Git-style version control, built with 2k agent PRs
DoltLite 0.50.0 is a SQLite fork with Git-style branching, merging, and sync, built via 2,000 agent PRs. Beta brings storage format stability and SQL compatibility.