
Grok 4.5, the latest reasoning model from xAI, is now available in GitHub Copilot. This model is designed to handle complex coding tasks with a context window of up to 500,000 tokens and supports both text and image inputs. It has shown strong performance in terminal-based coding tasks, particularly in Visual Studio Code and Copilot CLI. Grok 4.5 is available to various GitHub Copilot plans, including Pro and Enterprise, and requires administrators to enable it in settings. The rollout is gradual, so users should check back if they don't see it immediately.
Read original
© GitHub ChangelogGitHub has enhanced its Copilot usage metrics API, now offering more granular insights into individual user activity within the Copilot app. Previously, Copilot app usage was only visible at an enterprise or organization level, but now it includes detailed breakdowns by feature, model, and language. This allows enterprise owners and billing managers to better understand how the Copilot app is being used, who is using it, and what it produces. The update makes it easier to compare Copilot app activity with other surfaces like IDEs and coding agents, providing a comprehensive view of AI-assisted coding within organizations.
© GitHub Changelognpm is stepping up its supply-chain security by implementing automatic malware scanning for packages at the time of publishing. This new measure introduces a short delay before packages become available, ensuring they are safe for use. Publishers of dual-use content must now declare this in their package metadata and provide a disclosure file, which may trigger additional scrutiny. This move aims to enhance security while maintaining transparency about package capabilities, although it may require developers to adjust their publishing workflows.
© GitHub ChangelogGitHub has enhanced its Dependabot alerts by integrating malware advisories from the OpenSSF malicious-packages repository. This update significantly broadens the scope of malware data available, covering ecosystems like npm and PyPI. Users with malware alerting enabled will automatically receive alerts for dependencies matching this expanded set of advisories. This integration means developers can now benefit from a more comprehensive security coverage without additional setup, making it easier to identify and mitigate potential threats across various ecosystems.
The latest b10156 release of llama.cpp continues its trend of broadening platform compatibility, notably adding support for ROCm 7.2 on Ubuntu x64. This update ensures that AMD GPU users can leverage llama.cpp more effectively, narrowing the gap with NVIDIA's CUDA. The release also includes Vulkan support for both Ubuntu and Windows, enhancing the versatility of the software for developers. While no new models or quantization methods are introduced, this update solidifies llama.cpp's position as a versatile inference runtime across diverse hardware configurations.
The latest b10164 release of llama.cpp focuses on improving CUDA performance, particularly for Mamba-2 prefill acceleration. By introducing chunked SSD matrix multiplication, the update aims to enhance efficiency and memory coalescing. This release also addresses several technical fixes, including resolving a read-write race condition in CUDA operations. While there are no groundbreaking new features, these optimizations make llama.cpp a more robust choice for developers working with CUDA and related technologies.
The latest b10166 release of llama.cpp focuses on refining output handling, particularly by addressing issues with views in outputs. This update introduces changes like setting outputs to view sources and ensuring consistent logits handling, which are crucial for developers working with complex AI models. The release also simplifies the set_outputs function, making it more efficient for users. While there are no groundbreaking new features, these improvements contribute to a more stable and reliable platform for AI development.