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 Deprecates Legacy Models in October 2026

GitHub Changelog·September 18, 2026·high confidence

Why it matters

  • →Legacy model dependencies in automated workflows will break after October 2026.
  • →Administrators must actively review model policies if global defaults were previously disabled.
  • →Consolidation suggests GitHub is optimizing its inference stack for newer, more efficient models.
GitHub Copilot Deprecates Legacy Models in October 2026
©GitHub Changelog

GitHub has announced the deprecation of selected legacy models across all Copilot experiences, including Chat, inline edits, and agent modes, effective October 19th, 2026. The changelog advises users to update workflows and integrations to use supported alternatives before this date. For Copilot Enterprise and Business customers, suggested alternative models are automatically enabled under default settings unless an administrator has explicitly disabled them. GitHub Enterprise customers with specific concerns are encouraged to contact their account team for assistance.

Read original

More from GitHub Changelog

GitHub Copilot Code Review GA with Auto-Resolution© GitHub Changelog
Coding Toolscoding

GitHub Copilot Code Review GA with Auto-Resolution

GitHub Copilot’s code review tool has reached general availability, shifting from experimental to a core part of the pull request workflow. The biggest leap is auto-resolution: Copilot now validates whether its own suggestions were actually fixed by subsequent commits and closes them out automatically, saving developers from manual cleanup. It also groups findings into clear states like 'Resolved' or 'Previously missed,' giving a real-time health check of the PR rather than just a static list of errors. This reduces context switching significantly, letting engineers focus on new issues while the AI handles the administrative burden of closing old ones.

GitHub Changelog·Sep 18, 2026
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

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