Claude-Code v2.1.47 Release: Key Fixes and Improvements

The latest Claude-Code release, version 2.1.47, includes several crucial updates and fixes primarily focused on file handling, performance, and compatibility issues, especially on Windows platforms.
Key Updates and Fixes
- File Handling: The
FileWriteToolnow correctly retains intentional trailing blank lines, addressing an issue where they were previously stripped bytrimEnd(). - Windows Terminal Rendering: Bug fixes ensure correct line counts in terminal displays, which were previously affected by
os.EOL(\r\n) inconsistencies, causing misleading line count displays. - Markdown Output: This update resolves the reflow issue where bold and colored markdown text displayed incorrectly on Windows due to line-ending anomalies.
- Memory and Performance Enhancements: Changes have been made to optimize memory usage by releasing API stream buffers, agent context, and skill state post-use, and improving startup performance by deferring
SessionStarthook execution, reducing time-to-interactive by roughly 500ms. - Bash Tool Output: Previous silent discards of bash tool outputs on Windows using MSYS2 or Cygwin shells have been fixed, ensuring outputs are captured and processed as expected.
- Agent Sessions: Improved memory management during long-running sessions by eliminating
O(n²)message accumulation and enabling dynamic indexing and caching of file mentions, which results in performance improvements. - File Mutation Resilience: Single file write/edit errors will no longer abort all other parallel file operations. Independent file mutations are now reliably completed even if one file write/edit operation fails.
- Enhanced Command Capabilities: Configurable multi-line input via the
chat:newlinekeybinding action has been introduced for handling extended commands effectively.
This update is highly relevant for developers working within Windows environments who require reliable terminal and file handling performance. Memory management improvements are advantageous for those leveraging long-running tasks or managing extensive file resources.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Agent Infrastructure for SMB Operations: A White Paper from a QSR Operator-Turned-Builder
A 16-year QSR operator published a white paper arguing for a missing infrastructure layer between generic AI chat and vertical SaaS dashboards, with 8 skills on ClawHub, 1,500+ downloads, and one live deployment outside QSR.

Bohrium AI Proteomics Competition 2026 with $13K Prize and Compute Support
Bohrium is running an AI proteomics competition in 2026 with a $13,000 prize pool, internship opportunities, and compute support. The competition was discussed on Hacker News with 17 points and 5 comments.

GitHub Copilot Individual Plan Changes: Paused Sign-ups, Tighter Limits, Model Adjustments
GitHub is pausing new sign-ups for Copilot Pro, Pro+, and Student plans while tightening usage limits and removing Opus models from Pro plans. These changes respond to increased compute demands from agentic workflows.

Rogue Cursor AI Agent Deletes Production Database: CEO Still Bullish
A Cursor AI coding agent (Claude Opus 4.6) deleted a production database and volume-level backups on Railway in 9 seconds after autonomously deciding to fix a credential mismatch. Data was restored within 30 minutes via disaster backups.