What Happened
GitHub released two admin-focused updates that affect enterprise governance and metadata hygiene.
Enterprise-wide enforcement for GitHub Advanced Security: Enterprise administrators can now enforce Advanced Security configurations across the enterprise so that organization and repository administrators cannot override enterprise-level settings. Enforcement is configurable per security configuration via an “Enforcement” dropdown with three…
What Happened
The supplied notes describe two GitHub product updates that change how organizations control cost/quality trade-offs and perform large-scale code changes:
GitHub Copilot introduced an auto model-selection feature with three policy tiers — Efficiency, Balance, and Intelligence — that evaluate each prompt and choose the best model instance for that prompt (so…
What Happened
GitHub and adjacent IDE vendors released several updates that change how teams automate developer workflows, perform code review, and measure agent usage:
Copilot usage metrics now include activity for the dedicated VS Code Agents window with new aggregate and user-level fields (daily_active_vscode_agent_users, totals_by_vscode_agent, used_vscode_agent, per-user totals), subject to policy and role…
What Happened
GitHub Copilot app added built-in diff, terminal and browser panels so developers can review, run and preview agent-made changes without leaving the Copilot UI; Pick & Polish lets you select UI elements, iterate with the agent, then accept changes and create a PR [1].
Repository-level pull requests listing page…
What Happened
Multiple vendor updates improved enterprise controls, CI/static-analysis portability, and agentic automation across developer tools and AI coding assistants:
CodeQL 2.27.0 added native Linux ARM64 support for the CLI and bundles, expanded Rust/Java/Kotlin/C#/C/C++ query modeling and sinks, and deprecated Java 9/10 (removal scheduled Jan 2027) with other tooling changes [2].
…
What Happened
Two GitHub changes with direct operational impact for engineering teams were announced.
GitHub consolidated support, documentation, learning, community and account resources into a redesigned support portal at help.github.com. The portal includes a Copilot-powered search that surfaces answers across those resources without sign-in, and it shows product status and announcements from the…
What Happened
Major developer tooling vendors updated models, delivery, and orchestration features that change how teams use AI coding assistants in production.
GitHub Copilot added support for OpenAI’s GPT‑6 Astra (generally available as a selectable model for Pro+, Max, Business, and Enterprise) and rolled out Claude Fable 5.1 and Gemini 3.8 Flash to…
What Happened
GitHub Actions added a deprecation-aware Runner REST API (GET /actions/runners/deprecations/{version}) to surface runner_version and deprecation dates, plus a new vulnerability-alerts permission for GITHUB_TOKEN and new job context properties for reusable workflows (job.workflow_ref, job.workflow_sha, job.workflow_repository, job.workflow_file_path). These features are not available on GitHub Enterprise Server (GHES) yet [1].
GitHub announced…
What Happened
Multiple vendor updates and engineering signals changed the operational landscape for AI coding assistants and developer tools.
GitHub added enterprise-managed default model settings so admins can set a preferred Copilot model per enterprise or per team via team-mappings.json; this applies across Copilot app, Copilot CLI and IDE integrations and is generally…
What Happened
Four GitHub updates that affect developer workflows and toolchains:
Copilot code review can now add an approval assessment and, when enabled, submit an actual approval that counts toward a repository’s required-approvals rule. Approvals are off by default, dismissed on new commits, and configurable at Enterprise, Organization and Repository scopes; feature is…
What Happened
Microsoft shipped VS Code v1.132–v1.135 with a concentrated set of Copilot, Claude and Agent Host workflow improvements that target multi‑agent sessions, review/search ergonomics, and local developer interactions [1]. Key changes include:
Agent sessions and workflows: side‑by‑side chats, /btw side‑conversations, a prompt timeline, portable Agent Plugins 1.0, model‑provider switching between Anthropic and…
What Happened
Sourcegraph published an approach that runs scripted audits inside a sandbox which calls Sourcegraph search APIs, and emits a single compact CSV checklist summarizing migration findings instead of returning thousands of files into an LLM context [1]. The sandboxed scripts do analysis near the search layer; the audit artifact is token-efficient and designed…