GitHub’s April 8 changelog for Visual Studio Code summarizes Copilot releases v1.111 through v1.115 and shows a stronger shift toward autonomous agent workflows. Key additions include Autopilot in public preview, integrated browser debugging, multimodal chat inputs, and a unified editor for instructions, agents, skills, and plugins.
#copilot
RSS FeedGitHub used X on April 11, 2026 to highlight an internal workflow that lets AI do the repetitive accessibility triage work while humans validate fixes. The important part is not just the tooling stack, but the operational result: faster routing, tighter feedback loops, and measurable reductions in backlog and resolution time.
GitHub says Copilot cloud agent is no longer limited to pull-request workflows. The April 1 release adds branch-first execution, pre-code implementation plans, and deep repository research sessions.
GitHub said on April 7, 2026 that Copilot CLI can now use a developer’s own model provider or fully local models. The change adds Azure OpenAI, Anthropic, offline mode, and optional GitHub auth while keeping the same agentic terminal workflow.
GitHub has moved the Copilot SDK into public preview, exposing the same agent runtime used by Copilot cloud agent and Copilot CLI. Developers can embed tool invocation, streaming, file operations, and multi-turn sessions directly into their own applications.
GitHub now lets repositories assign Dependabot alerts to Copilot, Claude, or Codex for remediation. The selected agent analyzes the advisory, opens a draft pull request, and tries to fix test failures introduced by the dependency update.
GitHub said that starting April 24, 2026, interaction data from Copilot Free, Pro, and Pro+ users will be used to train and improve AI models unless users opt out. Business and Enterprise plans are excluded, but the change materially expands how individual-tier Copilot usage can feed back into model development.
GitHub Changelog's March 19, 2026 X post announced that GPT-5.3-Codex is the first long-term support model for Copilot Business and Copilot Enterprise. GitHub says the model launched on February 5, 2026, stays available through February 4, 2027, and becomes the new base model by May 17, 2026.
GitHub Changelog said on April 3, 2026 that GPT-5.1 Codex, GPT-5.1-Codex-Max, and GPT-5.1-Codex-Mini were deprecated across all Copilot surfaces as of April 1. GitHub tells organizations to move workflows and model policies to supported models, with GPT-5.3-Codex named as the replacement.
GitHub’s April 6, 2026 X post said Copilot cloud agent is no longer confined to pull-request workflows. GitHub’s changelog says the agent can now work on a branch before a PR exists, generate implementation plans, and conduct deeper repository research.
GitHub’s April 5 X post pointed developers to Squad, an open-source project built on GitHub Copilot that initializes a preconfigured AI team inside a repository. GitHub says the model works by routing work through a thin coordinator, storing shared decisions in versioned repo files, and letting specialist agents operate in parallel with separate context windows.
In an April 4 X post, GitHub put fresh attention on Agentic Workflows, a technical-preview system that lets teams describe repository chores in Markdown and run them in GitHub Actions with coding agents. The underlying documentation says workflows default to read-only access and rely on reviewable safe outputs for write actions such as opening pull requests or posting issue comments.