Content by Allison (586)

Allison announces that GitHub Mobile now lets you create new repositories directly from the iOS and Android apps, including options for visibility, templates, and initializing with a README, .gitignore, and license.
News
Allison announces that Grok Code Fast 1 will be deprecated across GitHub Copilot experiences on May 15, 2026, and outlines what Copilot Enterprise admins need to do to ensure alternative models are available for users.
News
Allison announces an update to the GitHub Copilot usage metrics API that adds a breakdown of Copilot code review suggestions by comment type, helping enterprises and organizations understand what kinds of review feedback Copilot generates and how often developers apply it.
News
Allison announces a new GitHub setting that lets users disable commit comments by default across repositories owned by their personal account, while still allowing per-repository overrides and preserving existing comments.
News
Allison announces new “Agents” secrets and variables for Copilot cloud agent, enabling org-level configuration and finer repository access control so teams can roll out shared settings (like registry tokens or MCP server config) across many repos without duplicating Actions environment setup.
News
Allison announces CodeQL 2.25.3, highlighting new Swift 6.3 analysis support plus a set of query and extractor improvements across C/C++, C#, Java/Kotlin, JavaScript/TypeScript, Python, and GitHub Actions to improve code scanning accuracy and reduce false positives.
News

Upcoming deprecation of GPT-4.1

Allison announces that GPT-4.1 will be deprecated across GitHub Copilot experiences on 2026-06-01, and points teams to GPT-5.5 as the suggested replacement. The post highlights where admins may need to adjust Copilot Enterprise model policies so the alternative model is available in Copilot Chat.
News

Claude Sonnet 4 deprecated

