Claude Code has released version 2.1.170, featuring the new Claude Fable 5 model, which is part of the Mythos-class and now safe for general use. This model is the most capable ever made generally available by the company. The update also fixes a bug where session transcripts were not saving when launched from specific environments like the VS Code integrated terminal. This release enhances both the model's capabilities and the platform's reliability for developers.
Read originalThe latest update to Claude Code, version 2.1.261, introduces several enhancements and fixes aimed at improving user experience and functionality. Notable changes include the addition of settings to increase command output limits and a new feature to identify unused skills, helping users optimize their setups. The update also addresses various bugs, such as character input issues and session management glitches, ensuring smoother operation across different environments. These improvements make Claude Code more robust and user-friendly, particularly for developers using it in complex workflows.
The latest update to Claude Code, version 2.1.271, introduces several enhancements and fixes that improve user experience and functionality. Notably, a fast mode has been added for remote sessions, allowing for quicker operations where permitted. Mouse support in the configuration panel enhances usability, and new command options provide more control over plugin installations. Numerous bug fixes address issues like session management and tool usage, ensuring smoother operation across different environments. This release solidifies Claude Code's position as a robust tool for developers, offering more efficient and reliable coding sessions.
The latest release of llama.cpp, b10955, tackles a critical issue of heap corruption by disabling the ggml-cpu precompiled header and fixing CACHE_LINE_SIZE ambiguity. This update ensures consistent CACHE_LINE_SIZE values across C++ kernels and C work-buffer sizing code, preventing heap-buffer-overflow and subsequent crashes. By restoring the natural include order and removing the std::hardware_destructive_interference_size branch, the update makes the value deterministic and include-order independent. This release is a technical fix that stabilizes the runtime environment for developers using llama.cpp.
The latest llama.cpp release, b10956, introduces significant improvements to the SYCL backend, particularly for handling large k values in TOP_K operations. By implementing a radix select method, the update allows for efficient GPU-resident processing, avoiding previous limitations that forced operations to fall back to the CPU. This change enhances performance, especially in scenarios requiring large k values, such as qwen4exp's sparse-attention indexer. The update ensures that operations are more efficient and scalable, providing a notable boost in processing speed without regressing any measured shapes.