
Grok 4.6, xAI's latest reasoning model, is now available in GitHub Copilot, enhancing its functionality for complex coding tasks. The model is designed for agentic coding and excels in multi-step workflows, particularly in environments like Visual Studio Code and Copilot CLI. It is available to Copilot Pro, Pro+, Max, Business, and Enterprise users, with rollout being gradual. Administrators must enable the Grok 4.6 policy in settings, as it is off by default. This integration marks a significant step in improving coding assistance for developers.
Read original
© GitHub ChangelogGitHub has introduced significant updates to its OAuth and GitHub App platforms, focusing on security and flexibility for developers. OAuth apps can now use expiring access tokens and refresh tokens, enhancing security by limiting token lifespan to eight hours with a six-month refresh period. Additionally, developers can register up to 10 redirect URIs, simplifying support for multiple environments. Wildcard matching for redirect URIs is now available, allowing more flexible URL configurations, though caution is advised to prevent misuse. These updates aim to streamline app development while maintaining robust security measures.
© GitHub ChangelogGitHub Copilot's latest updates introduce significant enhancements that boost its adaptability and usability across different development environments. The rollout of the Kimi K3 and MAI-Code-1.1-Flash models brings improved coding quality and native image understanding, elevating the developer experience. With Agent Plugins 1.0, developers can now create a plugin once and deploy it across multiple tools, streamlining their workflow. These updates aim to provide a more cohesive and efficient coding experience, making Copilot a more versatile tool for developers using editors like VS Code and the Copilot CLI.
© GitHub ChangelogGitHub has significantly improved the accuracy of license data for software components by integrating package registries like npmjs.org and PyPI into its dependency graph. This shift reduces the reliance on the ClearlyDefined service, which often produced complex and confusing results. By prioritizing registry data, GitHub has halved the number of missing licenses, enhancing the reliability of dependency insights and software bills of materials. This update also simplifies license tracking by using version ranges, making it easier to manage license changes over time.
The latest llama.cpp update expands its functionality by integrating the MiniMax-Text-01 and MiniMaxM1ForCausalLM models, enhancing its role in causal language modeling. This release focuses on refining the MiniMax-Text-01 model by eliminating state transpose operations and implementing a logits mask to manage zero-valued embeddings. These adjustments aim to streamline the token sampling process and boost model efficiency. While no new model architectures are introduced, the update significantly refines existing processes, making llama.cpp more robust and efficient for developers working with these specific models.
The latest release of llama.cpp, version b10441, introduces a significant change by replacing deprecated flags with a unified --load-mode argument. This update simplifies the configuration process across scripts, examples, and documentation, making it easier for developers to manage memory mapping and loading options. The release also includes updates to internal warning messages and environment variable documentation, ensuring clarity and consistency. While this update doesn't introduce new features, it streamlines the user experience and reduces potential confusion for developers working with llama.cpp.
The b10442 release of llama.cpp brings notable improvements to Vulkan support, specifically targeting Intel Xe platforms. By adding SHMEM_STRIDE_PAD and APPLY_SLM_A_RESHAPE for cooperative matrix operations, this update aims to optimize performance on Intel hardware. Additionally, it addresses a critical out-of-bounds read issue in kvalues_mxfp4 initialization, enhancing stability. While these changes are technical, they signify a focused effort to refine performance and compatibility for developers working with Intel's Vulkan drivers. This release doesn't introduce new models but strengthens the existing infrastructure for better efficiency.