Copilot session filters for QA arrived in GitHub Mobile on July 10, 2026. GitHub says the latest iOS and Android production builds can now filter and sort Copilot sessions, helping users find the agent run that needs attention as their session history grows.

What GitHub added

  • More filters: narrow sessions by active state, status, repository, type, and agent.
  • Useful sort orders: arrange sessions by most recent, oldest, active first, or needs attention first.
  • Persistent context: changing the sort order keeps the current filters, so users can refine a list without restarting.
  • Mobile availability: GitHub says the controls are available in the latest production version of GitHub Mobile for iOS and Android.

Why this matters for QA engineers

AI coding agents can leave QA leads with many parallel sessions across test repositories, product services, and pull requests. Better mobile triage does not replace reviewing the diff or test evidence, but it can shorten the time needed to find stalled or completed work.

  • Filter by repository to separate application changes from Playwright, Selenium, API, or performance-test work.
  • Sort by needs attention to prioritize agent runs waiting for a decision or follow-up.
  • Use status and agent filters during release checks to locate completed work without scanning every session.
  • Before approving anything from mobile, still verify the changed files, test command, result, and CI status.

A practical QA workflow

Start with the target test repository, filter to active sessions, then sort with needs-attention items first. Treat the mobile list as a triage queue: open the relevant session, identify why it stopped or completed, and move to the full pull request view before accepting an agent-generated test change.

Bottom line

GitHub’s update is a small but practical improvement for teams supervising multiple Copilot agent runs. For QA engineers, its value is faster session discovery and prioritization, while final approval should remain tied to reproducible test evidence.

Source