16 × AIAI signal, amplified
AI newsAboutSources
TelegramFollow on Telegram
AI newsAboutSources
16 × AIAI signal, amplified

An AI news engine that ingests trusted sources, scores with Claude, and posts only what clears the bar.

Follow on Telegram →

Subscribe

  • Telegram
  • RSS
  • All channels

Legal

  • Privacy
  • Imprint
© 2026 16 × AI. All rights reserved.Curated by Claude. Posts every 6 hours. No newsletter, no funnel.
Home/Coding Tools
Coding Tools

GitHub Copilot Code Review GA with Auto-Resolution

GitHub Changelog·September 18, 2026·high confidence

Why it matters

  • →Auto-resolution reduces manual cleanup effort by automatically closing verified fixes.
  • →Grouped findings provide a clearer status overview of pull request health.
  • →General availability signals GitHub's commitment to AI-driven code quality workflows.
GitHub Copilot Code Review GA with Auto-Resolution
©GitHub Changelog

GitHub has made Copilot Code Review generally available, introducing significant improvements to how automated feedback is managed in pull requests. The update features auto-resolution capabilities that allow Copilot to verify if its suggestions have been addressed by new commits and automatically close them with reasons like 'Won't Fix' or 'Incorrect.' Findings are now categorized into open, resolved, and previously missed groups, providing a clearer overview of review progress. Additionally, the tool can generate commit messages when batches of suggestions are accepted. These features aim to streamline the code review process by reducing manual follow-up on resolved issues.

Read original

More from GitHub Changelog

GitHub REST API now manages code coverage rulesets© GitHub Changelog
Coding Toolscoding

GitHub REST API now manages code coverage rulesets

GitHub finally exposes the code coverage ruleset option via its REST API, closing a long-standing gap between UI configuration and programmatic control. This change allows teams to enforce minimum line coverage or maximum tolerable drops directly within infrastructure-as-code workflows, eliminating the need for manual web interface adjustments across multiple repositories. By bringing this enforcement mechanism into the automation pipeline, organizations can now treat code quality gates with the same rigor as security policies. It is a practical step toward consistent, scalable quality management on GitHub Enterprise Cloud and Team plans.

GitHub Changelog·Sep 18, 2026
GitHub Copilot adds model tiers and Sentry integration© GitHub Changelog
Coding Toolscoding

GitHub Copilot adds model tiers and Sentry integration

GitHub is finally giving users control over the cost-performance trade-off in Copilot with new efficiency, balance, and intelligence tiers. This moves beyond blind API calls, letting developers explicitly choose speed versus quality across VS Code and the CLI. The real workflow shift comes from the Sentry canvas, which turns crash reports into actionable pull requests directly within the IDE. Combined with agent metrics now being generally available, Copilot is transitioning from a simple autocomplete tool to a measurable, enterprise-grade development platform.

GitHub Changelog·Sep 18, 2026
GitHub Copilot Deprecates Legacy Models in October 2026© GitHub Changelog
Coding Toolscoding

GitHub Copilot Deprecates Legacy Models in October 2026

GitHub is quietly pruning its model lineup by deprecating selected legacy models across all Copilot experiences on October 19th, 2026. This forces a migration to newer alternatives for both Enterprise and Business customers, with automatic enablement unless administrators have explicitly disabled global defaults. The move signals a strategic consolidation of the underlying inference stack, reducing maintenance overhead while pushing users toward more capable or cost-effective options. Developers relying on specific older model behaviors in their workflows need to audit their integrations now rather than waiting for the cutoff.

GitHub Changelog·Sep 18, 2026

More in Coding Tools

Coding Toolscoding

llama.cpp b11036 adds CUDA 13 and ROCm 10.0

This release quietly closes the hardware gap for local inference by adding default builds for CUDA 13 and ROCm 10.0. NVIDIA users on newer driver stacks can finally run without workarounds, while AMD GPU owners get parity with the latest ROCm version. Apple Silicon support is explicitly disabled in this build, a notable regression for Mac users who need to wait for the next patch. The inclusion of OpenVINO and SYCL builds further cements llama.cpp as the universal runtime for diverse hardware, ensuring no major accelerator is left behind.

llama.cpp Releases·Sep 19, 2026
Coding Toolscoding

llama.cpp b11037 fixes GPU inference bugs

This release prioritizes stability over new features, addressing critical correctness issues in vector handling for GET_ROWS operations. By fixing vec4 alignment checks and updating CUDA libraries to versions 12.8 and 13.3, it ensures reliable performance across NVIDIA hardware on both Linux and Windows. The inclusion of ROCm 10.0 builds further solidifies AMD GPU support without requiring complex configuration. While no new model architectures are added, these fixes prevent silent corruption in local inference tasks that could otherwise go unnoticed.

llama.cpp Releases·Sep 19, 2026
Coding Toolscoding

llama.cpp b11039 fixes SWA pattern roundtrip

This release finally closes a gap in how llama.cpp handles sliding window attention patterns during model conversion. Previously, loaders silently ignored array-based SWA configurations from models like OLMo2 and Gemma3n, relying on hardcoded defaults that masked potential precision loss. The new Model-Saver now explicitly writes per-layer SWA flags and MLA geometry, ensuring bit-exact roundtrips for a dozen architectures including Plamo3 and Cohere2. This matters because it guarantees that converted GGUF files preserve the exact inference behavior of their original checkpoints, eliminating silent degradation for complex attention mechanisms.

llama.cpp Releases·Sep 19, 2026