
Microsoft AI has released the MAI-Code-1-Flash model for GitHub Copilot Business and Enterprise users. This coding model is optimized for fast, low-latency responses, catering to high-volume and iterative coding workflows. It is available under usage-based billing, and administrators must enable it in Copilot settings. This release aims to enhance coding efficiency for enterprise users, aligning with GitHub's strategy to provide tailored solutions for business environments.
Read original
© GitHub ChangelogGitHub has expanded its Copilot usage metrics API to include total pull requests merged by AI adoption phase, offering a more comprehensive view of user engagement. Previously, only per-user averages were available, but now enterprise administrators and organization owners can see the total number of pull requests merged daily by users in each adoption phase. This enhancement allows for better analysis of how AI adoption impacts development throughput and user behavior. By providing both total and average metrics, GitHub enables a deeper understanding of AI's role in software development processes.
© GitHub ChangelogGitHub Desktop 3.6 introduces significant enhancements with deeper integration of GitHub Copilot, making commit authoring and merge conflict resolution more intuitive. The update leverages the Copilot SDK, allowing users to select from various models and even connect third-party providers. This version also supports Git worktrees, enabling developers to manage multiple branches without the hassle of stashing changes or creating extra clones. These improvements streamline the Git workflow, making it more efficient and aligned with repository standards.
© GitHub ChangelogGitHub's Copilot code review has become more efficient with the integration of built-in file exploration tools from the Copilot CLI and SDK. This update reduces review costs by about 20% without altering existing workflows, thanks to the use of tools like grep and rg. Additionally, users in the Medium analysis depth public preview can now benefit from improved configurability and visibility of review depth. Organizations can set default review levels, enhancing control over the review process. These changes make Copilot's code review more focused and cost-effective.
The latest b9817 release of llama.cpp brings significant updates to its OpenVINO backend, including an upgrade to OV 2026.2.1 and the introduction of self-contained release packages. These changes streamline the deployment process and improve operator handling, making it easier for developers to integrate and utilize OpenVINO in their projects. Additionally, the update removes hardcoded compute operation types, enhancing flexibility and adaptability. This release marks a step forward in making llama.cpp a more versatile and developer-friendly platform, particularly for those leveraging OpenVINO's capabilities.
The b9820 release of llama.cpp brings notable improvements to CUDA performance by cutting down on unnecessary synchronizations, which can streamline token processing. This update introduces asynchronous copy capabilities between CPU and CUDA, facilitating smoother data transfers and potentially speeding up computations. Backend detection has been refined to avoid linking conflicts, and synchronization adjustments have been made more general, allowing other backends like Vulkan to benefit. These enhancements aim to optimize performance across different hardware setups, making llama.cpp a more adaptable tool for developers working with diverse configurations.
The b9826 release of llama.cpp continues to enhance its reach by supporting a wider array of systems, though it doesn't bring new model architectures. With ROCm 7.2 now available for Ubuntu x64, AMD GPU users gain a viable alternative to NVIDIA's CUDA, broadening their options for AI inference. The update also includes builds for macOS, Linux, Windows, and openEuler, ensuring developers can utilize llama.cpp regardless of their operating environment. While the release doesn't introduce groundbreaking features, it reinforces llama.cpp's utility as a flexible tool for AI developers working across different hardware and software configurations.