What Happened
Three product and security updates from GitHub matter for engineering leaders and platform teams.
Slash commands in the Copilot app: GitHub added slash-command shortcuts (type “/”) to the Copilot app to manage sessions, modes, and agent behaviours without leaving the chat. Notable commands: /plan, /autopilot, /spar, /rubber-duck, /create-canvas, and /orchestrate for…
What Happened
Recent activity shows two practical advances for making AI-assisted development operational in teams.
GitHub’s legal team demonstrated operational use of Copilot CLI for non‑engineers to build repeatable, plain‑language workflows (contract drafting, DMCA triage, NDA triage, compliance checks). They kept approved libraries private, used readable Markdown for customization, and cut turnaround times…
What Happened
GitHub added a repository property github-codeql-config-file to let teams apply custom CodeQL configurations to the code scanning default setup, with org-wide defaults, per-repo override controls, and cross-repo references (private repos accessible via Git Source registry). GA on github.com and shipping with GHES 3.23 [1].
GitHub retired the Copilot Billing…
What Happened
Three vendor-level changes affecting developer workflows and cost control were announced or discussed in recent updates:
GitHub changed permissions so users with the triage role can now create issues in repositories that have issue creation limited to collaborators — previously only write-level users could do that [1].
GitHub made…
What Happened
Multiple vendor updates affecting developer AI toolchains require operational changes and evaluations:
GitHub deprecated two Copilot models—Gemini 2.5 Pro and Gemini 3 Flash—and recommends replacing them with Gemini 3.1 Pro and Gemini 3.6 Flash. Administrators may need to enable replacements through Copilot model policies so they appear in the Copilot Chat…
What Happened
Between July 2026 product updates and platform changes, GitHub delivered multiple releases affecting CI, agents, code review, and model access:
GitHub Models (playground, model catalog, inference API, BYOK) was retired and is no longer available; Microsoft Foundry and GitHub Copilot are the recommended alternatives [1].
Actions gained a self-repository…
What Happened
Multiple updates across developer tools and platform services changed default behaviors, telemetry, and security workflows that matter to engineering organizations:
Dependabot: batch and slow routine bumps. A recommended pattern (groups + monthly/weekly schedule + enable every ecosystem) reduces daily single-dependency PRs and CI runs; Dependabot also supports a 3‑day cooldown for…
What Happened
Major developer tooling vendors released cross-cutting updates that change how organizations deploy, govern and measure AI assistants in engineering workflows.
GitHub Copilot added xAI’s Grok 4.5 as a selectable model with text+image input, three reasoning effort modes, and up to a 500,000‑token context window; rollout covers VS Code, Copilot CLI, JetBrains,…
What Happened
GitHub expanded enterprise controls and client support for Copilot in three linked updates:
GitHub added a dedicated enterprise policy for the Copilot app, letting admins control app access independently of the Copilot CLI and other clients; the app runs agent sessions in isolated workspaces and lands changes via pull requests so…
What Happened
Three coordinated updates expanded GitHub’s agent and model options for developer workflows:
GitHub Copilot now offers Anthropic’s Claude Opus 5 as a selectable model across VS Code, Visual Studio, JetBrains, Xcode, Eclipse, Copilot CLI, the Copilot cloud agent, GitHub web/mobile and other integrations. Opus 5 shows stronger agentic coding performance (autonomous…
What Happened
GitHub shipped a set of infrastructure and product updates that change how coding agents integrate with repositories and how agents act inside workflows:
GitHub’s MCP (Model Connector Protocol) is moving to a stateless core and GitHub’s MCP Server already supports the new spec and official Go SDK; the change removes server-side…
What Happened
Three vendor developments matter to teams deciding how to add AI-assisted coding into production workflows.
GitHub clarified the distinction between raw model API access and Copilot as a production harness: Copilot bundles an editor-integrated runtime/SDK (Copilot CLI and SDK), org controls, pooled AI credits and a token-efficient agent framework; raw APIs…