Allison announces that Claude Sonnet 4 was deprecated across GitHub Copilot on May 6, 2026, and points teams to Claude Sonnet 4.6 as the replacement, with notes for Copilot Enterprise admins on enabling alternative models via model policies.
News
Allison announces the public preview of Enterprise Live Migrations (ELM), a new GitHub Enterprise Server-to-Cloud migration option designed to reduce downtime by continuously syncing repository data and enabling a fast cutover, including support for large monorepos and coordination with GitHub Enterprise Importer.
News
Allison announces expanded model support for Rubber Duck in GitHub Copilot CLI, enabling cross-model “second opinion” reviews by pairing GPT and Claude models depending on which model is orchestrating the session.
News
Allison announces two updates to GitHub repository rulesets: you can add individual users as bypass actors (via UI, REST API, and GraphQL), and repository admins can rename rule-protected branches when the new name stays within the same ruleset scope.
News
Allison announces a public preview for enterprise-managed plugins in GitHub Copilot CLI, letting admins centrally define plugin marketplaces, auto-install plugins, and enforce baseline standards (including hooks and MCP configuration) across Copilot CLI users in an enterprise.
News
Allison summarizes April and early May 2026 updates for GitHub Copilot in VS Code, including semantic search across workspaces and GitHub repos, the experimental /chronicle chat-history feature, lower token usage via prompt caching and deferred tool loading, and new agent capabilities like inline diffs, browser tab sharing, and terminal access.
News
Allison announces a GitHub update that adds a search and filter bar to repository security advisories, making it easier to triage vulnerability reports and review published advisories directly from the Security tab.
News
Allison announces general availability of secret scanning in the GitHub MCP (Model Context Protocol) server, enabling MCP-compatible AI coding agents and IDEs like GitHub Copilot CLI and VS Code to detect exposed secrets before commits or pull requests.
News
Allison announces a public preview feature in GitHub MCP Server that lets MCP-compatible IDEs and AI coding agents scan code changes for vulnerable dependencies before you commit or open a pull request, using Dependabot tooling and the GitHub Advisory Database.
News
Allison announces the general availability of the Microsoft Defender for Cloud integration with GitHub Advanced Security, which correlates deployed container artifacts back to their source repositories and adds runtime risk context to help teams prioritize and remediate the most relevant security findings.
News
Allison announces a breaking change to the GitHub REST API: the code_scanning_upload rate limit field will be removed from the /rate_limit response on May 19, 2026, and scripts that parse it need to be updated to avoid failures.
News
Allison announces the June 1, 2026 deprecation of GPT-5.2 and GPT-5.2-Codex across GitHub Copilot experiences, and outlines the replacement models plus the admin steps needed to ensure the alternatives are available via Copilot model policies.
News
Allison summarizes the April 2026 update for GitHub Copilot in Visual Studio 2026, focusing on agentic workflows like launching cloud agent sessions from the IDE, user-level custom agents and skills discovery, a new debugger agent flow, plus chat history, shortcut customization, and new C++ tools.
News
Allison announces that GitHub Copilot Student is removing GPT-5.3-Codex from the model picker, while keeping it available via auto model selection. The post explains this as part of temporary reliability/performance measures and points to documentation on supported models and upcoming usage-based billing changes.
News
Allison shares a GitHub Changelog update: Copilot cloud agent now starts over 20% faster by using optimized runner environments prebuilt with GitHub Actions custom images, reducing environment startup overhead when Copilot begins work from issues, PRs, or the Agents tab.
News
Allison announces a billing change for GitHub Copilot code review: starting June 1, 2026, reviews will consume both Copilot AI Credits and (for private repos) GitHub Actions minutes, with guidance on checking usage, budgets, and runner configuration.
News
Allison announces an upcoming change to GitHub App installation token format, including Actions-issued GITHUB_TOKEN. The update moves to a longer, stateless JWT-based token and calls out common breakpoints like hardcoded token-length checks, regex validation, and too-small database columns.
News
Allison announces two upcoming GitHub changes: web notification retention will drop from five months to three, and watches on repositories archived for over six months will be removed for non-collaborators.
News
Allison announces that GPT-5.5 is rolling out to GitHub Copilot, highlighting improved performance on complex, multi-step agentic coding tasks, plus where you can select it (IDEs, CLI, web, mobile) and what admins need to enable for Business/Enterprise.
News
Allison announces updates to GitHub Copilot for JetBrains IDEs, including inline agent mode (public preview), improvements to Next Edit Suggestions, and new global/granular auto-approve controls for tool calls like terminal commands and file edits, plus UX and reliability refinements.
News
Allison announces improvements to GitHub Copilot Chat for pull requests, including richer PR context (comments, file changes, commits, reviews) plus new capabilities to review and summarize PRs directly from GitHub surfaces.
News
Allison announces that GitHub’s new global pull requests dashboard is now enabled by default as an opt-out public preview, and summarizes the latest improvements to the inbox and pull request list views for managing reviews and PR activity.
News
Allison announces an update to the GitHub Copilot usage metrics REST API: user-level reports now include a new `used_copilot_cloud_agent` boolean field (matching the Copilot cloud agent rename). The legacy `used_copilot_coding_agent` field remains for backward compatibility until August 1, 2026.
News
Allison announces an improvement to GitHub’s supply chain security tooling: Python dependency graphs can now be generated via a new Dependabot job that submits dependency snapshots to the Dependency Submission API, producing more complete transitive dependency trees and SBOMs across pip, uv, and Poetry projects.
News
Allison announces a GitHub organization-level setting that lets org owners disable commit comments across all repositories at once, instead of configuring each repo individually, with steps to find the setting in Organization Settings → Repository → General.
News
Allison announces an update to GitHub Copilot Chat on github.com that improves debugging when you paste a stack trace. Copilot now recognizes stack traces more reliably and responds with a more structured root-cause analysis, including evidence from code references, confidence level, and suggested fixes.
News
Allison announces a CodeQL update for GitHub code scanning that lets teams declare custom sanitizers and validators as YAML “models-as-data”, improving taint-tracking accuracy without writing custom CodeQL.
News
Allison announces changes to GitHub Copilot individual plans, including pausing new signups for Pro/Pro+/Student, tightening usage limits with in-product warnings, and removing certain Opus models from Pro (with additional removals planned for Pro+).
News
Allison announces GitHub’s plan to remove SHA-1 from HTTPS/TLS on github.com and partner CDNs, outlining the 2026 brownout and full shutdown dates and what browser, API client, and Git tooling updates may be needed to stay compatible.
News
Allison announces general availability of Copilot auto model selection in GitHub Copilot CLI, explaining how the CLI dynamically routes requests to different models, shows which model was used, respects admin policies, and how premium request billing works when auto is enabled.
News
Allison announces `gh skill`, a new GitHub CLI command for discovering, installing, updating, and publishing portable “agent skills” for AI coding agents (including GitHub Copilot), with a focus on version pinning and supply-chain integrity.
News
Allison announces new GitHub improvements: a rule insights dashboard to visualize repository ruleset evaluations (successes, failures, bypasses) and a unified filter bar across alert dismissal and bypass request pages for code scanning, Dependabot, and secret scanning.
News
Allison announces that Anthropic’s Claude Opus 4.7 is rolling out in GitHub Copilot, including where it’s available (IDEs, CLI, and agents), which plans get access, and what admins need to enable for Business and Enterprise tenants.
News

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.