
OpenAI has introduced its GPT-5.6 models—Sol, Terra, and Luna—into GitHub Copilot, enhancing the tool's adaptability for different coding tasks. Sol is optimized for complex reasoning, Terra offers a balanced approach for general coding, and Luna is designed for cost-effective, smaller tasks. These models are available under Usage Based Billing and can be accessed through various platforms like Visual Studio and GitHub Mobile. The rollout is gradual, with administrators needing to enable the models in Copilot settings.
Read originalEarlier coverage that leads up to this article, and what followed. Lines connect each piece to the closest one after it, converging here.
© GitHub ChangelogGitHub Copilot now validates enterprise managed settings directly in the UI, catching malformed JSON and invalid team mappings before they break policy enforcement. This shifts validation from a silent failure mode to an explicit feedback loop, saving admins from debugging why their AI controls aren't applying. By pointing to specific files and JSON paths, it reduces the friction of managing .github-private repositories at scale. It’s a pragmatic fix for a common enterprise pain point rather than a new capability.
© GitHub ChangelogThis release quietly expands llama.cpp's hardware support to include Qualcomm's Hexagon NPU on Linux arm64, a significant step for local inference on Snapdragon devices. It also updates CUDA builds to version 13.4 and introduces ROCm 10.0 binaries, keeping the project aligned with the latest NVIDIA and AMD driver ecosystems. KleidiAI on Apple Silicon is temporarily disabled in this build, likely due to stability checks rather than a feature rollback. For developers targeting edge AI or diverse GPU stacks, this update ensures broader compatibility without requiring custom compilation.
© Lev SelectorNVIDIA introduced the NVFP4 4-bit format and SoL-Pi technology, which uses 2x fewer tokens for improved efficiency.
Matt Wolfe · June 10, 2026 · Related
TechCrunch AI · July 9, 2026 · Same story
Fireship · July 10, 2026 · Same story
OpenAI · August 6, 2026 · Same story
GitHub Changelog · September 4, 2026 · Same story
GitHub Changelog · September 22, 2026 · Same story
OpenAI delays GPT-5.6 after government request
19 developments
GitHub finally exposes the hidden latency in pull request workflows through its Copilot usage metrics API. By breaking down merge times into median and p90 durations for ready-to-first-review, first-to-final review, and final-to-merge stages, teams can pinpoint exactly where bottlenecks occur. This granular visibility distinguishes between waiting for initial attention versus lingering in approval queues, allowing for targeted process fixes rather than guessing. Since it ignores bot reviews, the data reflects genuine human collaboration speed, offering a clear signal on team efficiency.